Home
last modified time | relevance | path

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

/hardware/google/av/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 …]
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2097 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local
2129 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start()
2250 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start()
2278 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()