Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp348 static std::weak_ptr<C2Allocator> blobAllocator; in fetchBlobAllocator() local
350 std::shared_ptr<C2Allocator> allocator = blobAllocator.lock(); in fetchBlobAllocator()
353 blobAllocator = allocator; in fetchBlobAllocator()