OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aeExpCompensation
(Results
1 - 6
of
6
) 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;
669
metadata->ctl.aa.
aeExpCompensation
, metadata->ctl.aa.afMode - 1);
ExynosCamera2.cpp
933
static const int32_t
aeExpCompensation
= 0;
934
ADD_OR_SIZE(ANDROID_CONTROL_AE_EXP_COMPENSATION, &
aeExpCompensation
, 1);
fimc-is-metadata.h
587
int32_t
aeExpCompensation
;
ExynosCameraHWInterface2.cpp
707
if (m_lastAeComp == request_shot->shot.ctl.aa.
aeExpCompensation
) {
708
shot_ext->shot.ctl.aa.
aeExpCompensation
= 0;
711
shot_ext->shot.ctl.aa.
aeExpCompensation
= request_shot->shot.ctl.aa.
aeExpCompensation
;
712
m_lastAeComp = (int)(shot_ext->shot.ctl.aa.
aeExpCompensation
);
743
(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
;
/development/tools/emulator/system/camera/
EmulatedFakeCamera2.cpp
[
all
...]
Completed in 35 milliseconds