/frameworks/av/media/codec2/vndk/include/ |
D | C2BufferPriv.h | 31 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function 56 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function 81 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
|
D | C2BqBufferPriv.h | 37 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorIon.cpp | 102 virtual id_t getAllocatorId() const override; 275 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon::Impl 450 C2Allocator::id_t C2AllocationIon::getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon 451 return mImpl->getAllocatorId(); in getAllocatorId() 455 if (!other || other->getAllocatorId() != getAllocatorId()) { in equals()
|
D | C2DmaBufAllocator.cpp | 111 virtual id_t getAllocatorId() const override; 239 C2Allocator::id_t C2DmaBufAllocation::getAllocatorId() const { in getAllocatorId() function in android::C2DmaBufAllocation 244 if (!other || other->getAllocatorId() != getAllocatorId()) { in equals()
|
D | C2Buffer.cpp | 147 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block1DImpl 149 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId() 206 C2Allocator::id_t C2Block1D::getAllocatorId() const { in getAllocatorId() function in C2Block1D 207 return mImpl->getAllocatorId(); in getAllocatorId() 835 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block2DImpl 837 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId() 996 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId() function in C2Block2D 997 return mImpl->getAllocatorId(); in getAllocatorId()
|
D | C2AllocatorBlob.cpp | 63 id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationBlob
|
D | C2AllocatorGralloc.cpp | 348 virtual C2Allocator::id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationGralloc
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 796 ASSERT_EQ(linearPool->getAllocatorId(), spInfo->data().linearBlocks()[0].getAllocatorId()); in TEST_F() 809 ASSERT_EQ(linearPool->getAllocatorId(), streamInfo.data().linearBlocks()[0].getAllocatorId()); in TEST_F() 821 ASSERT_EQ(linearPool->getAllocatorId(), portInfo.data().linearBlocks()[0].getAllocatorId()); in TEST_F()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 827 virtual C2Allocator::id_t getAllocatorId() const = 0; 895 virtual C2Allocator::id_t getAllocatorId() const = 0; 1142 C2Allocator::id_t getAllocatorId() const; 1918 virtual C2Allocator::id_t getAllocatorId() const = 0; 1960 C2Allocator::id_t getAllocatorId() const;
|
/frameworks/av/media/codec2/hidl/1.2/utils/ |
D | Component.cpp | 287 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface() 485 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurfaceWithSyncObj()
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | Component.cpp | 287 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Component.cpp | 287 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 530 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function in android::SimpleC2Component::BlockingBlockPool 531 return mBase->getAllocatorId(); in getAllocatorId()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBuffers.cpp | 1010 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode() 1033 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 463 C2Allocator::id_t getAllocatorId() const override { return -1; } in getAllocatorId() function in android::TestGraphicAllocation
|