Searched refs:allocatorStore (Results 1 – 5 of 5) sorted by relevance
413 std::shared_ptr<C2PlatformAllocatorStoreImpl> allocatorStore; in SetPreferredCodec2ComponentStore() local416 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()418 if (allocatorStore) { in SetPreferredCodec2ComponentStore()419 allocatorStore->setComponentStore(componentStore); in SetPreferredCodec2ComponentStore()451 std::shared_ptr<C2AllocatorStore> allocatorStore = in _createBlockPool() local461 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[all …]
160 auto allocatorStore = GetCodec2PlatformAllocatorStore(); in C2AllocatorBlob() local161 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()
402 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock() local403 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()429 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock() local430 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
159 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in initDecoder() local160 if (!allocatorStore) { in initDecoder()165 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in initDecoder()
1020 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local1074 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start()1233 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start()1261 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()