Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2525 class IntfCache { class
2527 IntfCache() = default;
2600 static const IntfCache &GetIntfCache(const std::string &name) { in GetIntfCache()
2601 static IntfCache sNullIntfCache; in GetIntfCache()
2603 static std::map<std::string, IntfCache> sCache; in GetIntfCache()
2608 IntfCache intfCache; in GetIntfCache()
2634 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds()
2697 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage()
2732 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock()