Home
last modified time | relevance | path

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

/hardware/google/av/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.h31 virtual C2Allocator::id_t getAllocatorId() const override { in getAllocatorId() function
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp132 virtual id_t getAllocatorId() const override;
345 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon::Impl
381 C2Allocator::id_t C2AllocationIon::getAllocatorId() const { in getAllocatorId() function in android::C2AllocationIon
382 return mImpl->getAllocatorId(); in getAllocatorId()
386 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()
818 C2Allocator::id_t getAllocatorId() const { in getAllocatorId() function in _C2Block2DImpl
820 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
979 C2Allocator::id_t C2Block2D::getAllocatorId() const { in getAllocatorId() function in C2Block2D
980 return mImpl->getAllocatorId(); in getAllocatorId()
DC2AllocatorGralloc.cpp282 virtual C2Allocator::id_t getAllocatorId() const override { return mAllocatorId; } in getAllocatorId() function in android::C2AllocationGralloc
/hardware/google/av/codec2/include/
DC2Buffer.h807 virtual C2Allocator::id_t getAllocatorId() const = 0;
875 virtual C2Allocator::id_t getAllocatorId() const = 0;
1002 C2Allocator::id_t getAllocatorId() const;
1778 virtual C2Allocator::id_t getAllocatorId() const = 0;
1820 C2Allocator::id_t getAllocatorId() const;
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp496 if (pool && pool->getAllocatorId() == C2PlatformAllocatorStore::BUFFERQUEUE) { in setOutputSurface()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp923 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in requestNewBuffer()
956 c2_status_t err = mStore->fetchAllocator(mPool->getAllocatorId(), &alloc); in toArrayMode()