Home
last modified time | relevance | path

Searched refs:YUYV (Results 1 – 18 of 18) sorted by relevance

/external/v4l2_codec2/common/
DFourcc.cpp29 case YUYV: in fromUint32()
63 return Fourcc(YUYV); in fromVideoPixelFormat()
151 case YUYV: in toVideoPixelFormat()
202 case YUYV: in toSinglePlanar()
234 case YUYV: in isMultiPlanar()
268 static_assert(Fourcc::YUYV == V4L2_PIX_FMT_YUYV, "Mismatch Fourcc");
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DFourcc.h77 YUYV = composeFourcc('Y', 'U', 'Y', 'V'), enumerator
/external/libkmsxx/kms++util/src/
Ddrawing.cpp156 case PixelFormat::YUYV: in draw_yuv422_packed_macropixel()
254 case PixelFormat::YUYV: in draw_yuv422_macropixel()
415 case PixelFormat::YUYV: in draw_rect()
511 case PixelFormat::YUYV: in draw_char()
Dcolorbar.cpp109 case PixelFormat::YUYV: in draw_color_bar()
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h30 YUYV = MakeFourCC("YUYV"), enumerator
/external/libkmsxx/kms++/src/
Dpixelformats.cpp16 { PixelFormat::YUYV, {
/external/libkmsxx/py/tests/
Dcam.py16 fmt = pykms.PixelFormat.YUYV
/external/libkmsxx/kms++/src/omap/
Domapframebuffer.cpp84 case PixelFormat::YUYV: in Create()
/external/mesa3d/docs/relnotes/
D20.1.7.rst131 - gallium/dri2: Report correct YUYV and UYVY plane count
D20.1.0.rst2789 - radeon/jpeg: fix the jpeg dt_pitch with YUYV format
D20.2.0.rst3605 - gallium/dri2: Report correct YUYV and UYVY plane count
D20.3.0.rst3850 - gallium/dri2: Report correct YUYV and UYVY plane count
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp189 .value("YUYV", PixelFormat::YUYV) in init_pykmsbase()
/external/libkmsxx/utils/
Dkmscapture.cpp325 auto pixfmt = PixelFormat::YUYV; in main()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c255 _T(YUYV, YUY2, YUY2),
/external/strace/xlat/
Dv4l2_pix_fmts.in25 V4L2_PIX_FMT_SPCA501 v4l2_fourcc('S', '5', '0', '1') /* YUYV per line */
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.csv148 # http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2)
/external/mesa3d/src/util/format/
Du_format.csv169 # http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2)