Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderPauseTest.java81 if (!areFormatsSupported(mCodecName, mMime, formats)) { in testPause()
DAdaptivePlaybackTest.java180 if (!areFormatsSupported(mCodecName, mMime, formats)) { in testAdaptivePlayback()
DDecoderColorAspectsTest.java248 Assume.assumeTrue(areFormatsSupported(mCodecName, mMime, formats)); in testColorAspects()
DCodecDecoderValidationTest.java474 if (!areFormatsSupported(mCodecName, mMime, formats)) { in testDecodeAndValidate()
DCodecTestBase.java632 static boolean areFormatsSupported(String name, String mime, ArrayList<MediaFormat> formats) in areFormatsSupported() method in CodecTestBase