Home
last modified time | relevance | path

Searched refs:bufPtr (Results 1 – 18 of 18) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp802 char* bufPtr = c->getBufferPtr(); in TEST_F() local
803 bufLow = bufPtr < bufLow ? bufPtr : bufLow; in TEST_F()
804 bufHigh = bufPtr > bufHigh ? bufPtr : bufHigh; in TEST_F()
852 char* bufPtr = c->getBufferPtr(); in TEST_F() local
853 bufLow = bufPtr < bufLow ? bufPtr : bufLow; in TEST_F()
854 bufHigh = bufPtr > bufHigh ? bufPtr : bufHigh; in TEST_F()
/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp110 buffer_handle_t* bufPtr, BufferStatus status, camera3_stream_t* stream, int acquireFence, in convertFromHidl() argument
113 dst->buffer = bufPtr; in convertFromHidl()
/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp452 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
481 *(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), inDataSize); in threadLoop()
485 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()
495 *(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), outRect); in threadLoop()
534 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()
DExternalCameraDeviceSession.cpp665 halBuf.bufPtr = nullptr; // threadloop will request buffer from cameraservice in processOneCaptureRequest()
2072 /*out*/ &mBufferReqs[i].bufPtr); in threadLoop()
2570 static_cast<uint64_t>(halBuf.usage), halBuf.bufPtr); in createJpegLocked()
2675 void* bufPtr = sHandleImporter.lock(*(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), in createJpegLocked() local
2678 if (!bufPtr) { in createJpegLocked()
2683 ret = encodeJpegYU12(jpegSize, yu12Main, jpegQuality, exifData, exifDataSize, bufPtr, in createJpegLocked()
2689 void* blobDst = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(bufPtr) + maxJpegCodeSize - in createJpegLocked()
2694 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in createJpegLocked()
2849 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
2878 *(halBuf.bufPtr), static_cast<uint64_t>(halBuf.usage), inDataSize); in threadLoop()
[all …]
DExternalCameraUtils.h209 buffer_handle_t* bufPtr; member
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp185 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
214 void* outLayout = sHandleImporter.lock(*(halBuf.bufPtr), halBuf.usage, inDataSize); in threadLoop()
218 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()
228 sHandleImporter.lockYCbCr(*(halBuf.bufPtr), halBuf.usage, outRect); in threadLoop()
271 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in threadLoop()
/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp73 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
502 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
507 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
511 status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
515 gpuaddr, bufFD, bufPtr, bufLen); in getMappedGPUAddr()
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.cpp74 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
562 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
567 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
571 status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
575 gpuaddr, bufFD, bufPtr, bufLen); in getMappedGPUAddr()
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp75 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
559 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
564 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
568 status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
572 gpuaddr, bufFD, bufPtr, bufLen); in getMappedGPUAddr()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp732 halBuf.bufPtr = allBufPtrs[i]; in processOneCaptureRequest()
1258 halBuf.bufPtr); in createJpegLocked()
1377 void *bufPtr = sHandleImporter.lock( in createJpegLocked() local
1378 *(halBuf.bufPtr), halBuf.usage, maxJpegCodeSize); in createJpegLocked()
1380 if (!bufPtr) { in createJpegLocked()
1387 bufPtr, maxJpegCodeSize, jpegCodeSize); in createJpegLocked()
1393 reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(bufPtr) + in createJpegLocked()
1399 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in createJpegLocked()
1537 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
1566 void* outLayout = sHandleImporter.lock(*(halBuf.bufPtr), halBuf.usage, inDataSize); in threadLoop()
[all …]
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DC2DColorConverter.cpp748 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
752 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
756 __FUNCTION__, status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
760 __FUNCTION__, gpuaddr, bufFD, bufPtr, bufLen); in getMappedGPUAddr()
DC2DColorConverter.h217 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.cpp685 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) argument
690 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION,
694 __FUNCTION__, status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION);
698 __FUNCTION__, gpuaddr, bufFD, bufPtr, bufLen);
DC2DColorConverter.h213 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp217 /*out*/&mBufferReqs[i].bufPtr, in threadLoop()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h201 buffer_handle_t* bufPtr; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h933 void setup(android::base::BumpPool* pool, uint64_t** bufPtr);
DVkDecoderGlobalState.cpp8978 uint64_t** bufPtr) {
8980 mPreserveBufPtr = bufPtr;