Home
last modified time | relevance | path

Searched refs:mCodecInfoMap (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1345 : mCodecInfoMap{[] { in CodecListCache()
1357 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member
5402 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()