Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp280 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local
283 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()
285 if (allocatorStore) { in SetPreferredCodec2ComponentStore()
286 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
306 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local
314 res = allocatorStore->fetchAllocator( in _createBlockPool()
327 res = allocatorStore->fetchAllocator( in _createBlockPool()
338 res = allocatorStore->fetchAllocator( in _createBlockPool()
412 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in GetCodec2BlockPool() local
424 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
[all …]
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp821 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local
853 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start()
991 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start()
1019 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()