Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraAllocator.h49 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
DQCameraStream.cpp1324 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in getBufs()
1571 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in allocateBuffers()
1788 mStreamBufs = mAllocator.allocateStreamBuf(mStreamInfo->stream_type, in allocateBatchBufs()
DQCamera2HWI.h275 virtual QCameraMemory *allocateStreamBuf(cam_stream_type_t stream_type,
DQCamera2HWI.cpp2702 QCameraMemory *QCamera2HardwareInterface::allocateStreamBuf( in allocateStreamBuf() function in qcamera::QCamera2HardwareInterface