Searched refs:mCodecInfoMap (Results 1 – 1 of 1) sorted by relevance
1577 : mCodecInfoMap{[] { in CodecListCache()1589 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member5751 auto it = cache.mCodecInfoMap.find(name); in CanFetchLinearBlock()5752 if (it == cache.mCodecInfoMap.end()) { in CanFetchLinearBlock()5782 auto it = cache.mCodecInfoMap.find(name); in CanFetchGraphicBlock()5783 if (it == cache.mCodecInfoMap.end()) { in CanFetchGraphicBlock()