Searched refs:decoderFormat (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/tests/media/src/android/media/cts/ |
| D | EncodeVirtualDisplayTest.java | 273 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, sWidth, sHeight); in encodeVirtualDisplayTest() local 275 decoder.configure(decoderFormat, outputSurface.getSurface(), null, 0); in encodeVirtualDisplayTest()
|
| D | EncodeVirtualDisplayWithCompositionTest.java | 247 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, w, h); in doTestRenderingOutput() local 249 mDecoder.configure(decoderFormat, mDecodingSurface.getSurface(), null, 0); in doTestRenderingOutput() 1484 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, w, h); in isConcurrentEncodingDecodingSupported() local 1487 decoder.configure(decoderFormat, decodingSurface.getSurface(), null, 0); in isConcurrentEncodingDecodingSupported()
|
| D | MediaCodecTest.java | 676 final MediaFormat decoderFormat = MediaFormat.createAudioFormat( in testCreateAudioDecoderAndEncoder() local 695 audioDecoder.configure(decoderFormat, null, null, 0); in testCreateAudioDecoderAndEncoder()
|