HomeSort by relevance Sort by last modified time
    Searched refs:C2GraphicView (Results 1 - 25 of 25) sorted by null

  /frameworks/av/media/codec2/sfplugin/utils/
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);
Codec2BufferUtils.cpp 120 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) {
155 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) {
190 bool IsYUV420(const C2GraphicView &view) {
214 bool IsNV12(const C2GraphicView &view) {
228 bool IsI420(const C2GraphicView &view) {
345 const C2GraphicView &src) {
  /frameworks/av/media/codec2/sfplugin/
Codec2Buffer.h 41 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;
Codec2Buffer.cpp 199 * Creates a C2GraphicView <=> MediaImage converter
201 * \param view C2GraphicView object
208 const C2GraphicView &view, int32_t colorFormat, bool copy)
436 * Wrap C2GraphicView using a MediaImage2. Note that if not wrapped, the content is not mapped
462 * Copy C2GraphicView to MediaImage2.
476 const C2GraphicView mView;
502 C2GraphicView view(block->map().get());
538 C2GraphicView &&view,
621 std::unique_ptr<const C2GraphicView> view(std::make_unique<const C2GraphicView>(
    [all...]
  /frameworks/av/media/codec2/vndk/
C2Buffer.cpp 77 class GraphicViewBuddy : public C2GraphicView {
78 using C2GraphicView::C2GraphicView;
83 class AcquirableConstGraphicViewBuddy : public C2Acquirable<const C2GraphicView> {
88 class AcquirableGraphicViewBuddy : public C2Acquirable<C2GraphicView> {
    [all...]
  /frameworks/av/media/codec2/core/include/
C2Buffer.h     [all...]
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.h 127 C2GraphicView *outBuffer,
C2SoftAvcEnc.h 232 const C2GraphicView *const input,
C2SoftAvcDec.cpp 513 C2GraphicView *outBuffer,
    [all...]
C2SoftAvcEnc.cpp     [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.h 79 C2GraphicView *outBuffer,
C2SoftHevcEnc.h 102 const C2GraphicView* const input,
C2SoftHevcEnc.cpp 559 const C2GraphicView* const input,
819 std::shared_ptr<const C2GraphicView> view;
826 view = std::make_shared<const C2GraphicView>(
    [all...]
C2SoftHevcDec.cpp 509 C2GraphicView *outBuffer,
    [all...]
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.h 124 C2GraphicView *outBuffer,
C2SoftMpeg2Dec.cpp 580 C2GraphicView *outBuffer,
    [all...]
  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Enc.cpp 451 std::shared_ptr<const C2GraphicView> rView;
456 rView = std::make_shared<const C2GraphicView>(
C2SoftMpeg4Dec.cpp 606 C2GraphicView wView = mOutBlock->map().get();
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxEnc.cpp 432 std::shared_ptr<const C2GraphicView> rView;
436 rView = std::make_shared<const C2GraphicView>(
C2SoftVpxDec.cpp 797 C2GraphicView wView = block->map().get();
    [all...]
  /frameworks/av/media/codec2/tests/vndk/
C2BufferTest.cpp 520 C2Acquirable<C2GraphicView> graphicViewHolder = block->map();
521 C2GraphicView graphicView = graphicViewHolder.get();
548 C2Acquirable<const C2GraphicView> constViewHolder = constBlock.map();
549 const C2GraphicView constGraphicView = constViewHolder.get();
    [all...]
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 341 static void getFrameStringPieces(const C2GraphicView& constGraphicView,
518 const C2GraphicView& constGraphicView = graphicBlock.map().get();
    [all...]
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 683 C2GraphicView wView = block->map().get();
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
VtsHalMediaC2V1_0TargetVideoEncTest.cpp 348 C2GraphicView view = block->map().get();
  /external/v4l2_codec2/
C2VDAComponent.cpp     [all...]

Completed in 1114 milliseconds