Searched refs:mcl (Results 1 – 3 of 3) sorted by relevance
35 sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in getCodecList() local36 if (mcl == NULL) { in getCodecList()41 return mcl; in getCodecList()46 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getCodecCount() local47 if (mcl == NULL) { in android_media_MediaCodecList_getCodecCount()51 return mcl->countCodecs(); in android_media_MediaCodecList_getCodecCount()56 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_getCodecName() local57 if (mcl == NULL) { in android_media_MediaCodecList_getCodecName()62 const sp<MediaCodecInfo> &info = mcl->getCodecInfo(index); in android_media_MediaCodecList_getCodecName()85 sp<IMediaCodecList> mcl = getCodecList(env); in android_media_MediaCodecList_findCodecByName() local[all …]
204 sp<IMediaCodecList> mcl = getCodecList(); in onTransact() local205 reply->writeStrongBinder(IInterface::asBinder(mcl)); in onTransact()
356 const sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in init() local357 if (mcl == NULL) { in init()361 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str()); in init()363 const sp<MediaCodecInfo> info = mcl->getCodecInfo(codecIdx); in init()