Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java389 boolean validateFormat = true; in testSimpleDecode()
399 validateFormat = false; in testSimpleDecode()
411 if (validateFormat) { in testSimpleDecode()
496 boolean validateFormat = true; in testFlush()
501 validateFormat = false; in testFlush()
553 if (validateFormat) { in testFlush()
645 boolean validateFormat = true; in testReconfigure()
650 validateFormat = false; in testReconfigure()
663 if (validateFormat) { in testReconfigure()
683 if (validateFormat) { in testReconfigure()
[all …]
/cts/tests/media/jni/
DNativeMediaFormatUnitTest.cpp72 bool validateFormat(AMediaFormat* fmt, int offset = 0, bool isClear = false);
457 bool NativeMediaFormatUnitTest::validateFormat(AMediaFormat* fmt, int offset, bool isClear) { in validateFormat() function in NativeMediaFormatUnitTest
543 bool status = nmf->validateFormat(fmtOrig); in testMediaFormatAllNative()
546 status &= nmf->validateFormat(fmtDup); in testMediaFormatAllNative()
549 status &= nmf->validateFormat(fmtDup, offset); in testMediaFormatAllNative()
552 status &= nmf->validateFormat(fmtDup); in testMediaFormatAllNative()
555 status &= nmf->validateFormat(fmtDup, offset, true); in testMediaFormatAllNative()
576 bool status = nmf->validateFormat##func(fmtOrig); \
579 status &= nmf->validateFormat##func(fmtDup); \
582 status &= nmf->validateFormat##func(fmtDup, offset); \
[all …]
DNativeCodecDecoderTestCommon.cpp367 bool validateFormat = true; in testSimpleDecode() local
386 validateFormat = false; in testSimpleDecode()
399 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testSimpleDecode()
451 bool validateFormat = true; in testFlush() local
454 validateFormat = false; in testFlush()
510 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testFlush()
577 bool validateFormat = true; in testSimpleDecodeQueueCSD() local
590 validateFormat = false; in testSimpleDecodeQueueCSD()
606 if (validateFormat && !isOutputFormatOk(mInpDecFormat)) { in testSimpleDecodeQueueCSD()