Searched refs:mCodecInfos (Results 1 – 3 of 3) sorted by relevance
159 private MediaCodecInfo[] mCodecInfos; field in MediaCodecList168 mCodecInfos = sRegularCodecInfos; in MediaCodecList()170 mCodecInfos = sAllCodecInfos; in MediaCodecList()179 return Arrays.copyOf(mCodecInfos, mCodecInfos.length); in getCodecInfos()233 for (MediaCodecInfo info: mCodecInfos) { in findCodecForFormat()
207 mCodecInfos.clear(); in parseTopLevelXMLFile()236 for (size_t i = mCodecInfos.size(); i > 0;) { in parseTopLevelXMLFile()238 const MediaCodecInfo &info = *mCodecInfos.itemAt(i).get(); in parseTopLevelXMLFile()244 mCodecInfos.removeAt(i); in parseTopLevelXMLFile()298 for (size_t i = 0; i < mCodecInfos.size(); ++i) { in parseTopLevelXMLFile()299 const CodecInfo &info = mCodecInfos.itemAt(i); in parseTopLevelXMLFile()649 for (size_t i = 0; i < mCodecInfos.size(); ++i) { in setCurrentCodecInfo()650 if (AString(name) == mCodecInfos[i]->getCodecName()) { in setCurrentCodecInfo()651 if (mCodecInfos[i]->getCapabilitiesFor(type) == NULL) { in setCurrentCodecInfo()657 mCurrentInfo = mCodecInfos.editItemAt(i); in setCurrentCodecInfo()[all …]
50 return mCodecInfos.itemAt(index); in getCodecInfo()96 Vector<sp<MediaCodecInfo> > mCodecInfos; member