Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h79 using SLRLRUCache = SkLRUCache<uint32_t, std::shared_ptr<SLRWeightTuple>>; variable
82 SkSLRCacheMgr(SLRLRUCache& slrCache, SkMutex& mutex) in SkSLRCacheMgr()
120 SLRLRUCache& fSLRCache;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp774 static SLRLRUCache slrCache(SLR_CACHE_CAPACITY); in GetNewSkSLRCacheMgr()