Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp62 sp<IMediaCodecList> getCodecList() const { in getCodecList() function in JavaMediaCodecListWrapper
100 static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { in getCodecList() function
117 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo()
133 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()
179 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()
342 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()
348 const sp<AMessage> settings = mcl->getCodecList()->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp113 virtual sp<IMediaCodecList> getCodecList() const { in getCodecList() function in android::BpMediaPlayerService
187 sp<IMediaCodecList> mcl = getCodecList(); in onTransact()
/frameworks/av/media/libmedia/include/media/
DIMediaPlayerService.h57 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp190 sRemoteList = service->getCodecList(); in getInstance()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h244 virtual sp<IMediaCodecList> getCodecList() const;
DMediaPlayerService.cpp517 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList() function in android::MediaPlayerService
706 sp<IMediaCodecList> codecList = getCodecList(); in dump()