Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h256 int8_t getVideoBatchSize();
DQCameraParametersIntf.cpp1203 int8_t QCameraParametersIntf::getVideoBatchSize() in getVideoBatchSize() function in qcamera::QCameraParametersIntf
1207 return mImpl->getVideoBatchSize(); in getVideoBatchSize()
DQCameraParameters.h825 int8_t getVideoBatchSize() {return mVideoBatchSize;}; in getVideoBatchSize() function
DQCamera2HWICallbacks.cpp1420 if (pme->mParameters.getVideoBatchSize() == 0) { in video_stream_cb_routine()
1464 int fd_cnt = pme->mParameters.getVideoBatchSize(); in video_stream_cb_routine()
DQCamera2HWI.cpp2548 } else if (mParameters.getVideoBatchSize()) { in getBufNumRequired()
2551 * mParameters.getVideoBatchSize()); in getBufNumRequired()
2772 if (mParameters.getVideoBatchSize()) { in allocateStreamBuf()
2785 mParameters.getVideoBatchSize(), in allocateStreamBuf()