Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h489 uint8_t getBufNumRequired(cam_stream_type_t stream_type);
DQCamera2HWI.cpp2583 bufferCnt = getBufNumRequired(stream_type); in getBufNumForAux()
2602 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() function in qcamera::QCamera2HardwareInterface
3311 streamInfo->num_bufs = getBufNumRequired(stream_type); in initStreamInfoBuf()
6165 required = getBufNumRequired(CAM_STREAM_TYPE_SNAPSHOT); in sendCommand()
8579 uint8_t minStreamBufNum = getBufNumRequired(CAM_STREAM_TYPE_OFFLINE_PROC); in addReprocChannel()