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()
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()