Home
last modified time | relevance | path

Searched refs:getNumOfSnapshots (Results 1 – 6 of 6) 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();
DQCameraParameters.cpp7615 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureFlash()
7747 frame_config.configs[0].num_frames = getNumOfSnapshots(); in configureLowLight()
7775 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureManualCapture()
10873 uint8_t QCameraParameters::getNumOfSnapshots() in getNumOfSnapshots() function in qcamera::QCameraParameters
10940 burstCount = getNumOfSnapshots(); in getBurstCountForAdvancedCapture()
14794 == getNumOfSnapshots())) { in setReprocCount()
15062 snprintf(s, 128, "getNumOfSnapshots: %d\n", getNumOfSnapshots()); in dump()