Searched refs:hasCodecsForPath (Results 1 – 2 of 2) sorted by relevance
131 if (MediaUtils.hasCodecsForPath(mContext, mInpPrefix + video)) { in getSupportedVideos()
607 public static boolean hasCodecsForPath(Context context, String path) { in hasCodecsForPath() method in MediaUtils643 return check(hasCodecsForPath(context, path), "no decoder found"); in checkCodecsForPath()