Searched refs:testFormat (Results 1 – 3 of 3) sorted by relevance
1397 MediaFormat testFormat = MediaFormat.createVideoFormat(MIME_TYPE, w, h); in isConcurrentEncodingDecodingSupported() local1398 testFormat.setInteger(MediaFormat.KEY_BIT_RATE, bitRate); in isConcurrentEncodingDecodingSupported()1399 testFormat.setInteger(MediaFormat.KEY_FRAME_RATE, 30); in isConcurrentEncodingDecodingSupported()1400 if (mcl.findDecoderForFormat(testFormat) == null in isConcurrentEncodingDecodingSupported()1401 || mcl.findEncoderForFormat(testFormat) == null) { in isConcurrentEncodingDecodingSupported()
585 public void testFormat() throws Exception { in testFormat() method in NativeDecoderTest
766 public void testFormat() { in testFormat() method in TimeTest