Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h116 uint8_t getNumOfSnapshots();
DQCameraParametersIntf.cpp285 uint8_t QCameraParametersIntf::getNumOfSnapshots() in getNumOfSnapshots() function in qcamera::QCameraParametersIntf
289 return mImpl->getNumOfSnapshots(); in getNumOfSnapshots()
DQCamera2HWI.h481 return mParameters.getNumOfSnapshots();}; in numOfSnapshotsExpected()
DQCamera2HWI.cpp2605 int minCaptureBuffers = mParameters.getNumOfSnapshots(); in getBufNumRequired()
3330 (mParameters.getNumOfSnapshots() in initStreamInfoBuf()
3345 streamInfo->num_of_burst = mParameters.getNumOfSnapshots(); in initStreamInfoBuf()
3366 streamInfo->num_of_burst = (uint8_t)(mParameters.getNumOfSnapshots() in initStreamInfoBuf()
4912 uint8_t numSnapshots = mParameters.getNumOfSnapshots(); in takePicture()
5351 uint8_t numSnapshots = mParameters.getNumOfSnapshots(); in longShot()
8539 uint32_t burst_cnt = mParameters.getNumOfSnapshots(); in addReprocChannel()
DQCameraParameters.h685 uint8_t getNumOfSnapshots();