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
116 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo()
132 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()
178 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()
341 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()
347 const sp<AMessage> settings = mcl->getCodecList()->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp109 virtual sp<IMediaCodecList> getCodecList() const { in getCodecList() function in android::BpMediaPlayerService
174 sp<IMediaCodecList> mcl = getCodecList(); in onTransact()
/frameworks/av/media/libmedia/include/media/
DIMediaPlayerService.h51 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp189 sRemoteList = service->getCodecList(); in getInstance()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h240 virtual sp<IMediaCodecList> getCodecList() const;
DMediaPlayerService.cpp503 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList() function in android::MediaPlayerService
691 sp<IMediaCodecList> codecList = getCodecList(); in dump()