Home
last modified time | relevance | path

Searched refs:exposureCompensationRange (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp802 camera_metadata_ro_entry_t exposureCompensationRange = in initialize() local
804 if (!exposureCompensationRange.count) return NO_INIT; in initialize()
807 exposureCompensationRange.data.i32[1]); in initialize()
809 exposureCompensationRange.data.i32[0]); in initialize()
1927 camera_metadata_ro_entry_t exposureCompensationRange = in set() local
1930 exposureCompensationRange.data.i32[0]) || in set()
1932 exposureCompensationRange.data.i32[1])) { in set()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp10193 int32_t exposureCompensationRange[] = { in initStaticMetadata() local
10197 exposureCompensationRange, in initStaticMetadata()
10198 sizeof(exposureCompensationRange)/sizeof(int32_t)); in initStaticMetadata()