Searched refs:fmtOrig (Results 1 – 1 of 1) sorted by relevance
538 AMediaFormat* fmtOrig = AMediaFormat_new(); in testMediaFormatAllNative() local542 nmf->configureFormat(fmtOrig); in testMediaFormatAllNative()543 bool status = nmf->validateFormat(fmtOrig); in testMediaFormatAllNative()545 AMediaFormat_copy(fmtDup, fmtOrig); in testMediaFormatAllNative()551 AMediaFormat_copy(fmtDup, fmtOrig); in testMediaFormatAllNative()557 AMediaFormat_delete(fmtOrig); in testMediaFormatAllNative()571 AMediaFormat* fmtOrig = AMediaFormat_new(); \575 nmf->configureFormat##func(fmtOrig); \576 bool status = nmf->validateFormat##func(fmtOrig); \578 AMediaFormat_copy(fmtDup, fmtOrig); \[all …]