Searched refs:testFormat (Results 1 – 3 of 3) sorted by relevance
1366 MediaFormat testFormat = MediaFormat.createVideoFormat(MIME_TYPE, w, h); in isConcurrentEncodingDecodingSupported() local1367 testFormat.setInteger(MediaFormat.KEY_BIT_RATE, bitRate); in isConcurrentEncodingDecodingSupported()1368 if (mcl.findDecoderForFormat(testFormat) == null in isConcurrentEncodingDecodingSupported()1369 || mcl.findEncoderForFormat(testFormat) == null) { in isConcurrentEncodingDecodingSupported()
481 public void testFormat() throws Exception { in testFormat() method in NativeDecoderTest
744 public void testFormat() throws Exception { in testFormat() method in TimeTest