Home
last modified time | relevance | path

Searched refs:getAllocatorId (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2BufferPriv.h31 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
DC2BqBufferPriv.h37 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp102 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()
DC2DmaBufAllocator.cpp111 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()
DC2Buffer.cpp147 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()
DC2AllocatorBlob.cpp63 id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationBlob
DC2AllocatorGralloc.cpp348 virtual C2Allocator::id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationGralloc
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp796 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/
DC2Buffer.h827 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/
DComponent.cpp287 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/
DComponent.cpp287 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp287 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp530 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/
DCCodecBuffers.cpp1010 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/
DCCodecBuffers_test.cpp463 C2Allocator::id_t getAllocatorId() const override { return -1; } in getAllocatorId() function in android::TestGraphicAllocation