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