Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp102 buffer_handle_t* bufPtr, BufferStatus status, camera3_stream_t* stream, int acquireFence, in convertFromHidl() argument
105 dst->buffer = bufPtr; in convertFromHidl()
/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/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp74 void *getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen);
556 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
561 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
565 status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
569 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/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp760 halBuf.bufPtr = allBufPtrs[i]; in processOneCaptureRequest()
1639 halBuf.bufPtr); in createJpegLocked()
1758 void *bufPtr = sHandleImporter.lock( in createJpegLocked() local
1759 *(halBuf.bufPtr), halBuf.usage, maxJpegCodeSize); in createJpegLocked()
1761 if (!bufPtr) { in createJpegLocked()
1768 bufPtr, maxJpegCodeSize, jpegCodeSize); in createJpegLocked()
1774 reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(bufPtr) + in createJpegLocked()
1780 int relFence = sHandleImporter.unlock(*(halBuf.bufPtr)); in createJpegLocked()
1882 if (*(halBuf.bufPtr) == nullptr) { in threadLoop()
1911 void* outLayout = sHandleImporter.lock(*(halBuf.bufPtr), halBuf.usage, inDataSize); in threadLoop()
[all …]
/hardware/qcom/sdm845/media/libc2dcolorconvert/
DC2DColorConverter.cpp639 void * C2DColorConverter::getMappedGPUAddr(int bufFD, void *bufPtr, size_t bufLen) in getMappedGPUAddr() argument
644 status = mC2DMapAddr(bufFD, bufPtr, bufLen, 0, KGSL_USER_MEM_TYPE_ION, in getMappedGPUAddr()
648 __FUNCTION__, status, bufFD, bufPtr, bufLen, KGSL_USER_MEM_TYPE_ION); in getMappedGPUAddr()
652 __FUNCTION__, gpuaddr, bufFD, bufPtr, bufLen); in getMappedGPUAddr()
DC2DColorConverter.h208 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/
DExternalCameraDeviceSession.h160 buffer_handle_t* bufPtr; member