Lines Matching refs:allocatorStore
413 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local
416 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()
418 if (allocatorStore) { in SetPreferredCodec2ComponentStore()
419 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()
451 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local
461 res = allocatorStore->fetchAllocator( in _createBlockPool()
475 res = allocatorStore->fetchAllocator( in _createBlockPool()
490 res = allocatorStore->fetchAllocator( in _createBlockPool()
503 res = allocatorStore->fetchAllocator( in _createBlockPool()
586 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in GetCodec2BlockPool() local
598 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
604 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &allocator); in GetCodec2BlockPool()