Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1389 static int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local
1391 exposureCompensationRange, in constructStaticInfo()
1392 sizeof(exposureCompensationRange) / sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2292 int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local
2294 exposureCompensationRange, in constructStaticInfo()
2295 sizeof(exposureCompensationRange)/sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1617 static const int32_t exposureCompensationRange[] = {0, 0}; in constructStaticInfo() local
1619 exposureCompensationRange, in constructStaticInfo()
1620 sizeof(exposureCompensationRange)/sizeof(int32_t)); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1627 int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local
1629 exposureCompensationRange, in constructStaticInfo()
1630 sizeof(exposureCompensationRange) / sizeof(int32_t)); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2232 int32_t exposureCompensationRange[] = {-9, 9}; in constructStaticInfo() local
2233 ADD_OR_SIZE(ANDROID_CONTROL_AE_COMPENSATION_RANGE, exposureCompensationRange, in constructStaticInfo()
2234 sizeof(exposureCompensationRange) / sizeof(int32_t)); in constructStaticInfo()