Searched refs:mCodecInfoMap (Results 1 – 1 of 1) sorted by relevance
1051 : mCodecInfoMap{[] { in CodecListCache()1063 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member4225 auto it = cache.mCodecInfoMap.find(name); in CanFetchLinearBlock()4226 if (it == cache.mCodecInfoMap.end()) { in CanFetchLinearBlock()4256 auto it = cache.mCodecInfoMap.find(name); in CanFetchGraphicBlock()4257 if (it == cache.mCodecInfoMap.end()) { in CanFetchGraphicBlock()