Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mcl

326         const sp<IMediaCodecList> mcl = MediaCodecList::getInstance();
327 if (mcl == NULL) {
331 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str());
333 const sp<MediaCodecInfo> info = mcl->getCodecInfo(codecIdx);