Searched refs:mcl (Results 1 – 4 of 4) 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 …]
66 MediaCodecList mcl = new MediaCodecList(MediaCodecList.REGULAR_CODECS); in AmrInputStream() local67 String name = mcl.findEncoderForFormat(format); in AmrInputStream()
204 sp<IMediaCodecList> mcl = getCodecList(); in onTransact() local205 reply->writeStrongBinder(IInterface::asBinder(mcl)); in onTransact()
589 const sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in init() local590 if (mcl == NULL) { in init()594 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str()); in init()596 const sp<MediaCodecInfo> info = mcl->getCodecInfo(codecIdx); in init()