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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 551 * Get available apertures and do the sanity check.
553 * @return The non-null array of available apertures
557 float[] apertures = getValueFromKeyNonNull(key); local
559 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1);
561 for (int i = 0; i < apertures.length; i++) {
563 String.format("apertures[%d] %f should be positive.", i, apertures[i]),
564 apertures[i] > 0);
566 checkElementDistinct(key, Arrays.asList(CameraTestUtils.toObject(apertures)));
568 return apertures;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
StillCaptureTest.java 1124 float[] apertures = mStaticInfo.getAvailableAperturesChecked(); local
1483 float[] apertures = mStaticInfo.getAvailableAperturesChecked(); local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 188 float apertures[CAM_APERTURES_MAX]; member in struct:__anon2633
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 198 float apertures[CAM_APERTURES_MAX]; member in struct:__anon3127
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 204 float apertures[CAM_APERTURES_MAX]; member in struct:__anon4184
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 473 milliseconds