Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h271 int8_t getVideoBatchSize();
DQCameraParametersIntf.cpp1269 int8_t QCameraParametersIntf::getVideoBatchSize() in getVideoBatchSize() function in qcamera::QCameraParametersIntf
1273 return mImpl->getVideoBatchSize(); in getVideoBatchSize()
DQCameraParameters.h852 int8_t getVideoBatchSize() {return mVideoBatchSize;}; in getVideoBatchSize() function
DQCamera2HWICallbacks.cpp1504 if (pme->mParameters.getVideoBatchSize() == 0) { in video_stream_cb_routine()
1546 int fd_cnt = pme->mParameters.getVideoBatchSize(); in video_stream_cb_routine()
DQCamera2HWI.cpp2790 } else if (mParameters.getVideoBatchSize()) { in getBufNumRequired()
2793 * mParameters.getVideoBatchSize()); in getBufNumRequired()
3136 if (mParameters.getVideoBatchSize()) { in allocateStreamBuf()
3155 mParameters.getVideoBatchSize()); in allocateStreamBuf()