Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A 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()
H A DC2AllocatorGralloc.cpp254 class C2AllocationGralloc : public C2GraphicAllocation {
265 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override;
303 : C2GraphicAllocation(width, height), in C2AllocationGralloc()
815 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
838 std::shared_ptr<C2GraphicAllocation> *allocation);
842 std::shared_ptr<C2GraphicAllocation> *allocation);
870 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
901 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
949 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
955 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
H A DC2Buffer.cpp512 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
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()
1114 const std::shared_ptr<C2GraphicAllocation> &alloc, in CreateGraphicBlock()
[all …]
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2AllocatorGralloc.h76 std::shared_ptr<C2GraphicAllocation> *allocation) override;
80 std::shared_ptr<C2GraphicAllocation> *allocation) override;
/aosp12/frameworks/av/media/codec2/core/include/
H A 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
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2BlockInternal.h93 const std::shared_ptr<C2GraphicAllocation> &alloc,
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A 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()
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp129 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlock()
448 std::shared_ptr<C2GraphicAllocation> alloc; in fetchFromIgbp_l()
534 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurfaceConnection.cpp195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.cpp405 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
H A DCodec2Buffer.cpp715 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp347 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp2402 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer()