HomeSort by relevance Sort by last modified time
    Searched defs:apertures (Results 1 - 8 of 8) sorted by null

  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 597 * Get available apertures and do the sanity check.
599 * @return The non-null array of available apertures
603 float[] apertures = getValueFromKeyNonNull(key); local
605 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1);
607 for (int i = 0; i < apertures.length; i++) {
609 String.format("apertures[%d] %f should be positive.", i, apertures[i]),
610 apertures[i] > 0);
612 checkElementDistinct(key, Arrays.asList(CameraTestUtils.toObject(apertures)));
614 return apertures;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 204 float apertures[CAM_APERTURES_MAX]; member in struct:__anon5808
    [all...]