Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3074 class IntfCache { class
3076 IntfCache() = default;
3166 static const IntfCache &GetIntfCache(const std::string &name) { in GetIntfCache()
3167 static IntfCache sNullIntfCache; in GetIntfCache()
3169 static std::map<std::string, IntfCache> sCache; in GetIntfCache()
3174 IntfCache intfCache; in GetIntfCache()
3200 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds()
3281 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage()
3316 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock()