Searched refs:checkCodecsForPath (Results 1 – 5 of 5) sorted by relevance
239 if (!MediaUtils.checkCodecsForPath(mContext, videoUrl.toString())) { in testClearKeyPlayback()
294 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()391 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in doTestBuffering()
354 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()468 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in doTestBuffering()
354 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) {468 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) {
486 public static boolean checkCodecsForPath(Context context, String path) { in checkCodecsForPath() method in MediaUtils