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.java394 MediaFormat defFormat = mCodec.getOutputFormat(); in testSimpleDecode() local
395 if (isFormatSimilar(format, defFormat)) { in testSimpleDecode()
412 doOutputFormatChecks(defFormat, format); in testSimpleDecode()
495 MediaFormat defFormat = mCodec.getOutputFormat(); in testFlush() local
497 if (isFormatSimilar(format, defFormat)) { in testFlush()
554 doOutputFormatChecks(defFormat, format); in testFlush()
644 MediaFormat defFormat = mCodec.getOutputFormat(); in testReconfigure() local
646 if (isFormatSimilar(format, defFormat)) { in testReconfigure()
664 doOutputFormatChecks(defFormat, format); in testReconfigure()
684 doOutputFormatChecks(defFormat, format); in testReconfigure()
[all …]
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp450 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testFlush() local
452 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()
456 AMediaFormat_delete(defFormat); in testFlush()
587 AMediaFormat* defFormat = AMediaCodec_getOutputFormat(mCodec); in testSimpleDecodeQueueCSD() local
588 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()
592 AMediaFormat_delete(defFormat); in testSimpleDecodeQueueCSD()