Searched refs:C2GraphicAllocation (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorBlob.cpp | 56 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 D | C2AllocatorGralloc.cpp | 254 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 D | C2Buffer.cpp | 512 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 D | C2AllocatorGralloc.h | 76 std::shared_ptr<C2GraphicAllocation> *allocation) override; 80 std::shared_ptr<C2GraphicAllocation> *allocation) override;
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 550 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 D | C2BlockInternal.h | 93 const std::shared_ptr<C2GraphicAllocation> &alloc,
|
/aosp12/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | CCodecBuffers_test.cpp | 434 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 D | C2BqBuffer.cpp | 129 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 D | InputSurfaceConnection.cpp | 195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 405 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
|
H A D | Codec2Buffer.cpp | 715 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
|
/aosp12/frameworks/av/media/codec2/tests/vndk/ |
H A D | C2BufferTest.cpp | 347 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 2402 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer()
|