Home
last modified time | relevance | path

Searched refs:mOutFormat (Results 1 – 6 of 6) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp57 mOutFormat = nullptr; in CodecAsyncHandler()
63 if (mOutFormat) { in ~CodecAsyncHandler()
64 AMediaFormat_delete(mOutFormat); in ~CodecAsyncHandler()
65 mOutFormat = nullptr; in ~CodecAsyncHandler()
145 if (mOutFormat) { in setOutputFormat()
146 AMediaFormat_delete(mOutFormat); in setOutputFormat()
147 mOutFormat = nullptr; in setOutputFormat()
149 mOutFormat = format; in setOutputFormat()
154 return mOutFormat; in getOutputFormat()
173 if (mOutFormat) { in resetContext()
[all …]
DNativeCodecTestBase.h62 AMediaFormat* mOutFormat; variable
135 AMediaFormat* mOutFormat; variable
DNativeCodecDecoderTest.cpp358 : mOutFormat)) { in testSimpleDecode()
490 : mOutFormat)) { in testFlush()
622 : mOutFormat)) { in testSimpleDecodeQueueCSD()
/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java374 private int mOutFormat; field in MuxerTest.TestApi
413 mOutFormat = outFormat; in TestApi()
423 if (mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4 && in verifyLocationInFile()
424 mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP) return; in verifyLocationInFile()
456 if (mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4 && in verifyOrientation()
457 mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP) return; in verifyOrientation()
471 Assume.assumeTrue(shouldRunTest(mOutFormat)); in testSetLocation()
472 MediaMuxer muxer = new MediaMuxer(mOutPath, mOutFormat); in testSetLocation()
531 assertTrue(mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4 && in testSetLocation()
532 mOutFormat != MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP); in testSetLocation()
[all …]
DCodecDecoderTest.java303 mOutFormat)); in testSimpleDecode()
443 mOutFormat)); in testFlush()
538 mOutFormat)); in testReconfigure()
566 mOutFormat)); in testReconfigure()
591 mOutFormat)); in testReconfigure()
627 mOutFormat)); in testReconfigure()
778 mOutFormat)); in testSimpleDecodeQueueCSD()
DCodecTestBase.java66 private MediaFormat mOutFormat; field in CodecAsyncHandler
86 mOutFormat = null; in resetContext()
121 mOutFormat = format; in onOutputFormatChanged()
201 return mOutFormat; in getOutputFormat()
467 MediaFormat mOutFormat; field in CodecTestBase
684 mOutFormat = mCodec.getOutputFormat(); in doWork()
730 mOutFormat = mCodec.getOutputFormat(); in waitForAllOutputs()
1008 mOutFormat = mCodec.getOutputFormat(); in doWork()