Searched refs:checkCodecsForPath (Results 1 – 3 of 3) sorted by relevance
109 if (!MediaUtils.checkCodecsForPath(inst.getTargetContext(), mediaName)) { in doTestVideoPlayback()
206 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()
446 public static boolean checkCodecsForPath(Context context, String path) { in checkCodecsForPath() method in MediaUtils