Searched defs:numOfSnapshot (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5075 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); local
5076 if (numOfSnapshot <= 0) {
5077 numOfSnapshot = 1; // set to default value
5079 return (uint8_t)numOfSnapshot;

Completed in 89 milliseconds