/external/libaom/third_party/libyuv/source/ |
D | row_x86.asm | 40 psrlw m0, m0, 8 ; UYVY odd bytes are Y 58 YUY2TOYROW UYVY,a, 59 YUY2TOYROW UYVY,u,_Unaligned 63 YUY2TOYROW UYVY,a, 64 YUY2TOYROW UYVY,u,_Unaligned 67 YUY2TOYROW UYVY,a,
|
/external/ImageMagick/coders/ |
D | uyvy.h | 28 MagickCoderExports(UYVY)
|
D | coders-list.h | 171 AddMagickCoder(UYVY)
|
/external/libyuv/files/docs/ |
D | formats.md | 94 FOURCC_HDYC = FOURCC('H', 'D', 'Y', 'C'), // Alias for UYVY. 95 FOURCC_2VUY = FOURCC('2', 'v', 'u', 'y'), // Alias for UYVY on Mac. 203 # YUY2 and UYVY 208 UYVY is UYVY in memory
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 149 case PixelFormat::UYVY: in draw_yuv422_packed_macropixel() 253 case PixelFormat::UYVY: in draw_yuv422_macropixel() 414 case PixelFormat::UYVY: in draw_rect() 510 case PixelFormat::UYVY: in draw_char()
|
D | colorbar.cpp | 110 case PixelFormat::UYVY: in draw_color_bar()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | pixelformats.h | 29 UYVY = MakeFourCC("UYVY"), enumerator
|
/external/libkmsxx/py/tests/ |
D | plane_csc.py | 11 plane = res.reserve_generic_plane(crtc, pykms.PixelFormat.UYVY)
|
/external/libkmsxx/kms++/src/ |
D | pixelformats.cpp | 11 { PixelFormat::UYVY, {
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 256 _T(UYVY, UYVY, NONE),
|
/external/libkmsxx/kms++/src/omap/ |
D | omapframebuffer.cpp | 85 case PixelFormat::UYVY: in Create()
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.7.rst | 76 - i965: support UYVY for external import only
|
D | 19.1.1.rst | 78 - i965: support UYVY for external import only
|
D | 20.1.7.rst | 131 - gallium/dri2: Report correct YUYV and UYVY plane count
|
D | 19.1.0.rst | 1100 - st/dri: allow direct UYVY import
|
D | 20.2.0.rst | 3605 - gallium/dri2: Report correct YUYV and UYVY plane count
|
D | 20.3.0.rst | 3850 - gallium/dri2: Report correct YUYV and UYVY plane count
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 188 .value("UYVY", PixelFormat::UYVY) in init_pykmsbase()
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 806 TESTPLANARTOB(I420, 2, 2, UYVY, 2, 4, 1) 808 TESTPLANARTOB(I422, 2, 1, UYVY, 2, 4, 1) 833 TESTPLANARTOB(I420, 2, 2, UYVY, 2, 4, 1) 840 TESTPLANARTOB(I422, 2, 1, UYVY, 2, 4, 1) 1252 TESTATOPLANAR(UYVY, 2, 1, I420, 2, 2) 1253 TESTATOPLANAR(UYVY, 2, 1, I422, 2, 1) 1320 TESTATOBIPLANAR(UYVY, 2, 4, NV12, 2, 2) 1452 TESTATOB(ARGB, uint8_t, 4, 4, 1, UYVY, uint8_t, 2, 4, 1) 1473 TESTATOB(UYVY, uint8_t, 2, 4, 1, ARGB, uint8_t, 4, 4, 1) 3044 TESTPLANARTOE(I420, 2, 2, UYVY, 2, 4, ARGB, 4) [all …]
|
/external/strace/xlat/ |
D | v4l2_pix_fmts.in | 131 V4L2_PIX_FMT_S5C_UYVY_JPG v4l2_fourcc('S', '5', 'C', 'I') /* S5C73M3 interleaved UYVY/JPEG */
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.csv | 147 # http://www.fourcc.org/yuv.php#UYVY
|
/external/mesa3d/src/util/format/ |
D | u_format.csv | 167 # http://www.fourcc.org/yuv.php#UYVY
|