Home
last modified time | relevance | path

Searched refs:max3aRegions (Results 1 – 6 of 6) 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.cpp2272 static const int32_t max3aRegions[] = {/*AE*/ 0,/*AWB*/ 0,/*AF*/ 0}; in constructStaticInfo() local
2274 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1630 static const int32_t max3aRegions[] = {/*AE*/ 1,/*AWB*/ 0,/*AF*/ 1}; in constructStaticInfo() local
1632 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1598 static const int32_t max3aRegions[] = {/*AE*/ 1, /*AWB*/ 0, /*AF*/ 1}; in constructStaticInfo() local
1599 ADD_STATIC_ENTRY(ANDROID_CONTROL_MAX_REGIONS, max3aRegions, in constructStaticInfo()
1600 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2203 static const int32_t max3aRegions[] = {/*AE*/ 0, /*AWB*/ 0, /*AF*/ 0}; in constructStaticInfo() local
2204 ADD_OR_SIZE(ANDROID_CONTROL_MAX_REGIONS, max3aRegions, in constructStaticInfo()
2205 sizeof(max3aRegions) / sizeof(max3aRegions[0])); in constructStaticInfo()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp7417 int32_t max3aRegions[3] = {/*AE*/1,/*AWB*/ 0,/*AF*/ 1}; in initStaticMetadata() local
7419 max3aRegions[2] = 0; /* AF not supported */ in initStaticMetadata()
7421 max3aRegions, 3); in initStaticMetadata()