Searched refs:numOfSnapshot (Results 1 – 3 of 3) sorted by relevance
5075 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); in getNumOfSnapshots() local5076 if (numOfSnapshot <= 0) { in getNumOfSnapshots()5077 numOfSnapshot = 1; // set to default value in getNumOfSnapshots()5079 return (uint8_t)numOfSnapshot; in getNumOfSnapshots()
7287 int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER); in getNumOfSnapshots() local7288 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()