Home
last modified time | relevance | path

Searched refs:getAllocatorId (Results 1 – 9 of 9) 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.h32 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp132 virtual id_t getAllocatorId() const override;
302 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon::Impl
456 C2Allocator::id_t C2AllocationIon::getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon
457 return mImpl->getAllocatorId(); in getAllocatorId()
461 if (!other || other->getAllocatorId() != getAllocatorId()) { in equals()
DC2Buffer.cpp143 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block1DImpl
145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
202 C2Allocator::id_t C2Block1D::getAllocatorId() const { in getAllocatorId() function in C2Block1D
203 return mImpl->getAllocatorId(); in getAllocatorId()
809 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block2DImpl
811 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
970 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId() function in C2Block2D
971 return mImpl->getAllocatorId(); in getAllocatorId()
DC2AllocatorGralloc.cpp306 virtual C2Allocator::id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationGralloc
/frameworks/av/media/codec2/core/include/
DC2Buffer.h807 virtual C2Allocator::id_t getAllocatorId() const = 0;
875 virtual C2Allocator::id_t getAllocatorId() const = 0;
1005 C2Allocator::id_t getAllocatorId() const;
1781 virtual C2Allocator::id_t getAllocatorId() const = 0;
1823 C2Allocator::id_t getAllocatorId() const;
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp143 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function in android::SimpleC2Component::BlockingBlockPool
144 return mBase->getAllocatorId(); in getAllocatorId()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp282 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
/frameworks/av/media/codec2/sfplugin/
DCCodecBuffers.cpp700 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()
723 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in createNewBuffer()