Searched refs:C2GraphicAllocation (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
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()
|
D | C2AllocatorGralloc.cpp | 339 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()
|
D | C2Buffer.cpp | 512 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/ |
D | C2AllocatorGralloc.h | 76 std::shared_ptr<C2GraphicAllocation> *allocation) override; 80 std::shared_ptr<C2GraphicAllocation> *allocation) override;
|
/frameworks/av/media/codec2/core/include/ |
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
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2BlockInternal.h | 93 const std::shared_ptr<C2GraphicAllocation> &alloc,
|
/frameworks/av/media/codec2/sfplugin/tests/ |
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()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 130 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/ |
D | InputSurfaceConnection.cpp | 195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.cpp | 406 std::shared_ptr<C2GraphicAllocation> alloc; in emptyBuffer()
|
D | Codec2Buffer.cpp | 761 std::shared_ptr<C2GraphicAllocation> alloc; in asC2Buffer()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 347 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation;
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 2501 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer()
|