Home
last modified time | relevance | path

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

/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()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp9205 uint8_t numOfSnapshot = 1; in getNumOfSnapshots() local
9208 numOfSnapshot = (uint8_t)val; in getNumOfSnapshots()
9211 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp9205 uint8_t numOfSnapshot = 1; in getNumOfSnapshots() local
9208 numOfSnapshot = (uint8_t)val; in getNumOfSnapshots()
9211 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()