Home
last modified time | relevance | path

Searched refs:numOfSnapshot (Results 1 – 3 of 3) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp5075 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); in getNumOfSnapshots() local
5076 if (numOfSnapshot <= 0) { in getNumOfSnapshots()
5077 numOfSnapshot = 1; // set to default value in getNumOfSnapshots()
5079 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp5075 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); in getNumOfSnapshots() local
5076 if (numOfSnapshot <= 0) { in getNumOfSnapshots()
5077 numOfSnapshot = 1; // set to default value in getNumOfSnapshots()
5079 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp7287 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); in getNumOfSnapshots() local
7288 if (numOfSnapshot <= 0) { in getNumOfSnapshots()
7289 numOfSnapshot = 1; // set to default value in getNumOfSnapshots()
7294 numOfSnapshot += UfOutputCount(); in getNumOfSnapshots()
7296 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()