Searched refs:extSel (Results 1 – 1 of 1) sorted by relevance
179 private static String extSel; field in ExtractorTest184 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 …]