Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp61 sp<IMediaCodecList> getCodecList() const { in getCodecList() function in JavaMediaCodecListWrapper
99 static const JavaMediaCodecListWrapper *getCodecList(JNIEnv *env) { in getCodecList() function
115 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo()
131 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount()
177 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName()
340 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in android_media_MediaCodecList_getGlobalSettings()
346 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.cpp337 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList() function in android::MediaPlayerService