Searched refs:apertures (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | StaticMetadata.java | 603 float[] apertures = getValueFromKeyNonNull(key); in getAvailableAperturesChecked() local 605 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1); in getAvailableAperturesChecked() 607 for (int i = 0; i < apertures.length; i++) { in getAvailableAperturesChecked() 609 String.format("apertures[%d] %f should be positive.", i, apertures[i]), in getAvailableAperturesChecked() 610 apertures[i] > 0); in getAvailableAperturesChecked() 612 checkElementDistinct(key, Arrays.asList(CameraTestUtils.toObject(apertures))); in getAvailableAperturesChecked() 614 return apertures; in getAvailableAperturesChecked()
|
H A D | CameraTestUtils.java | 1959 float[] apertures = staticInfo.getAvailableAperturesChecked(); in validateAperture() local 1964 Arrays.asList(CameraTestUtils.toObject(apertures)); in validateAperture() 2117 float[] apertures = staticInfo.getAvailableAperturesChecked(); in verifyJpegExifExtraTags() local 2121 getClosestValueInArray(apertures, apertureValue), in verifyJpegExifExtraTags()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
H A D | cam_intf.h | 415 float apertures[CAM_APERTURES_MAX]; member
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3HWI.cpp | 9834 gCamCapability[cameraId]->apertures, in initStaticMetadata() 12165 float default_aperture = gCamCapability[mCameraId]->apertures[0]; in translateCapabilityToMetadata()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |