Home | History | Annotate | Download | only in HAL

Lines Matching refs:numOfSnapshot

5075     int numOfSnapshot = getInt(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER);
5076 if (numOfSnapshot <= 0) {
5077 numOfSnapshot = 1; // set to default value
5079 return (uint8_t)numOfSnapshot;