Searched refs:hasCodecsForPath (Results 1 – 2 of 2) sorted by relevance
312 public static boolean hasCodecsForPath(Context context, String path) { in hasCodecsForPath() method in MediaUtils337 return check(hasCodecsForPath(context, path), "no decoder found"); in checkCodecsForPath()
110 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) { in getSupportedVideos()