Home | History | Annotate | Download | only in helpers

Lines Matching defs:regionCount

483         Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
484 if (regionCount == null) {
487 return regionCount;
496 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
497 if (regionCount == null) {
500 return regionCount;
509 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
510 if (regionCount == null) {
513 return regionCount;