Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorGralloc.h65 std::shared_ptr<C2GraphicAllocation> *allocation) override;
69 std::shared_ptr<C2GraphicAllocation> *allocation) override;
/hardware/google/av/codec2/vndk/include/v4l2/
DC2VdaBqBlockPool.h86 std::map<int32_t, std::shared_ptr<C2GraphicAllocation>> mSlotAllocations;
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp489 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
531 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor()
536 const std::shared_ptr<C2GraphicAllocation> mAllocation;
569 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate()
638 std::shared_ptr<C2GraphicAllocation> *c2Allocation) { in priorGraphicAllocation()
715 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
798 _C2Block2DImpl(const std::shared_ptr<C2GraphicAllocation> &alloc, in _C2Block2DImpl()
823 std::shared_ptr<C2GraphicAllocation> getAllocation() const { in getAllocation()
828 std::shared_ptr<C2GraphicAllocation> mAllocation;
1085 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
[all …]
/hardware/google/av/codec2/vndk/internal/
DC2BlockInternal.h91 const std::shared_ptr<C2GraphicAllocation> &alloc,
/hardware/google/av/codec2/include/
DC2Buffer.h550 class C2GraphicAllocation; variable
707 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
731 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
1715 class C2GraphicAllocation : public _C2PlanarCapacityAspect {
1789 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const = 0;
1793 virtual ~C2GraphicAllocation() = default;
1796 class C2GraphicAllocation; variable
/hardware/google/av/codec2/vndk/v4l2/
DC2VdaBqBlockPool.cpp91 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
191 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp171 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp218 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
DCodec2Buffer.cpp585 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp341 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;