/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 | 68 virtual c2_status_t fetchAllocator( 139 c2_status_t C2PlatformAllocatorStoreImpl::fetchAllocator( in fetchAllocator() function in android::C2PlatformAllocatorStoreImpl 518 res = allocatorStore->fetchAllocator( in _createBlockPool() 531 res = allocatorStore->fetchAllocator( in _createBlockPool() 545 res = allocatorStore->fetchAllocator( in _createBlockPool() 558 res = allocatorStore->fetchAllocator( in _createBlockPool() 576 res = allocatorStore->fetchAllocator( in _createBlockPool() 695 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool() 701 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &allocator); in GetCodec2BlockPool()
|
D | C2AllocatorBlob.cpp | 161 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()
|
D | C2Buffer.cpp | 466 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock() 493 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock() 525 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
|
/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/sfplugin/ |
D | C2NodeImpl.cpp | 259 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setInputSurface() 272 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in setAidlInputSurface()
|
D | CCodecBuffers.cpp | 1193 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode() 1216 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()
|
D | CCodecBufferChannel.cpp | 1629 allocatorStore->fetchAllocator(inputAllocators->m.values[0], &allocator); in start() 1789 allocatorStore->fetchAllocator(outputAllocators->m.values[0], &allocator); in start() 1817 allocatorStore->fetchAllocator(surfaceAllocator->value, &allocator); in start()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 165 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in initDecoder()
|
/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/hal/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 173 c2_status_t c2err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in init()
|
D | Component.cpp | 587 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/aidl/ |
D | Component.cpp | 493 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | Component.cpp | 627 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | Component.cpp | 600 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 72 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 97 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 73 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_GRAPHIC, &mGraphicAllocator), in SetUp()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 123 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 335 ASSERT_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, mLinearAllocator), C2_OK); in getLinearAllocator()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 3105 c2_status_t err = GetCodec2PlatformAllocatorStore()->fetchAllocator( in android_media_MediaCodec_native_queueHardwareBuffer()
|