Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1369 static const int32_t max3aRegions[] = { in constructStaticInfo() local
1375 max3aRegions, in constructStaticInfo()
1376 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2275 static const int32_t max3aRegions[] = {/*AE*/ 0,/*AWB*/ 0,/*AF*/ 0}; in constructStaticInfo() local
2277 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1600 static const int32_t max3aRegions[] = {/*AE*/ 1,/*AWB*/ 0,/*AF*/ 1}; in constructStaticInfo() local
1602 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1614 static const int32_t max3aRegions[] = {/*AE*/ 1, /*AWB*/ 0, /*AF*/ 1}; in constructStaticInfo() local
1615 ADD_STATIC_ENTRY(ANDROID_CONTROL_MAX_REGIONS, max3aRegions, in constructStaticInfo()
1616 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2219 static const int32_t max3aRegions[] = {/*AE*/ 0, /*AWB*/ 0, /*AF*/ 0}; in constructStaticInfo() local
2220 ADD_OR_SIZE(ANDROID_CONTROL_MAX_REGIONS, max3aRegions, in constructStaticInfo()
2221 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()