Home
last modified time | relevance | path

Searched refs:C2GraphicView (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h44 const C2GraphicView &src, C2Color::matrix_t colorMatrix = C2Color::MATRIX_BT601,
78 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view);
89 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img);
94 bool IsYUV420(const C2GraphicView &view);
99 bool IsYUV420_10bit(const C2GraphicView &view);
104 bool IsYUV422_10bit(const C2GraphicView &view);
109 bool IsNV12(const C2GraphicView &view);
114 bool IsP010(const C2GraphicView &view);
119 bool IsP210(const C2GraphicView &view);
124 bool IsNV21(const C2GraphicView &view);
[all …]
DCodec2BufferUtils.cpp126 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy()
211 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy()
295 bool IsYUV420(const C2GraphicView &view) { in IsYUV420()
319 bool IsYUV420_10bit(const C2GraphicView &view) { in IsYUV420_10bit()
340 bool IsYUV422_10bit(const C2GraphicView &view) { in IsYUV422_10bit()
362 bool IsNV12(const C2GraphicView &view) { in IsNV12()
376 bool IsP010(const C2GraphicView &view) { in IsP010()
393 bool IsP210(const C2GraphicView &view) { in IsP210()
410 bool IsNV21(const C2GraphicView &view) { in IsNV21()
424 bool IsI420(const C2GraphicView &view) { in IsI420()
[all …]
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h203 C2GraphicView &&view,
211 C2GraphicView mView;
286 std::unique_ptr<const C2GraphicView> &&view,
293 std::unique_ptr<const C2GraphicView> mView;
DCodec2Buffer.cpp227 C2GraphicView view(block->map().get()); in Allocate()
261 C2GraphicView &&view, in GraphicBlockBuffer()
363 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in Allocate()
366 std::unique_ptr<const C2GraphicView> holder; in Allocate()
429 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer()
/frameworks/av/media/codec2/components/apv/
DC2SoftApvEnc.h57 c2_status_t setEncodeArgs(oapv_frms_t* imgb_inp, const C2GraphicView* const input,
69 void ColorConvertP010ToYUV422P10le(const C2GraphicView* const input, oapv_imgb_t* imgb);
DC2SoftApvEnc.cpp984 c2_status_t C2SoftApvEnc::setEncodeArgs(oapv_frms_t* inputFrames, const C2GraphicView* const input, in setEncodeArgs()
1338 std::shared_ptr<C2GraphicView> view; in process()
1342 view = std::make_shared<C2GraphicView>( in process()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp86 class GraphicViewBuddy : public C2GraphicView {
87 using C2GraphicView::C2GraphicView;
92 class AcquirableConstGraphicViewBuddy : public C2Acquirable<const C2GraphicView> {
97 class AcquirableGraphicViewBuddy : public C2Acquirable<C2GraphicView> {
1438 class C2GraphicView::Impl : public _C2MappedBlock2DImpl {
1444 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView() function in C2GraphicView
1448 const uint8_t *const *C2GraphicView::data() const { in data()
1452 uint8_t *const *C2GraphicView::data() { in data()
1456 const C2PlanarLayout C2GraphicView::layout() const { in layout()
1460 const C2GraphicView C2GraphicView::subView(const C2Rect &rect) const { in subView()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1974 class C2GraphicView : public _C2EditablePlanarSectionAspect {
2002 const C2GraphicView subView(const C2Rect &rect) const;
2003 C2GraphicView subView(const C2Rect &rect);
2012 C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
2013 explicit C2GraphicView(c2_status_t error);
2033 C2Acquirable<const C2GraphicView> map() const;
2072 C2Acquirable<C2GraphicView> map();
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h78 C2GraphicView *outBuffer,
DC2SoftHevcEnc.h108 const C2GraphicView* const input,
DC2SoftHevcDec.cpp531 C2GraphicView *outBuffer, in setDecodeArgs()
852 C2GraphicView wView = mOutBlock->map().get(); in process()
1005 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
DC2SoftHevcEnc.cpp859 const C2GraphicView* const input, in setEncodeArgs()
1120 std::shared_ptr<C2GraphicView> view; in process()
1127 view = std::make_shared<C2GraphicView>( in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h126 C2GraphicView *outBuffer,
DC2SoftAvcEnc.h238 const C2GraphicView *const input,
DC2SoftAvcDec.cpp537 C2GraphicView *outBuffer, in setDecodeArgs()
862 C2GraphicView wView = mOutBlock->map().get(); in process()
1004 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
DC2SoftAvcEnc.cpp1486 const C2GraphicView *const input, in setEncodeArgs()
1810 std::shared_ptr<C2GraphicView> view; in process()
1814 view = std::make_shared<C2GraphicView>( in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h123 C2GraphicView *outBuffer,
DC2SoftMpeg2Dec.cpp593 C2GraphicView *outBuffer, in setDecodeArgs()
940 C2GraphicView wView = mOutBlock->map().get(); in process()
1074 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp184 C2GraphicView view = block->map().get(); in TEST()
321 C2GraphicView view = block->map().get(); in TEST()
647 static void FillPlane(C2GraphicView &view, size_t index, uint8_t value) { in FillPlane()
663 C2GraphicView view = block->map().get(); in FillBlock()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp526 C2Acquirable<C2GraphicView> graphicViewHolder = block->map(); in TEST_F()
527 C2GraphicView graphicView = graphicViewHolder.get(); in TEST_F()
554 C2Acquirable<const C2GraphicView> constViewHolder = constBlock.map(); in TEST_F()
555 const C2GraphicView constGraphicView = constViewHolder.get(); in TEST_F()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp207 C2GraphicView view = block->map().get(); in encodeFrames()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp555 std::shared_ptr<C2GraphicView> rView; in process()
560 rView = std::make_shared<C2GraphicView>( in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp852 std::shared_ptr<C2GraphicView> rView; in process()
856 rView = std::make_shared<C2GraphicView>( in process()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp792 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in handleOutputBufferAsync()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp809 std::shared_ptr<C2GraphicView> rView; in process()
813 rView = std::make_shared<C2GraphicView>( in process()

12