Searched refs:checkCodecsForPath (Results 1 – 3 of 3) sorted by relevance
231 if (!MediaUtils.checkCodecsForPath(mContext, videoUrl.toString())) { in testClearKeyPlayback()
277 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()
642 public static boolean checkCodecsForPath(Context context, String path) { in checkCodecsForPath() method in MediaUtils