/hardware/google/av/media/sfplugin/utils/ |
D | Codec2BufferUtils.h | 42 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);
|
D | Codec2BufferUtils.cpp | 120 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()
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.h | 40 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;
|
D | Codec2Buffer.cpp | 216 const C2GraphicView &view, int32_t colorFormat) in GraphicView2MediaImageConverter() 477 const C2GraphicView mView; 503 C2GraphicView view(block->map().get()); in Allocate() 539 C2GraphicView &&view, in GraphicBlockBuffer() 618 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>( in Allocate() 620 std::unique_ptr<const C2GraphicView> holder; in Allocate() 675 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer()
|
/hardware/google/av/codec2/vndk/ |
D | C2Buffer.cpp | 77 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 §ion) 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/ |
D | C2Buffer.h | 1839 class C2GraphicView : public _C2EditablePlanarSectionAspect { 1867 const C2GraphicView subView(const C2Rect &rect) const; 1868 C2GraphicView subView(const C2Rect &rect); 1877 C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion); 1878 explicit C2GraphicView(c2_status_t error); 1898 C2Acquirable<const C2GraphicView> map() const; 1937 C2Acquirable<C2GraphicView> map();
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.h | 78 C2GraphicView *outBuffer,
|
D | C2SoftHevcDec.cpp | 504 C2GraphicView *outBuffer, in setDecodeArgs() 776 C2GraphicView wView = mOutBlock->map().get(); in process() 901 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.h | 126 C2GraphicView *outBuffer,
|
D | C2SoftAvcEnc.h | 230 const C2GraphicView *const input,
|
D | C2SoftAvcDec.cpp | 506 C2GraphicView *outBuffer, in setDecodeArgs() 780 C2GraphicView wView = mOutBlock->map().get(); in process() 903 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
|
D | C2SoftAvcEnc.cpp | 1109 const C2GraphicView *const input, in setEncodeArgs() 1392 std::shared_ptr<const C2GraphicView> view; in process() 1396 view = std::make_shared<const C2GraphicView>( in process()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.h | 123 C2GraphicView *outBuffer,
|
D | C2SoftMpeg2Dec.cpp | 579 C2GraphicView *outBuffer, in setDecodeArgs() 858 C2GraphicView wView = mOutBlock->map().get(); in process() 994 C2GraphicView wView = mOutBlock->map().get(); in drainInternal()
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 520 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/ |
D | C2SoftVpxEnc.cpp | 432 std::shared_ptr<const C2GraphicView> rView; in process() 436 rView = std::make_shared<const C2GraphicView>( in process()
|
D | C2SoftVpxDec.cpp | 599 C2GraphicView wView = block->map().get(); in outputBuffer()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 461 std::shared_ptr<const C2GraphicView> rView; in process() 466 rView = std::make_shared<const C2GraphicView>( in process()
|
D | C2SoftMpeg4Dec.cpp | 600 C2GraphicView wView = mOutBlock->map().get(); in process()
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 307 C2GraphicView view = block->map().get(); in encodeNFrames()
|