Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp556 bool hasTestMime = AMediaFormat_getString(outFormat, AMEDIAFORMAT_KEY_MIME, &testMime); in isFormatSimilar() local
558 if (!hasRefMime || !hasTestMime) return false; in isFormatSimilar()
DNativeExtractorTest.cpp53 bool hasTestMime = AMediaFormat_getString(testFormat, AMEDIAFORMAT_KEY_MIME, &testMime); in isFormatSimilar() local
55 if (!hasRefMime || !hasTestMime || strcmp(refMime, testMime) != 0) return false; in isFormatSimilar()