Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp56 C2AllocationBlob(std::shared_ptr<C2GraphicAllocation> graphicAllocation, size_t capacity,
70 const std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;
79 std::shared_ptr<C2GraphicAllocation> graphicAllocation, size_t capacity, in C2AllocationBlob()
183 std::shared_ptr<C2GraphicAllocation> graphicAllocation; in newLinearAllocation()
208 std::shared_ptr<C2GraphicAllocation> graphicAllocation; in priorLinearAllocation()
DC2AllocatorGralloc.cpp339 class C2AllocationGralloc : public C2GraphicAllocation {
350 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override;
388 : C2GraphicAllocation(width, height), in C2AllocationGralloc()
911 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
934 std::shared_ptr<C2GraphicAllocation> *allocation);
938 std::shared_ptr<C2GraphicAllocation> *allocation);
966 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
997 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1045 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1051 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
DC2Buffer.cpp512 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
554 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor()
559 const std::shared_ptr<C2GraphicAllocation> mAllocation;
592 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate()
661 std::shared_ptr<C2GraphicAllocation> *c2Allocation) { in priorGraphicAllocation()
733 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
815 _C2Block2DImpl(const std::shared_ptr<C2GraphicAllocation> &alloc, in _C2Block2DImpl()
840 std::shared_ptr<C2GraphicAllocation> getAllocation() const { in getAllocation()
845 std::shared_ptr<C2GraphicAllocation> mAllocation;
1102 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
[all …]
/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h76 std::shared_ptr<C2GraphicAllocation> *allocation) override;
80 std::shared_ptr<C2GraphicAllocation> *allocation) override;
/frameworks/av/media/codec2/core/include/
DC2Buffer.h550 class C2GraphicAllocation; variable
710 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
735 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
1854 class C2GraphicAllocation : public _C2PlanarCapacityAspect {
1928 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const = 0;
1932 virtual ~C2GraphicAllocation() = default;
1935 class C2GraphicAllocation; variable
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h93 const std::shared_ptr<C2GraphicAllocation> &alloc,
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp434 class TestGraphicAllocation : public C2GraphicAllocation {
442 : C2GraphicAllocation(width, height), in TestGraphicAllocation()
467 bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override { in equals()
633 std::shared_ptr<C2GraphicAllocation> alloc = std::make_shared<TestGraphicAllocation>( in CreateGraphicBlock()
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp130 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlock()
538 std::shared_ptr<C2GraphicAllocation> alloc; in fetchFromIgbp_l()
618 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp406 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
DCodec2Buffer.cpp761 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp347 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2501 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer()