Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2041 IntfCache intfCache; in GetIntfCache() local
2042 status_t err = intfCache.init(name); in GetIntfCache()
2047 it = sCache.insert({name, std::move(intfCache)}).first; in GetIntfCache()
2067 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds() local
2068 if (intfCache.initCheck() != OK) { in GetCommonAllocatorIds()
2071 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds()
2130 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage() local
2131 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()
2135 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()
2161 const IntfCache &intfCache = GetIntfCache(name); in CanFetchLinearBlock() local
[all …]