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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraAllocator.h47 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
H A DQCamera2HWI.h217 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
H A DQCameraChannel.cpp638 pStreamInfoBuf = allocator.allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
H A DQCamera2HWI.cpp1426 * FUNCTION : allocateStreamInfoBuf
1436 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( function in class:qcamera::QCamera2HardwareInterface
1443 ALOGE("allocateStreamInfoBuf: Unable to allocate streamInfo object");
1449 ALOGE("allocateStreamInfoBuf: Failed to allocate stream info memory");
2699 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType);
3273 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.h103 int32_t allocateStreamInfoBuf(camera3_stream_t *stream);

Completed in 297 milliseconds