Searched refs:checkDecoderForFormat (Results 1 – 4 of 4) sorted by relevance
103 supported &= MediaUtils.checkDecoderForFormat(format); in testGetResolutions()
158 if (!MediaUtils.checkDecoderForFormat(format)) { in doTestVideoPlayback()
594 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testAsyncReset()1042 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testDecodeAfterFlush()
581 public static boolean checkDecoderForFormat(MediaFormat format) { in checkDecoderForFormat() method in MediaUtils