Home
last modified time | relevance | path

Searched refs:allocateStreamInfoBuf (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraAllocator.h53 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
DQCamera2HWI.h273 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
DQCameraChannel.cpp1040 pStreamInfoBuf = allocator.allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addReprocStreamsFromSource()
DQCamera2HWI.cpp2937 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() function in qcamera::QCamera2HardwareInterface
6641 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel()
7755 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h138 int32_t allocateStreamInfoBuf(camera3_stream_t *stream);