HomeSort by relevance Sort by last modified time
    Searched refs:C2LinearAllocation (Results 1 - 7 of 7) sorted by null

  /hardware/google/av/codec2/vndk/bufferpool/vts/
allocator.cpp 32 AllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc)
37 const std::shared_ptr<C2LinearAllocation> mAlloc;
47 std::shared_ptr<C2LinearAllocation> linearAlloc;
  /hardware/google/av/codec2/vndk/include/
C2AllocatorIon.h 48 std::shared_ptr<C2LinearAllocation> *allocation) override;
52 std::shared_ptr<C2LinearAllocation> *allocation) override;
  /hardware/google/av/codec2/vndk/
C2AllocatorIon.cpp 123 class C2AllocationIon : public C2LinearAllocation {
133 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const override;
384 bool C2AllocationIon::equals(const std::shared_ptr<C2LinearAllocation> &other) const {
403 : C2LinearAllocation(size),
407 : C2LinearAllocation(size),
504 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) {
532 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) {
C2Buffer.cpp 120 _C2Block1DImpl(const std::shared_ptr<C2LinearAllocation> &alloc,
148 std::shared_ptr<C2LinearAllocation> getAllocation() const {
153 std::shared_ptr<C2LinearAllocation> mAllocation;
336 std::shared_ptr<C2LinearAllocation> alloc;
378 const std::shared_ptr<C2LinearAllocation> &alloc,
398 std::shared_ptr<C2LinearAllocation> alloc;
414 std::shared_ptr<C2LinearAllocation> alloc;
481 std::shared_ptr<C2LinearAllocation> *c2Allocation);
522 LinearAllocationDtor(const std::shared_ptr<C2LinearAllocation> &alloc)
527 const std::shared_ptr<C2LinearAllocation> mAllocation
    [all...]
  /hardware/google/av/codec2/vndk/internal/
C2BlockInternal.h 74 const std::shared_ptr<C2LinearAllocation> &alloc,
  /hardware/google/av/codec2/include/
C2Buffer.h 549 class C2LinearAllocation;
649 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) {
673 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) {
746 class C2LinearAllocation : public _C2LinearCapacityAspect {
818 virtual bool equals(const std::shared_ptr<C2LinearAllocation> &other) const = 0;
822 C2LinearAllocation(size_t capacity) : _C2LinearCapacityAspect(c2_min(capacity, UINT32_MAX)) {}
823 virtual ~C2LinearAllocation() = default;
    [all...]
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 266 FAIL() << "C2LinearAllocation::map() failed: " << err;
334 std::shared_ptr<C2LinearAllocation> mLinearAllocation;
    [all...]

Completed in 163 milliseconds