Searched refs:mcl (Results 1 – 7 of 7) sorted by relevance
71 JavaMediaCodecListWrapper(sp<IMediaCodecList> mcl) in JavaMediaCodecListWrapper() argument72 : mCodecList(mcl) { in JavaMediaCodecListWrapper()73 size_t numCodecs = mcl->countCodecs(); in JavaMediaCodecListWrapper()75 sp<MediaCodecInfo> info = mcl->getCodecInfo(ix); in JavaMediaCodecListWrapper()103 sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in getCodecList() local104 if (mcl == NULL) { in getCodecList()111 sListWrapper.reset(new JavaMediaCodecListWrapper(mcl)); in getCodecList()117 const JavaMediaCodecListWrapper *mcl = getCodecList(env); in getCodecInfo() local118 if (mcl == nullptr) { in getCodecInfo()123 JavaMediaCodecListWrapper::Info info = mcl->getCodecInfo(index); in getCodecInfo()[all …]
49 MediaCodecList mcl = new MediaCodecList(MediaCodecList.ALL_CODECS); in getMediaCodec() local50 MediaCodecInfo[] codecInfos = mcl.getCodecInfos(); in getMediaCodec()
68 MediaCodecList mcl = new MediaCodecList(MediaCodecList.REGULAR_CODECS); in AmrInputStream() local69 String name = mcl.findEncoderForFormat(format); in AmrInputStream()
187 sp<IMediaCodecList> mcl = getCodecList(); in onTransact() local188 reply->writeStrongBinder(IInterface::asBinder(mcl)); in onTransact()
88 MediaCodecList mcl = new MediaCodecList(MediaCodecList.ALL_CODECS); in getTestCodecInfo() local89 for (MediaCodecInfo info : mcl.getCodecInfos()) { in getTestCodecInfo()
1997 MediaCodecList mcl = new MediaCodecList(MediaCodecList.REGULAR_CODECS);1998 sIsHevcDecoderSupported = mcl.findDecoderForFormat(format) != null;
1251 const sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in MediaCodec() local1252 if (!mcl) { in MediaCodec()1261 ssize_t codecIdx = mcl->findCodecByName(codecName.c_str()); in MediaCodec()1265 *info = mcl->getCodecInfo(codecIdx); in MediaCodec()2072 const sp<IMediaCodecList> mcl = MediaCodecList::getInstance(); in CodecListCache() local2073 size_t count = mcl->countCodecs(); in CodecListCache()2076 sp<MediaCodecInfo> info = mcl->getCodecInfo(i); in CodecListCache()