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

  /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/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 607 * Get available apertures and do the sanity check.
609 * @return The non-null array of available apertures
613 float[] apertures = getValueFromKeyNonNull(key); local
615 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1);
617 for (int i = 0; i < apertures.length; i++) {
619 String.format("apertures[%d] %f should be positive.", i, apertures[i]),
620 apertures[i] > 0);
622 checkElementDistinct(key, Arrays.asList(CameraTestUtils.toObject(apertures)));
624 return apertures;
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 2077 float[] apertures = staticInfo.getAvailableAperturesChecked(); local
2237 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:__anon4145
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 219 float apertures[CAM_APERTURES_MAX]; member in struct:__anon4697
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 327 float apertures[CAM_APERTURES_MAX]; member in struct:__anon3514
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 415 float apertures[CAM_APERTURES_MAX]; member in struct:cam_capability
    [all...]
  /device/google/marlin/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/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 702 milliseconds