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.cpp2608 IntfCache intfCache; in GetIntfCache() local
2609 status_t err = intfCache.init(name); in GetIntfCache()
2614 it = sCache.insert({name, std::move(intfCache)}).first; in GetIntfCache()
2634 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds() local
2635 if (intfCache.initCheck() != OK) { in GetCommonAllocatorIds()
2697 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage() local
2698 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()
2702 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()
2732 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock() local
2733 if (intfCache.initCheck() != OK) { in CanFetchLinearBlock()
[all …]