Home
last modified time | relevance | path

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

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