/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.h | 44 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 …]
|
D | Codec2BufferUtils.cpp | 126 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/ |
D | Codec2Buffer.h | 203 C2GraphicView &&view, 211 C2GraphicView mView; 286 std::unique_ptr<const C2GraphicView> &&view, 293 std::unique_ptr<const C2GraphicView> mView;
|
D | Codec2Buffer.cpp | 227 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/ |
D | C2SoftApvEnc.h | 57 c2_status_t setEncodeArgs(oapv_frms_t* imgb_inp, const C2GraphicView* const input, 69 void ColorConvertP010ToYUV422P10le(const C2GraphicView* const input, oapv_imgb_t* imgb);
|
D | C2SoftApvEnc.cpp | 984 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/ |
D | C2Buffer.cpp | 86 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 §ion) 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/ |
D | C2Buffer.h | 1974 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 §ion); 2013 explicit C2GraphicView(c2_status_t error); 2033 C2Acquirable<const C2GraphicView> map() const; 2072 C2Acquirable<C2GraphicView> map();
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 78 C2GraphicView *outBuffer,
|
D | C2SoftHevcEnc.h | 108 const C2GraphicView* const input,
|
D | C2SoftHevcDec.cpp | 531 C2GraphicView *outBuffer, in setDecodeArgs() 852 C2GraphicView wView = mOutBlock->map().get(); in process() 1005 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
|
D | C2SoftHevcEnc.cpp | 859 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/ |
D | C2SoftAvcDec.h | 126 C2GraphicView *outBuffer,
|
D | C2SoftAvcEnc.h | 238 const C2GraphicView *const input,
|
D | C2SoftAvcDec.cpp | 537 C2GraphicView *outBuffer, in setDecodeArgs() 862 C2GraphicView wView = mOutBlock->map().get(); in process() 1004 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
|
D | C2SoftAvcEnc.cpp | 1486 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/ |
D | C2SoftMpeg2Dec.h | 123 C2GraphicView *outBuffer,
|
D | C2SoftMpeg2Dec.cpp | 593 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/ |
D | CCodecBuffers_test.cpp | 184 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/ |
D | C2BufferTest.cpp | 526 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/ |
D | C2Encoder.cpp | 207 C2GraphicView view = block->map().get(); in encodeFrames()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 555 std::shared_ptr<C2GraphicView> rView; in process() 560 rView = std::make_shared<C2GraphicView>( in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 852 std::shared_ptr<C2GraphicView> rView; in process() 856 rView = std::make_shared<C2GraphicView>( in process()
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 792 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in handleOutputBufferAsync()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.cpp | 809 std::shared_ptr<C2GraphicView> rView; in process() 813 rView = std::make_shared<C2GraphicView>( in process()
|