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/
DC2AllocatorGralloc.cpp273 class C2AllocationGralloc : public C2GraphicAllocation {
284 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override;
315 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc()
583 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
606 std::shared_ptr<C2GraphicAllocation> *allocation);
610 std::shared_ptr<C2GraphicAllocation> *allocation);
647 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
710 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
751 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
757 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
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()
1714 class C2GraphicAllocation : public _C2PlanarCapacityAspect {
1788 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const = 0;
1792 virtual ~C2GraphicAllocation() = default;
1795 class C2GraphicAllocation; variable
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp147 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlock()
283 std::shared_ptr<C2GraphicAllocation> alloc; in fetchFromIgbp_l()
340 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp227 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
DCodec2Buffer.cpp587 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp169 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp341 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;