Home
last modified time | relevance | path

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

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