/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 802 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/ |
D | convert.cpp | 110 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/ |
D | ExternalCameraOfflineSession.cpp | 452 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()
|
D | ExternalCameraDeviceSession.cpp | 665 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 …]
|
D | ExternalCameraUtils.h | 209 buffer_handle_t* bufPtr; member
|
/hardware/interfaces/camera/device/3.6/default/ |
D | ExternalCameraOfflineSession.cpp | 185 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/ |
D | C2DColorConverter.cpp | 73 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/ |
D | C2DColorConverter.cpp | 74 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/ |
D | C2DColorConverter.cpp | 75 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/ |
D | ExternalCameraDeviceSession.cpp | 732 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/ |
D | C2DColorConverter.cpp | 748 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()
|
D | C2DColorConverter.h | 217 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
|
/hardware/qcom/sm8150/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 685 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);
|
D | C2DColorConverter.h | 213 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
|
/hardware/interfaces/camera/device/3.5/default/ |
D | ExternalCameraDeviceSession.cpp | 217 /*out*/&mBufferReqs[i].bufPtr, in threadLoop()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 201 buffer_handle_t* bufPtr; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 933 void setup(android::base::BumpPool* pool, uint64_t** bufPtr);
|
D | VkDecoderGlobalState.cpp | 8978 uint64_t** bufPtr) { 8980 mPreserveBufPtr = bufPtr;
|