OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
911
static const int32_t
aeExpCompensation
= 0;
912
ADD_OR_SIZE(ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &
aeExpCompensation
, 1);
fimc-is-metadata.h
587
int32_t
aeExpCompensation
;
ExynosCameraHWInterface2.cpp
714
if (m_lastAeComp == request_shot->shot.ctl.aa.
aeExpCompensation
) {
715
shot_ext->shot.ctl.aa.
aeExpCompensation
= 0;
718
shot_ext->shot.ctl.aa.
aeExpCompensation
= request_shot->shot.ctl.aa.
aeExpCompensation
;
719
m_lastAeComp = (int)(shot_ext->shot.ctl.aa.
aeExpCompensation
);
750
(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 946 milliseconds