Home
last modified time | relevance | path

Searched refs:allocateMiscBuf (Results 1 – 4 of 4) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraAllocator.h54 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
DQCamera2HWI.h281 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
DQCameraChannel.cpp1174 pMiscBuf = allocator.allocateMiscBuf(streamInfo); in addReprocStreamsFromSource()
DQCamera2HWI.cpp2940 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() function in qcamera::QCamera2HardwareInterface