HomeSort by relevance Sort by last modified time
    Searched defs:aeExpCompensation (Results 1 - 2 of 2) sorted by null

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 681 static const int32_t aeExpCompensation = 0;
682 ADD_OR_SIZE(ANDROID_CONTROL_AE_EXP_COMPENSATION, &aeExpCompensation, 1);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 685 static const int32_t aeExpCompensation = 0;
686 settings.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExpCompensation, 1);
    [all...]

Completed in 33 milliseconds