Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMediaCommon.cpp100 bool hasTestMime = AMediaFormat_getString(testFormat, AMEDIAFORMAT_KEY_MIME, &testMime); in isFormatSimilar() local
101 if (!hasTestMime) return false; in isFormatSimilar()
DNativeCodecTestBase.cpp569 bool hasTestMime = AMediaFormat_getString(outFormat, AMEDIAFORMAT_KEY_MIME, &testMime); in isFormatSimilar() local
571 if (!hasRefMime || !hasTestMime) return false; in isFormatSimilar()