Searched refs:mcl (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp113 const MediaCodecList *mcl = MediaCodecList::getInstance(); local
114 ssize_t codecIdx = mcl->findCodecByName(tmp.c_str());
117 if (mcl->getSupportedTypes(codecIdx, &types) == OK) {

Completed in 55 milliseconds