Searched refs:allocatorStore (Results 1 – 2 of 2) sorted by relevance
280 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local283 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()285 if (allocatorStore) { in SetPreferredCodec2ComponentStore()286 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()306 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local314 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() local424 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()[all …]
821 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local853 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()