Home
last modified time | relevance | path

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

/hardware/google/av/media/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);
DCodec2BufferUtils.cpp108 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy()
112 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy()
116 bool IsYUV420(const C2GraphicView &view) { in IsYUV420()
210 const C2GraphicView &src) { in ConvertRGBToPlanarYUV()
/hardware/google/av/media/sfplugin/
DCodec2Buffer.h40 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view);
51 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img);
232 C2GraphicView &&view,
240 C2GraphicView mView;
316 std::unique_ptr<const C2GraphicView> &&view,
323 std::unique_ptr<const C2GraphicView> mView;
DCodec2Buffer.cpp214 const C2GraphicView &view, int32_t colorFormat) in GraphicView2MediaImageConverter()
475 const C2GraphicView mView;
501 C2GraphicView view(block->map().get()); in Allocate()
537 C2GraphicView &&view, in GraphicBlockBuffer()
616 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in Allocate()
618 std::unique_ptr<const C2GraphicView> holder; in Allocate()
673 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer()
/hardware/google/av/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> {
994 class C2GraphicView::Impl : public _C2MappedBlock2DImpl {
1000 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView() function in C2GraphicView
1004 const uint8_t *const *C2GraphicView::data() const { in data()
1008 uint8_t *const *C2GraphicView::data() { in data()
1012 const C2PlanarLayout C2GraphicView::layout() const { in layout()
1016 const C2GraphicView C2GraphicView::subView(const C2Rect &rect) const { in subView()
[all …]
/hardware/google/av/codec2/include/
DC2Buffer.h1840 class C2GraphicView : public _C2EditablePlanarSectionAspect {
1868 const C2GraphicView subView(const C2Rect &rect) const;
1869 C2GraphicView subView(const C2Rect &rect);
1878 C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1879 explicit C2GraphicView(c2_status_t error);
1899 C2Acquirable<const C2GraphicView> map() const;
1938 C2Acquirable<C2GraphicView> map();
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h78 C2GraphicView *outBuffer,
DC2SoftHevcDec.cpp473 C2GraphicView *outBuffer, in setDecodeArgs()
770 C2GraphicView wView = mOutBlock->map().get(); in process()
875 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h123 C2GraphicView *outBuffer,
DC2SoftMpeg2Dec.cpp518 C2GraphicView *outBuffer, in setDecodeArgs()
821 C2GraphicView wView = mOutBlock->map().get(); in process()
952 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h126 C2GraphicView *outBuffer,
DC2SoftAvcEnc.h236 const C2GraphicView *const input,
DC2SoftAvcDec.cpp512 C2GraphicView *outBuffer, in setDecodeArgs()
811 C2GraphicView wView = mOutBlock->map().get(); in process()
906 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
DC2SoftAvcEnc.cpp899 const C2GraphicView *const input, in setEncodeArgs()
1149 std::shared_ptr<const C2GraphicView> view; in process()
1153 view = std::make_shared<const C2GraphicView>( in process()
/hardware/google/av/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()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp416 std::shared_ptr<const C2GraphicView> rView; in process()
420 rView = std::make_shared<const C2GraphicView>( in process()
DC2SoftVpxDec.cpp461 C2GraphicView wView = block->map().get(); in outputBuffer()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp359 std::shared_ptr<const C2GraphicView> rView; in process()
363 rView = std::make_shared<const C2GraphicView>( in process()
DC2SoftMpeg4Dec.cpp530 C2GraphicView wView = mOutBlock->map().get(); in process()