Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMediaFormatUnitTest.cpp539 AMediaFormat* fmtDup = AMediaFormat_new(); in testMediaFormatAllNative() local
545 AMediaFormat_copy(fmtDup, fmtOrig); in testMediaFormatAllNative()
546 status &= nmf->validateFormat(fmtDup); in testMediaFormatAllNative()
548 nmf->configureFormat(fmtDup, offset); in testMediaFormatAllNative()
549 status &= nmf->validateFormat(fmtDup, offset); in testMediaFormatAllNative()
551 AMediaFormat_copy(fmtDup, fmtOrig); in testMediaFormatAllNative()
552 status &= nmf->validateFormat(fmtDup); in testMediaFormatAllNative()
554 AMediaFormat_clear(fmtDup); in testMediaFormatAllNative()
555 status &= nmf->validateFormat(fmtDup, offset, true); in testMediaFormatAllNative()
558 AMediaFormat_delete(fmtDup); in testMediaFormatAllNative()
[all …]