Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java179 private static String extSel; field in ExtractorTest
184 extSel = (null == args.getString(EXT_SEL_KEY)) ? defSel : args.getString(EXT_SEL_KEY);
189 if ((extSel.contains("mp4") && codecListforTypeMp4.contains(mime)) || in shouldRunTest()
190 (extSel.contains("webm") && codecListforTypeWebm.contains(mime)) || in shouldRunTest()
191 (extSel.contains("3gp") && codecListforType3gp.contains(mime)) || in shouldRunTest()
192 (extSel.contains("mkv") && codecListforTypeMkv.contains(mime)) || in shouldRunTest()
193 (extSel.contains("ogg") && codecListforTypeOgg.contains(mime)) || in shouldRunTest()
194 (extSel.contains("ts") && codecListforTypeTs.contains(mime)) || in shouldRunTest()
195 (extSel.contains("ps") && codecListforTypePs.contains(mime)) || in shouldRunTest()
196 (extSel.contains("raw") && codecListforTypeRaw.contains(mime)) || in shouldRunTest()
[all …]