Home
last modified time | relevance | path

Searched refs:fetchAllocator (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp33 c2_status_t status = store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in setupCodec2()
39 status = store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator); in setupCodec2()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp61 virtual c2_status_t fetchAllocator(
97 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator() function in android::C2PlatformAllocatorStoreImpl
314 res = allocatorStore->fetchAllocator( in _createBlockPool()
327 res = allocatorStore->fetchAllocator( in _createBlockPool()
338 res = allocatorStore->fetchAllocator( in _createBlockPool()
424 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
430 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &allocator); in GetCodec2BlockPool()
/frameworks/av/media/codec2/core/include/
DC2Component.h768 virtual c2_status_t fetchAllocator(id_t id, std::shared_ptr<C2Allocator>* const allocator) = 0;
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp288 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface()
DCCodecBuffers.cpp700 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()
723 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()
DCCodecBufferChannel.cpp853 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()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp173 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp84 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp90 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp83 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, in SetUp()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp93 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()