Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.h42 const C2GraphicView &src);
75 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view);
86 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img);
91 bool IsYUV420(const C2GraphicView &view);
96 bool IsNV12(const C2GraphicView &view);
101 bool IsI420(const C2GraphicView &view);
DCodec2BufferUtils.cpp120 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy()
155 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy()
190 bool IsYUV420(const C2GraphicView &view) { in IsYUV420()
214 bool IsNV12(const C2GraphicView &view) { in IsNV12()
228 bool IsI420(const C2GraphicView &view) { in IsI420()
345 const C2GraphicView &src) { in ConvertRGBToPlanarYUV()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.h41 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view);
52 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img);
237 C2GraphicView &&view,
245 C2GraphicView mView;
319 std::unique_ptr<const C2GraphicView> &&view,
326 std::unique_ptr<const C2GraphicView> mView;
DCodec2Buffer.cpp208 const C2GraphicView &view, int32_t colorFormat, bool copy) in GraphicView2MediaImageConverter()
476 const C2GraphicView mView;
502 C2GraphicView view(block->map().get()); in Allocate()
538 C2GraphicView &&view, in GraphicBlockBuffer()
621 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in Allocate()
623 std::unique_ptr<const C2GraphicView> holder; in Allocate()
679 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp77 class GraphicViewBuddy : public C2GraphicView {
78 using C2GraphicView::C2GraphicView;
83 class AcquirableConstGraphicViewBuddy : public C2Acquirable<const C2GraphicView> {
88 class AcquirableGraphicViewBuddy : public C2Acquirable<C2GraphicView> {
985 class C2GraphicView::Impl : public _C2MappedBlock2DImpl {
991 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView() function in C2GraphicView
995 const uint8_t *const *C2GraphicView::data() const { in data()
999 uint8_t *const *C2GraphicView::data() { in data()
1003 const C2PlanarLayout C2GraphicView::layout() const { in layout()
1007 const C2GraphicView C2GraphicView::subView(const C2Rect &rect) const { in subView()
[all …]
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1842 class C2GraphicView : public _C2EditablePlanarSectionAspect {
1870 const C2GraphicView subView(const C2Rect &rect) const;
1871 C2GraphicView subView(const C2Rect &rect);
1880 C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1881 explicit C2GraphicView(c2_status_t error);
1901 C2Acquirable<const C2GraphicView> map() const;
1940 C2Acquirable<C2GraphicView> map();
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h79 C2GraphicView *outBuffer,
DC2SoftHevcEnc.h105 const C2GraphicView* const input,
DC2SoftHevcDec.cpp513 C2GraphicView *outBuffer, in setDecodeArgs()
832 C2GraphicView wView = mOutBlock->map().get(); in process()
984 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
DC2SoftHevcEnc.cpp654 const C2GraphicView* const input, in setEncodeArgs()
914 std::shared_ptr<const C2GraphicView> view; in process()
921 view = std::make_shared<const C2GraphicView>( in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h124 C2GraphicView *outBuffer,
DC2SoftMpeg2Dec.cpp580 C2GraphicView *outBuffer, in setDecodeArgs()
906 C2GraphicView wView = mOutBlock->map().get(); in process()
1042 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h127 C2GraphicView *outBuffer,
DC2SoftAvcEnc.h232 const C2GraphicView *const input,
DC2SoftAvcDec.cpp517 C2GraphicView *outBuffer, in setDecodeArgs()
838 C2GraphicView wView = mOutBlock->map().get(); in process()
980 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
DC2SoftAvcEnc.cpp1206 const C2GraphicView *const input, in setEncodeArgs()
1528 std::shared_ptr<const C2GraphicView> view; in process()
1532 view = std::make_shared<const C2GraphicView>( in process()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp520 C2Acquirable<C2GraphicView> graphicViewHolder = block->map(); in TEST_F()
521 C2GraphicView graphicView = graphicViewHolder.get(); in TEST_F()
548 C2Acquirable<const C2GraphicView> constViewHolder = constBlock.map(); in TEST_F()
549 const C2GraphicView constGraphicView = constViewHolder.get(); in TEST_F()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp432 std::shared_ptr<const C2GraphicView> rView; in process()
436 rView = std::make_shared<const C2GraphicView>( in process()
DC2SoftVpxDec.cpp814 C2GraphicView wView = block->map().get(); in outputBuffer()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp451 std::shared_ptr<const C2GraphicView> rView; in process()
456 rView = std::make_shared<const C2GraphicView>( in process()
DC2SoftMpeg4Dec.cpp606 C2GraphicView wView = mOutBlock->map().get(); in process()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp205 C2GraphicView view = block->map().get(); in encodeFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp348 C2GraphicView view = block->map().get(); in encodeNFrames()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp671 C2GraphicView wView = block->map().get(); in outputBuffer()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp685 C2GraphicView wView = block->map().get(); in outputBuffer()