Searched refs:C2LinearAllocation (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorBlob.cpp | 52 class C2AllocationBlob : public C2LinearAllocation { 63 bool equals(const std::shared_ptr<C2LinearAllocation>& other) const override { in equals() 75 : C2LinearAllocation(capacity), in C2AllocationBlob() 110 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation() 135 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
|
D | C2AllocatorIon.cpp | 87 class C2AllocationIon : public C2LinearAllocation { 97 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const override; 424 bool C2AllocationIon::equals(const std::shared_ptr<C2LinearAllocation> &other) const { in equals() 443 : C2LinearAllocation(size), in C2AllocationIon() 447 : C2LinearAllocation(size), in C2AllocationIon() 548 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation() 576 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
|
D | C2Buffer.cpp | 123 _C2Block1DImpl(const std::shared_ptr<C2LinearAllocation> &alloc, in _C2Block1DImpl() 151 std::shared_ptr<C2LinearAllocation> getAllocation() const { in getAllocation() 156 std::shared_ptr<C2LinearAllocation> mAllocation; 339 std::shared_ptr<C2LinearAllocation> alloc; in fetchLinearBlock() 381 const std::shared_ptr<C2LinearAllocation> &alloc, in CreateLinearBlock() 420 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock() 455 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock() 519 std::shared_ptr<C2LinearAllocation> *c2Allocation); 560 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor() 565 const std::shared_ptr<C2LinearAllocation> mAllocation; [all …]
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2AllocatorBlob.h | 37 std::shared_ptr<C2LinearAllocation> *allocation) override; 41 std::shared_ptr<C2LinearAllocation> *allocation) override;
|
D | C2AllocatorIon.h | 48 std::shared_ptr<C2LinearAllocation> *allocation) override; 52 std::shared_ptr<C2LinearAllocation> *allocation) override;
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 549 class C2LinearAllocation; variable 649 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation() 673 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation() 745 class C2LinearAllocation : public _C2LinearCapacityAspect { 817 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const = 0; 821 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {} in C2LinearAllocation() function 822 virtual ~C2LinearAllocation() = default; 981 class C2LinearAllocation; variable
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2BlockInternal.h | 74 const std::shared_ptr<C2LinearAllocation> &alloc,
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 334 std::shared_ptr<C2LinearAllocation> mLinearAllocation;
|