Home
last modified time | relevance | path

Searched refs:staticMeta (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionCharacteristicsTest.java194 StaticMetadata staticMeta = in testExtensionAvailability() local
196 if (!staticMeta.isColorOutputSupported()) { in testExtensionAvailability()
225 StaticMetadata staticMeta = in testExtensionSizes() local
227 if (!staticMeta.isColorOutputSupported()) { in testExtensionSizes()
279 StaticMetadata staticMeta = in testExtensionLatencyRanges() local
281 if (!staticMeta.isColorOutputSupported()) { in testExtensionLatencyRanges()
312 StaticMetadata staticMeta = in testExtensionRequestKeys() local
314 if (!staticMeta.isColorOutputSupported()) { in testExtensionRequestKeys()
335 assertTrue(msg, staticMeta.areKeysAvailable(captureKey) || in testExtensionRequestKeys()
358 StaticMetadata staticMeta = in testExtensionResultKeys() local
[all …]
DCameraExtensionSessionTest.java204 StaticMetadata staticMeta = in testBasicExtensionLifecycle() local
206 if (!staticMeta.isColorOutputSupported()) { in testBasicExtensionLifecycle()
253 StaticMetadata staticMeta = in testCloseCaptureSession() local
255 if (!staticMeta.isColorOutputSupported()) { in testCloseCaptureSession()
319 StaticMetadata staticMeta = in testCloseExtensionSession() local
321 if (!staticMeta.isColorOutputSupported()) { in testCloseExtensionSession()
380 StaticMetadata staticMeta = in testGetDevice() local
382 if (!staticMeta.isColorOutputSupported()) { in testGetDevice()
438 StaticMetadata staticMeta = in testRepeatingCapture() local
440 if (!staticMeta.isColorOutputSupported()) { in testRepeatingCapture()
[all …]
DRecordingTest.java420 private static long getDynamicRangeProfile(int codecProfile, StaticMetadata staticMeta) { in getDynamicRangeProfile() argument
421 if (!staticMeta.isCapabilitySupported( in getDynamicRangeProfile()
426 DynamicRangeProfiles profiles = staticMeta.getCharacteristics().get( in getDynamicRangeProfile()
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java125 StaticMetadata staticMeta = new StaticMetadata(ch); in matchParametersToCharacteristics() local
127 if (staticMeta.hasFlash() != legacyHasFlash) { in matchParametersToCharacteristics()
133 boolean hasValidMinFocusDistance = staticMeta.areKeysAvailable( in matchParametersToCharacteristics()
136 boolean hasFocuser = staticMeta.hasFocuser() && !fixedFocusExternal; in matchParametersToCharacteristics()
144 if (staticMeta.isVideoStabilizationSupported() != in matchParametersToCharacteristics()
151 float [] focalLengths = staticMeta.getAvailableFocalLengthsChecked(); in matchParametersToCharacteristics()