Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h105 std::shared_ptr<C2GraphicAllocation> *allocation) override;
109 std::shared_ptr<C2GraphicAllocation> *allocation) override;
155 std::shared_ptr<C2GraphicAllocation> *allocation) override;
159 std::shared_ptr<C2GraphicAllocation> *allocation) override;
/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.cpp974 class C2AllocationGralloc : public C2GraphicAllocation {
985 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const override;
1023 : C2GraphicAllocation(width, height), in C2AllocationGralloc()
1148 bool C2AllocationGralloc::equals(const std::shared_ptr<const C2GraphicAllocation> &other) const { in equals()
1171 std::shared_ptr<C2GraphicAllocation> *allocation);
1175 std::shared_ptr<C2GraphicAllocation> *allocation);
1212 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1243 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
1291 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation()
1297 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
[all …]
DC2Buffer.cpp607 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
649 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor()
654 const std::shared_ptr<C2GraphicAllocation> mAllocation;
688 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate()
758 std::shared_ptr<C2GraphicAllocation> *c2Allocation) { in priorGraphicAllocation()
830 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
918 std::shared_ptr<C2GraphicAllocation> *c2Allocation);
960 GraphicAllocationDtor2(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor2()
965 const std::shared_ptr<C2GraphicAllocation> mAllocation;
999 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Buffer.h553 class C2GraphicAllocation; variable
713 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation()
738 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
1849 class C2GraphicAllocation : public _C2PlanarCapacityAspect {
1923 virtual bool equals(const std::shared_ptr<const C2GraphicAllocation> &other) const = 0;
1927 virtual ~C2GraphicAllocation() = default;
1930 class C2GraphicAllocation; variable
/frameworks/av/media/codec2/vndk/internal/
DC2BlockInternal.h112 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/
DC2IgbaBuffer.cpp62 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlockFromAhwb()
DC2BqBuffer.cpp134 std::shared_ptr<C2GraphicAllocation> alloc; in CreateGraphicBlock()
554 std::shared_ptr<C2GraphicAllocation> alloc; in fetchFromIgbp_l()
649 std::shared_ptr<C2GraphicAllocation> alloc; in fetchGraphicBlock()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputSurfaceConnection.cpp195 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp298 std::shared_ptr<C2GraphicAllocation> alloc; in submitBuffer()
DCodec2Buffer.cpp803 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.cpp3112 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer()