Home | History | Annotate | Download | only in camera

Lines Matching full:max_exposure_compensation

435     const int max_exposure_compensation = new_param.getInt(
439 if ((min_exposure_compensation != 0) || (max_exposure_compensation != 0)) {
440 if (new_exposure_compensation > max_exposure_compensation) {
441 new_exposure_compensation = max_exposure_compensation;