Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3174 IntfCache intfCache; in GetIntfCache() local
3175 status_t err = intfCache.init(name); in GetIntfCache()
3180 it = sCache.insert({name, std::move(intfCache)}).first; in GetIntfCache()
3200 const IntfCache &intfCache = GetIntfCache(name); in GetCommonAllocatorIds() local
3201 if (intfCache.initCheck() != OK) { in GetCommonAllocatorIds()
3204 const C2StreamBufferTypeSetting::input &streamFormat = intfCache.getInputStreamFormat(); in GetCommonAllocatorIds()
3222 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds()
3281 const IntfCache &intfCache = GetIntfCache(name); in CalculateMinMaxUsage() local
3282 if (intfCache.initCheck() != OK) { in CalculateMinMaxUsage()
3286 intfCache.getUsageSupportedValues(); in CalculateMinMaxUsage()
[all …]