Home
last modified time | relevance | path

Searched refs:decoderFormat (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java273 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, sWidth, sHeight); in encodeVirtualDisplayTest() local
275 decoder.configure(decoderFormat, outputSurface.getSurface(), null, 0); in encodeVirtualDisplayTest()
DEncodeVirtualDisplayWithCompositionTest.java247 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()
DMediaCodecTest.java676 final MediaFormat decoderFormat = MediaFormat.createAudioFormat( in testCreateAudioDecoderAndEncoder() local
695 audioDecoder.configure(decoderFormat, null, null, 0); in testCreateAudioDecoderAndEncoder()