HomeSort by relevance Sort by last modified time
    Searched refs:apertures (Results 1 - 12 of 12) 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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/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...]
CameraTestUtils.java 1887 float[] apertures = staticInfo.getAvailableAperturesChecked(); local
2045 float[] apertures = staticInfo.getAvailableAperturesChecked(); local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraTestUtils.java 1985 float[] apertures = staticInfo.getAvailableAperturesChecked(); local
2144 float[] apertures = staticInfo.getAvailableAperturesChecked(); local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 219 float apertures[CAM_APERTURES_MAX]; member in struct:__anon3283
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 219 float apertures[CAM_APERTURES_MAX]; member in struct:__anon4194
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 204 float apertures[CAM_APERTURES_MAX]; member in struct:__anon5389
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 236 float apertures[CAM_APERTURES_MAX]; member in struct:__anon31796
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 266 milliseconds