Home
last modified time | relevance | path

Searched refs:defFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java266 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecode() local
267 if (isFormatSimilar(format, defFormat)) { in testSimpleDecode()
378 MediaFormat defFormat = mCodec.getOutputFormat(); in testFlush() local
380 if (isFormatSimilar(format, defFormat)) { in testFlush()
512 MediaFormat defFormat = mCodec.getOutputFormat(); in testReconfigure() local
514 if (isFormatSimilar(format, defFormat)) { in testReconfigure()
600 if (isFormatSimilar(newFormat, defFormat)) { in testReconfigure()
740 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecodeQueueCSD() local
741 if (isFormatSimilar(defFormat, format)) { in testSimpleDecodeQueueCSD()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp421 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testFlush() local
423 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()
427 AMediaFormat_delete(defFormat); in testFlush()
589 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecodeQueueCSD() local
590 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()
594 AMediaFormat_delete(defFormat); in testSimpleDecodeQueueCSD()