Searched refs:numOfRetroSnapshots (Results 1 – 1 of 1) sorted by relevance
10958 int numOfRetroSnapshots = getInt(KEY_QC_NUM_RETRO_BURST_PER_SHUTTER); in getNumOfRetroSnapshots() local10959 if (numOfRetroSnapshots < 0) { in getNumOfRetroSnapshots()10960 numOfRetroSnapshots = 0; in getNumOfRetroSnapshots()10962 LOGH("numOfRetroSnaps - %d", numOfRetroSnapshots); in getNumOfRetroSnapshots()10963 return (uint8_t)numOfRetroSnapshots; in getNumOfRetroSnapshots()