Home | History | Annotate | Download | only in camera

Lines Matching full:min_exposure_compensation

433     const int min_exposure_compensation = new_param.getInt(
439 if ((min_exposure_compensation != 0) || (max_exposure_compensation != 0)) {
443 if (new_exposure_compensation < min_exposure_compensation) {
444 new_exposure_compensation = min_exposure_compensation;