Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp413 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
[all …]
DC2AllocatorBlob.cpp160 auto allocatorStore = GetCodec2PlatformAllocatorStore(); in C2AllocatorBlob() local
161 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()
DC2Buffer.cpp402 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock() local
403 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
429 … std::shared_ptr<C2AllocatorStore> allocatorStore = android::GetCodec2PlatformAllocatorStore(); in CreateLinearBlock() local
430 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp159 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in initDecoder() local
160 if (!allocatorStore) { in initDecoder()
165 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in initDecoder()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1020 std::shared_ptr<C2AllocatorStore> allocatorStore = GetCodec2PlatformAllocatorStore(); in start() local
1074 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()