Home | History | Annotate | Download | only in helpers

Lines Matching defs:regionCount

443         Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AE);
444 if (regionCount == null) {
447 return regionCount;
456 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB);
457 if (regionCount == null) {
460 return regionCount;
469 Integer regionCount = mCharacteristics.get(CameraCharacteristics.CONTROL_MAX_REGIONS_AF);
470 if (regionCount == null) {
473 return regionCount;