Searched refs:max3aRegions (Results 1 – 6 of 6) 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 | 2272 static const int32_t max3aRegions[] = {/*AE*/ 0,/*AWB*/ 0,/*AF*/ 0}; in constructStaticInfo() local 2274 max3aRegions, sizeof(max3aRegions)/sizeof(max3aRegions[0])); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1630 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/ |
D | EmulatedFakeCamera3.cpp | 1598 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()
|
D | EmulatedFakeCamera2.cpp | 2203 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/ |
D | QCamera3HWI.cpp | 7417 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()
|