Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorIon.h48 std::shared_ptr<C2LinearAllocation> *allocation) override;
52 std::shared_ptr<C2LinearAllocation> *allocation) override;
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp123 class C2AllocationIon : public C2LinearAllocation {
133 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const override;
385 bool C2AllocationIon::equals(const std::shared_ptr<C2LinearAllocation> &other) const { in equals()
404 : C2LinearAllocation(size), in C2AllocationIon()
408 : C2LinearAllocation(size), in C2AllocationIon()
505 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation()
533 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
DC2Buffer.cpp120 _C2Block1DImpl(const std::shared_ptr<C2LinearAllocation> &alloc, in _C2Block1DImpl()
148 std::shared_ptr<C2LinearAllocation> getAllocation() const { in getAllocation()
153 std::shared_ptr<C2LinearAllocation> mAllocation;
336 std::shared_ptr<C2LinearAllocation> alloc; in fetchLinearBlock()
378 const std::shared_ptr<C2LinearAllocation> &alloc, in CreateLinearBlock()
398 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()
414 std::shared_ptr<C2LinearAllocation> alloc; in CreateLinearBlock()
481 std::shared_ptr<C2LinearAllocation> *c2Allocation);
522 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc) in LinearAllocationDtor()
527 const std::shared_ptr<C2LinearAllocation> mAllocation;
[all …]
/hardware/google/av/codec2/include/
DC2Buffer.h549 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;
978 class C2LinearAllocation; variable
/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h74 const std::shared_ptr<C2LinearAllocation> &alloc,
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp334 std::shared_ptr<C2LinearAllocation> mLinearAllocation;