Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1958 class IntfCache { class
1960 IntfCache() = default;
2033 static const IntfCache &GetIntfCache(const std::string &name) { in GetIntfCache()
2034 static IntfCache sNullIntfCache; in GetIntfCache()
2036 static std::map<std::string, IntfCache> sCache; in GetIntfCache()
2041 IntfCache intfCache; in GetIntfCache()
2067 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds()
2130 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage()
2161 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock()