Home
last modified time | relevance | path

Searched refs:C2LinearAllocation (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorBlob.h37 std::shared_ptr<C2LinearAllocation> *allocation) override;
41 std::shared_ptr<C2LinearAllocation> *allocation) override;
DC2DmaBufAllocator.h36 std::shared_ptr<C2LinearAllocation>* allocation) override;
39 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) override;
DC2AllocatorIon.h48 std::shared_ptr<C2LinearAllocation> *allocation) override;
52 std::shared_ptr<C2LinearAllocation> *allocation) override;
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp54 class C2AllocationBlob : public C2LinearAllocation {
65 bool equals(const std::shared_ptr<C2LinearAllocation>& other) const override { in equals()
81 : C2LinearAllocation(capacity), in C2AllocationBlob()
170 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation()
197 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
DC2DmaBufAllocator.cpp103 class C2DmaBufAllocation : public C2LinearAllocation {
112 virtual bool equals(const std::shared_ptr<C2LinearAllocation>& other) const override;
244 bool C2DmaBufAllocation::equals(const std::shared_ptr<C2LinearAllocation>& other) const { in equals()
274 : C2LinearAllocation(capacity), mHandle(-1, 0) { in C2DmaBufAllocation()
290 : C2LinearAllocation(size), mHandle(-1, 0) { in C2DmaBufAllocation()
375 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation()
416 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
DC2AllocatorIon.cpp93 class C2AllocationIon : public C2LinearAllocation {
103 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const override;
455 bool C2AllocationIon::equals(const std::shared_ptr<C2LinearAllocation> &other) const { in equals()
474 : C2LinearAllocation(size), in C2AllocationIon()
478 : C2LinearAllocation(size), in C2AllocationIon()
579 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
607 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
DC2Buffer.cpp156 _C2Block1DImpl(const std::shared_ptr<C2LinearAllocation> &alloc, in _C2Block1DImpl()
184 std::shared_ptr<C2LinearAllocation> getAllocation() const { in getAllocation()
189 std::shared_ptr<C2LinearAllocation> mAllocation;
372 std::shared_ptr<C2LinearAllocation> alloc; in fetchLinearBlock()
445 const std::shared_ptr<C2LinearAllocation> &alloc, in CreateLinearBlock()
476 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()
503 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()
535 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()
599 std::shared_ptr<C2LinearAllocation> *c2Allocation);
640 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Buffer.h552 class C2LinearAllocation; variable
653 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation()
678 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation()
768 class C2LinearAllocation : public _C2LinearCapacityAspect {
840 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const = 0;
844 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {} in C2LinearAllocation() function
845 virtual ~C2LinearAllocation() = default;
1113 class C2LinearAllocation; variable
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h95 const std::shared_ptr<C2LinearAllocation> &alloc,
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp340 std::shared_ptr<C2LinearAllocation> mLinearAllocation;