Searched refs:new_exposure_compensation (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
H A DEmulatedCamera.cpp572 int new_exposure_compensation = new_param.getInt( local
581 if (new_exposure_compensation > max_exposure_compensation) {
582 new_exposure_compensation = max_exposure_compensation;
584 if (new_exposure_compensation < min_exposure_compensation) {
585 new_exposure_compensation = min_exposure_compensation;
590 if (current_exposure_compensation != new_exposure_compensation) {
591 const float exposure_value = new_exposure_compensation *
/device/google/cuttlefish_common/guest/hals/camera/
H A DEmulatedCamera.cpp470 int new_exposure_compensation = local
479 if (new_exposure_compensation > max_exposure_compensation) {
480 new_exposure_compensation = max_exposure_compensation;
482 if (new_exposure_compensation < min_exposure_compensation) {
483 new_exposure_compensation = min_exposure_compensation;
488 if (current_exposure_compensation != new_exposure_compensation) {
490 new_exposure_compensation *

Completed in 10 milliseconds