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