Home
last modified time | relevance | path

Searched refs:getBufNumRequired (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h461 uint8_t getBufNumRequired(cam_stream_type_t stream_type);
DQCamera2HWI.cpp2375 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() function in qcamera::QCamera2HardwareInterface
2963 streamInfo->num_bufs = getBufNumRequired(stream_type); in allocateStreamInfoBuf()
5532 required = getBufNumRequired(CAM_STREAM_TYPE_SNAPSHOT); in sendCommand()
6646 uint8_t minStreamBufNum = getBufNumRequired(streamType); in addStreamToChannel()
7640 uint8_t minStreamBufNum = getBufNumRequired(CAM_STREAM_TYPE_OFFLINE_PROC); in addReprocChannel()