Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DV4L2PluginStore.cpp42 static std::map<C2Allocator::id_t, std::weak_ptr<C2Allocator>> sCacheAllocators; in fetchAllocator() local
47 auto iter = sCacheAllocators.find(allocatorId); in fetchAllocator()
48 if (iter != sCacheAllocators.end()) { in fetchAllocator()
56 sCacheAllocators[allocatorId] = allocator; in fetchAllocator()