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

  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 94 dst->ctl.aa.aeExpCompensation = 5;
277 dst->ctl.aa.aeExpCompensation = curr_entry.data.i32[0] + 5;
572 intData = metadata->ctl.aa.aeExpCompensation - 5;
675 metadata->ctl.aa.aeExpCompensation, metadata->ctl.aa.afMode - 1);
ExynosCamera2.cpp 904 static const int32_t aeExpCompensation = 0;
905 ADD_OR_SIZE(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExpCompensation, 1);
fimc-is-metadata.h 587 int32_t aeExpCompensation;
ExynosCameraHWInterface2.cpp 713 if (m_lastAeComp == request_shot->shot.ctl.aa.aeExpCompensation) {
714 shot_ext->shot.ctl.aa.aeExpCompensation = 0;
717 shot_ext->shot.ctl.aa.aeExpCompensation = request_shot->shot.ctl.aa.aeExpCompensation;
718 m_lastAeComp = (int)(shot_ext->shot.ctl.aa.aeExpCompensation);
749 (int)(shot_ext->shot.ctl.aa.aeExpCompensation), (int)(shot_ext->shot.ctl.aa.awbMode),
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 633 int32_t aeExpCompensation;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 687 static const int32_t aeExpCompensation = 0;
688 settings.update(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &aeExpCompensation, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]

Completed in 987 milliseconds