Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h75 std::shared_ptr<C2GraphicAllocation> *allocation) override;
79 std::shared_ptr<C2GraphicAllocation> *allocation) override;
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp297 class C2AllocationGralloc : public C2GraphicAllocation {
308 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override;
347 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc()
364 : C2GraphicAllocation(info.mapperInfo.width, info.mapperInfo.height), in C2AllocationGralloc()
864 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
887 std::shared_ptr<C2GraphicAllocation> *allocation);
891 std::shared_ptr<C2GraphicAllocation> *allocation);
938 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1065 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1134 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
[all …]
DC2Buffer.cpp486 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
528 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor()
533 const std::shared_ptr<C2GraphicAllocation> mAllocation;
566 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate()
635 std::shared_ptr<C2GraphicAllocation> *c2Allocation) { in priorGraphicAllocation()
707 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
789 _C2Block2DImpl(const std::shared_ptr<C2GraphicAllocation> &alloc, in _C2Block2DImpl()
814 std::shared_ptr<C2GraphicAllocation> getAllocation() const { in getAllocation()
819 std::shared_ptr<C2GraphicAllocation> mAllocation;
1076 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Buffer.h550 class C2GraphicAllocation; variable
707 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
731 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
1717 class C2GraphicAllocation : public _C2PlanarCapacityAspect {
1791 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const = 0;
1795 virtual ~C2GraphicAllocation() = default;
1798 class C2GraphicAllocation; variable
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h91 const std::shared_ptr<C2GraphicAllocation> &alloc,
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp225 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlock()
463 std::shared_ptr<C2GraphicAllocation> alloc; in fetchFromIgbp_l()
532 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp347 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
DCodec2Buffer.cpp585 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp341 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;