Searched refs:fetchAllocator (Results 1 – 14 of 14) sorted by relevance
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.cpp | 33 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/ |
D | C2Store.cpp | 63 virtual c2_status_t fetchAllocator( 102 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator() function in android::C2PlatformAllocatorStoreImpl 351 res = allocatorStore->fetchAllocator( in _createBlockPool() 363 res = allocatorStore->fetchAllocator( in _createBlockPool() 376 res = allocatorStore->fetchAllocator( in _createBlockPool() 387 res = allocatorStore->fetchAllocator( in _createBlockPool() 473 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool() 479 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &allocator); in GetCodec2BlockPool()
|
D | C2AllocatorBlob.cpp | 101 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 768 virtual c2_status_t fetchAllocator(id_t id, std::shared_ptr<C2Allocator>* const allocator) = 0;
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 288 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface()
|
D | CCodecBuffers.cpp | 944 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode() 967 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()
|
D | CCodecBufferChannel.cpp | 954 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start() 1101 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start() 1129 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 173 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 74 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 75 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 76 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator), in SetUp()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 84 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 2240 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in android_media_MediaCodec_native_queueHardwareBuffer()
|