Home
last modified time | relevance | path

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

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