Searched refs:checkDecoderForFormat (Results 1 – 4 of 4) sorted by relevance
115 supported &= MediaUtils.checkDecoderForFormat(format); in testGetResolutions()
154 if (!MediaUtils.checkDecoderForFormat(format)) { in doTestVideoPlayback()
843 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testAsyncReset()1305 if (!MediaUtils.checkDecoderForFormat(mediaFormat)) { in testDecodeAfterFlush()
749 public static boolean checkDecoderForFormat(MediaFormat format) { in checkDecoderForFormat() method in MediaUtils