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