Home
last modified time | relevance | path

Searched refs:isFormatSimilar (Results 1 – 12 of 12) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java235 if (isFormatSimilar(format, defFormat)) { in testSimpleDecode()
269 isFormatSimilar(format, in testSimpleDecode()
325 if (isFormatSimilar(format, defFormat)) { in testFlush()
386 isFormatSimilar(format, in testFlush()
453 if (isFormatSimilar(format, defFormat)) { in testReconfigure()
475 isFormatSimilar(format, in testReconfigure()
504 isFormatSimilar(format, in testReconfigure()
530 isFormatSimilar(format, in testReconfigure()
541 if (isFormatSimilar(newFormat, defFormat)) { in testReconfigure()
566 isFormatSimilar(newFormat, in testReconfigure()
[all …]
DEncoderProfileLevelTest.java626 boolean isFormatSimilar(MediaFormat inpFormat, MediaFormat outFormat) { in isFormatSimilar() method in EncoderProfileLevelTest
627 if (!super.isFormatSimilar(inpFormat, outFormat)) { in isFormatSimilar()
769 isFormatSimilar(format, outFormat)); in testValidateProfileLevel()
832 isFormatSimilar(format, extractedFormat)); in testValidateProfileLevel()
DExtractorTest.java249 static boolean isFormatSimilar(MediaFormat refFormat, MediaFormat testFormat) { in isFormatSimilar() method in ExtractorTest
291 if (!isFormatSimilar(refFormat, testFormat)) { in isMediaSimilar()
1392 cdtb.isFormatSimilar(cdtb.mOutFormat, format));
DMuxerTest.java300 if (!ExtractorTest.isFormatSimilar(thisFormat, thatFormat)) continue; in isSubsetOf()
DCodecTestBase.java1027 boolean isFormatSimilar(MediaFormat inpFormat, MediaFormat outFormat) { in isFormatSimilar() method in CodecTestBase
/cts/tests/media/jni/
DNativeMediaCommon.h71 bool isFormatSimilar(AMediaFormat* refFormat, AMediaFormat* testFormat);
DNativeCodecDecoderTest.cpp344 if (isFormatSimilar(mInpDecFormat, decFormat)) { in testSimpleDecode()
375 } else if (!isFormatSimilar(mInpDecFormat, mIsCodecInAsyncMode in testSimpleDecode()
452 if (isFormatSimilar(mInpDecFormat, defFormat)) { in testFlush()
517 } else if (!isFormatSimilar(mInpDecFormat, mIsCodecInAsyncMode in testFlush()
619 if (isFormatSimilar(defFormat, mInpDecFormat)) { in testSimpleDecodeQueueCSD()
649 } else if (!isFormatSimilar(mInpDecFormat, in testSimpleDecodeQueueCSD()
DNativeMediaCommon.cpp95 bool isFormatSimilar(AMediaFormat* refFormat, AMediaFormat* testFormat) { in isFormatSimilar() function
DNativeCodecTestBase.h164 bool isFormatSimilar(AMediaFormat* inpFormat, AMediaFormat* outFormat);
DNativeMuxerTest.cpp453 if (!isFormatSimilar(thisFormat, thatFormat)) continue; in isSubsetOf()
993 if (!isFormatSimilar(mediaInfo->getTrackFormat(i), in nativeTestGetTrackFormat()
1034 if (!isFormatSimilar(mediaInfo->getTrackFormat(i), in nativeTestAppendGetTrackFormat()
DNativeCodecTestBase.cpp566 bool CodecTestBase::isFormatSimilar(AMediaFormat* inpFormat, AMediaFormat* outFormat) { in isFormatSimilar() function in CodecTestBase
DNativeExtractorTest.cpp83 if (!isFormatSimilar(refFormat, testFormat)) { in isMediaSimilar()