Searched refs:allocatorStore (Results 1 – 2 of 2) sorted by relevance
276 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local279 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()281 if (allocatorStore) { in SetPreferredCodec2ComponentStore()282 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()302 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local310 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() local420 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()[all …]
2097 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local2129 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()