Home
last modified time | relevance | path

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

/device/google/marlin/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.h824 int8_t getVideoBatchSize() {return mVideoBatchSize;}; in getVideoBatchSize() function
DQCamera2HWICallbacks.cpp1427 if (pme->mParameters.getVideoBatchSize() == 0) { in video_stream_cb_routine()
1470 int fd_cnt = pme->mParameters.getVideoBatchSize(); in video_stream_cb_routine()
DQCamera2HWI.cpp2604 } else if (mParameters.getVideoBatchSize()) { in getBufNumRequired()
2607 * mParameters.getVideoBatchSize()); in getBufNumRequired()
2828 if (mParameters.getVideoBatchSize()) { in allocateStreamBuf()
2841 mParameters.getVideoBatchSize(), in allocateStreamBuf()