Searched refs:mCodecInfoMap (Results 1 – 1 of 1) sorted by relevance
1345 : mCodecInfoMap{[] { in CodecListCache()1357 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member5402 auto it = cache.mCodecInfoMap.find(name); in CanFetchLinearBlock()5403 if (it == cache.mCodecInfoMap.end()) { in CanFetchLinearBlock()5433 auto it = cache.mCodecInfoMap.find(name); in CanFetchGraphicBlock()5434 if (it == cache.mCodecInfoMap.end()) { in CanFetchGraphicBlock()