Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp276 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local
279 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()
281 if (allocatorStore) { in SetPreferredCodec2ComponentStore()
282 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
302 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local
310 res = allocatorStore->fetchAllocator( in _createBlockPool()
323 res = allocatorStore->fetchAllocator( in _createBlockPool()
334 res = allocatorStore->fetchAllocator( in _createBlockPool()
408 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in GetCodec2BlockPool() local
420 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
[all …]
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp820 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local
852 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start()
986 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start()
1014 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()