/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 | 2002 float[] apertures = staticInfo.getAvailableAperturesChecked(); local 2161 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:__anon3702 [all...] |
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_intf.h | 219 float apertures[CAM_APERTURES_MAX]; member in struct:__anon4613 [all...] |
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_intf.h | 204 float apertures[CAM_APERTURES_MAX]; member in struct:__anon5808 [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 327 float apertures[CAM_APERTURES_MAX]; member in struct:__anon32629 [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...] |