Searched refs:getSupportedTypes (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecList.java45 /* package private */ static native final String[] getSupportedTypes(int index); method in class:MediaCodecList
H A DMediaCodecInfo.java33 * String[] types = codecInfo.getSupportedTypes();
68 public final String[] getSupportedTypes() { method in class:MediaCodecInfo
69 return MediaCodecList.getSupportedTypes(mIndex);
H A DMediaRouter.java899 typesToString(route.getSupportedTypes()) + " into route types " +
934 dispatchRouteUnselected(types & oldRoute.getSupportedTypes(), oldRoute);
943 dispatchRouteSelected(types & route.getSupportedTypes(), route);
1333 selectRouteStatic(route.getSupportedTypes(), route, false);
1660 public int getSupportedTypes() { method in class:MediaRouter.RouteInfo
1965 String supportedTypes = typesToString(getSupportedTypes());
2559 public int getSupportedTypes() { method in class:MediaRouter.RouteCategory
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h44 status_t getSupportedTypes(size_t index, Vector<AString> *types) const;
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java123 public static int getSupportedTypes(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
124 return ((android.media.MediaRouter.RouteInfo)routeObj).getSupportedTypes();
250 public static int getSupportedTypes(Object categoryObj) { method in class:MediaRouterJellybean.RouteCategory
251 return ((android.media.MediaRouter.RouteCategory)categoryObj).getSupportedTypes();
298 int routeTypes = route.getSupportedTypes();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp75 MediaCodecList::getInstance()->getSupportedTypes(index, &types);
201 { "getSupportedTypes", "(I)[Ljava/lang/String;",
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java197 String[] supportedTypes = info.getSupportedTypes();
/frameworks/opt/mms/src/java/com/google/android/mms/
H A DContentType.java227 public static ArrayList<String> getSupportedTypes() { method in class:ContentType
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp488 status_t MediaCodecList::getSupportedTypes( function in class:android::MediaCodecList
H A DMediaCodec.cpp117 if (mcl->getSupportedTypes(codecIdx, &types) == OK) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java588 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes(

Completed in 732 milliseconds