Home
last modified time | relevance | path

Searched refs:checkDecoderForFormat (Results 1 – 3 of 3) sorted by relevance

/cts/libs/deviceutil/src/android/cts/util/
DMediaUtils.java389 public static boolean checkDecoderForFormat(MediaFormat format) { in checkDecoderForFormat() method in MediaUtils
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java820 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testDecodeAfterFlush()
DDecoderTest.java1356 if (!MediaUtils.checkDecoderForFormat(format)) { in testEOSBehavior()