Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp1051 : mCodecInfoMap{[] { in CodecListCache()
1063 const std::map<std::string, sp<MediaCodecInfo>> mCodecInfoMap; member
4225 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()