Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Store.cpp57 virtual c2_status_t fetchAllocator(
93 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator() function in android::C2PlatformAllocatorStoreImpl
310 res = allocatorStore->fetchAllocator( in _createBlockPool()
323 res = allocatorStore->fetchAllocator( in _createBlockPool()
334 res = allocatorStore->fetchAllocator( in _createBlockPool()
420 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
426 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &allocator); in GetCodec2BlockPool()
/hardware/google/av/codec2/include/
DC2Component.h768 virtual c2_status_t fetchAllocator(id_t id, std::shared_ptr<C2Allocator>* const allocator) = 0;
/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp164 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface()
DCCodecBufferChannel.cpp923 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in requestNewBuffer()
956 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()
2129 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start()
2250 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start()
2278 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp148 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp84 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
DMtsHidlC2V1_0TargetAudioDecTest.cpp90 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp83 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, in SetUp()
DMtsHidlC2V1_0TargetVideoDecTest.cpp89 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()