Searched refs:mCodecInfoMap (Results 1 – 1 of 1) sorted by relevance
2071 : mCodecInfoMap{[] { in CodecListCache()2083 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member7094 auto it = cache.mCodecInfoMap.find(name); in CanFetchLinearBlock()7095 if (it == cache.mCodecInfoMap.end()) { in CanFetchLinearBlock()7125 auto it = cache.mCodecInfoMap.find(name); in CanFetchGraphicBlock()7126 if (it == cache.mCodecInfoMap.end()) { in CanFetchGraphicBlock()