Home
last modified time | relevance | path

Searched refs:IMediaCodecList (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libmedia/
DIMediaCodecList.cpp38 class BpMediaCodecList: public BpInterface<IMediaCodecList>
42 : BpInterface<IMediaCodecList>(impl) in BpMediaCodecList()
49 data.writeInterfaceToken(IMediaCodecList::getInterfaceDescriptor()); in countCodecs()
57 data.writeInterfaceToken(IMediaCodecList::getInterfaceDescriptor()); in getCodecInfo()
71 data.writeInterfaceToken(IMediaCodecList::getInterfaceDescriptor()); in getGlobalSettings()
89 data.writeInterfaceToken(IMediaCodecList::getInterfaceDescriptor()); in findCodecByType()
100 data.writeInterfaceToken(IMediaCodecList::getInterfaceDescriptor()); in findCodecByName()
117 CHECK_INTERFACE(IMediaCodecList, data, reply); in onTransact()
129 CHECK_INTERFACE(IMediaCodecList, data, reply); in onTransact()
144 CHECK_INTERFACE(IMediaCodecList, data, reply); in onTransact()
[all …]
DIMediaPlayerService.cpp109 virtual sp<IMediaCodecList> getCodecList() const { in getCodecList()
113 return interface_cast<IMediaCodecList>(reply.readStrongBinder()); in getCodecList()
174 sp<IMediaCodecList> mcl = getCodecList(); in onTransact()
DAndroid.bp226 "IMediaCodecList.cpp",
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecList.h42 static sp<IMediaCodecList> getInstance();
62 static sp<IMediaCodecList> getLocalInstance();
88 static sp<IMediaCodecList> sCodecList;
89 static sp<IMediaCodecList> sRemoteList;
/frameworks/av/media/libmedia/include/media/
DIMediaCodecList.h30 class IMediaCodecList: public IInterface
48 class BnMediaCodecList: public BnInterface<IMediaCodecList>
DIMediaPlayerService.h34 class IMediaCodecList; variable
51 virtual sp<IMediaCodecList> getCodecList() const = 0;
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp115 sp<IMediaCodecList> MediaCodecList::sCodecList;
146 sp<IMediaCodecList> MediaCodecList::getLocalInstance() { in getLocalInstance()
170 sp<IMediaCodecList> MediaCodecList::sRemoteList;
182 sp<IMediaCodecList> MediaCodecList::getInstance() { in getInstance()
350 const sp<IMediaCodecList> list = getInstance(); in findMatchingCodecs()
DMediaCodec.cpp925 const sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in init()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicEncoderInfoManager.h63 sp<AMessage> getCodecDetails(sp<IMediaCodecList> codecsList, const char* name);
64 bool getHevcCodecDetails(sp<IMediaCodecList> codecsList, const char* mime);
DHeicEncoderInfoManager.cpp112 sp<IMediaCodecList> codecsList = MediaCodecList::getInstance(); in initialize()
242 sp<IMediaCodecList> codecsList, const char* name) { in getCodecDetails()
269 sp<IMediaCodecList> codecsList, const char* mime) { in getHevcCodecDetails()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp61 sp<IMediaCodecList> getCodecList() const { in getCodecList()
70 JavaMediaCodecListWrapper(sp<IMediaCodecList> mcl) in JavaMediaCodecListWrapper()
91 sp<IMediaCodecList> mCodecList;
102 sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in getCodecList()
/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp63 sp<IMediaCodecList> list = MediaCodecList::getInstance(); in android_videoCodec_expose()
/frameworks/av/media/libstagefright/tests/
DMediaCodecListOverrides_test.cpp121 sp<IMediaCodecList> list = MediaCodecList::getInstance(); in TEST_F()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h240 virtual sp<IMediaCodecList> getCodecList() const;
DMediaPlayerService.cpp337 sp<IMediaCodecList> MediaPlayerService::getCodecList() const { in getCodecList()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp654 sp<IMediaCodecList> list = MediaCodecList::getInstance(); in dumpCodecDetails()