Home
last modified time | relevance | path

Searched refs:getCodecList (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp34 static sp<IMediaCodecList> getCodecList(JNIEnv *env) { in getCodecList() function
46 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()
56 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getCodecName()
85 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()
99 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_isEncoder()
116 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getSupportedTypes()
153 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCapabilities()
266 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()
/frameworks/av/include/media/
DIMediaPlayerService.h59 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp144 virtual sp<IMediaCodecList> getCodecList() const { in getCodecList() function in android::BpMediaPlayerService
230 sp<IMediaCodecList> mcl = getCodecList(); in onTransact()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h218 virtual sp<IMediaCodecList> getCodecList() const;
DMediaPlayerService.cpp350 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList() function in android::MediaPlayerService
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp159 sRemoteList = service->getCodecList(); in getInstance()