Lines Matching refs:validateFormat
72 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); \
585 status &= nmf->validateFormat##func(fmtDup); \
588 status &= nmf->validateFormat##func(fmtDup, offset, true); \