Home
last modified time | relevance | path

Searched defs:testMediaFormat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/mediaprepare/
DTranscoderTest.kt76 val testMediaFormat = MediaFormat().apply { setLong(MediaFormat.KEY_DURATION, 90_000_000L) } in testIsTranscodeRequired_returnFalse_whenDurationOverLimit() constant
86 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenMediaFormatIsAudio() constant
100 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenHevcAndAppNotSpecifySupport() constant
117 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenHevcAndAppSpecifySupport() constant
135 val testMediaFormat = in testIsTranscodeRequired_returnTrue_whenDolbyVisionAndAppCanNotHandle() constant
155 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenDolbyVisionAndAppCanHandle() constant
175 val testMediaFormat = in testIsTranscodeRequired_returnTrue_wheHlgAndAppCanNotHandle() constant
195 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenHlgAndAppCanHandle() constant
215 val testMediaFormat = in testIsTranscodeRequired_returnTrue_wheHdr10AndAppCanNotHandle() constant
236 val testMediaFormat = in testIsTranscodeRequired_returnFalse_whenHdr10AndAppCanHandle() constant
[all …]
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DNativeDecoderTest.java147 public void testMediaFormat() throws Exception { in testMediaFormat() method in NativeDecoderTest