Searched refs:max3aRegions (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera3.cpp | 1369 static const int32_t max3aRegions[] = { in constructStaticInfo() local 1375 max3aRegions, in constructStaticInfo() 1376 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()
|
D | EmulatedFakeCamera2.cpp | 2275 static const int32_t max3aRegions[] = {/*AE*/ 0,/*AWB*/ 0,/*AF*/ 0}; in constructStaticInfo() local 2277 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1600 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/ |
D | EmulatedFakeCamera3.cpp | 1614 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()
|
D | EmulatedFakeCamera2.cpp | 2219 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()
|