Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h469 uint8_t getBufNumRequired(cam_stream_type_t stream_type);
DQCamera2HWI.cpp2431 uint8_t QCamera2HardwareInterface::getBufNumRequired(cam_stream_type_t stream_type) in getBufNumRequired() function in qcamera::QCamera2HardwareInterface
3020 streamInfo->num_bufs = getBufNumRequired(stream_type); in allocateStreamInfoBuf()
5644 required = getBufNumRequired(CAM_STREAM_TYPE_SNAPSHOT); in sendCommand()
6760 uint8_t minStreamBufNum = getBufNumRequired(streamType); in addStreamToChannel()
7770 uint8_t minStreamBufNum = getBufNumRequired(CAM_STREAM_TYPE_OFFLINE_PROC); in addReprocChannel()