Searched full:y (Results 1 – 25 of 462) sorted by relevance
12345678910>>...19
/Documentation/userspace-api/media/v4l/ |
D | pixfmt-y41p.rst | 17 two CbCr pairs and eight Y's. The first CbCr pair goes with the first 18 four Y's, and the second CbCr pair goes with the other four Y's. The Cb 19 and Cr components have one fourth the horizontal resolution of the Y 39 - Y'\ :sub:`00` 41 - Y'\ :sub:`01` 43 - Y'\ :sub:`02` 45 - Y'\ :sub:`03` 46 - Y'\ :sub:`04` 47 - Y'\ :sub:`05` 48 - Y'\ :sub:`06` [all …]
|
D | pixfmt-yuv411p.rst | 19 components are separated into three sub-images or planes. The Y plane is 20 first. The Y plane has one byte per pixel. The Cb plane immediately 21 follows the Y plane in memory. The Cb plane is ¼ the width of the Y 23 row. For example, Cb\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`, 24 Y'\ :sub:`02` and Y'\ :sub:`03`. Following the Cb plane is the Cr plane, 27 If the Y plane has pad bytes after each row, then the Cr and Cb planes 29 (including padding) is exactly as long as one Y row (including padding). 41 - Y'\ :sub:`00` 42 - Y'\ :sub:`01` 43 - Y'\ :sub:`02` [all …]
|
D | pixfmt-y14.rst | 31 - Y'\ :sub:`00low` 32 - Y'\ :sub:`00high` 33 - Y'\ :sub:`01low` 34 - Y'\ :sub:`01high` 35 - Y'\ :sub:`02low` 36 - Y'\ :sub:`02high` 37 - Y'\ :sub:`03low` 38 - Y'\ :sub:`03high` 40 - Y'\ :sub:`10low` 41 - Y'\ :sub:`10high` [all …]
|
D | pixfmt-y12.rst | 31 - Y'\ :sub:`00low` 32 - Y'\ :sub:`00high` 33 - Y'\ :sub:`01low` 34 - Y'\ :sub:`01high` 35 - Y'\ :sub:`02low` 36 - Y'\ :sub:`02high` 37 - Y'\ :sub:`03low` 38 - Y'\ :sub:`03high` 40 - Y'\ :sub:`10low` 41 - Y'\ :sub:`10high` [all …]
|
D | pixfmt-y10.rst | 31 - Y'\ :sub:`00low` 32 - Y'\ :sub:`00high` 33 - Y'\ :sub:`01low` 34 - Y'\ :sub:`01high` 35 - Y'\ :sub:`02low` 36 - Y'\ :sub:`02high` 37 - Y'\ :sub:`03low` 38 - Y'\ :sub:`03high` 40 - Y'\ :sub:`10low` 41 - Y'\ :sub:`10high` [all …]
|
D | pixfmt-m420.rst | 23 Cb\ :sub:`0`/Cr\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`, 24 Y'\ :sub:`10`, Y'\ :sub:`11`. 26 All line lengths are identical: if the Y lines include pad bytes so do 38 - Y'\ :sub:`00` 39 - Y'\ :sub:`01` 40 - Y'\ :sub:`02` 41 - Y'\ :sub:`03` 43 - Y'\ :sub:`10` 44 - Y'\ :sub:`11` 45 - Y'\ :sub:`12` [all …]
|
D | pixfmt-yvyu.rst | 18 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr 20 half the horizontal resolution of the Y component. 31 - Y'\ :sub:`00` 33 - Y'\ :sub:`01` 35 - Y'\ :sub:`02` 37 - Y'\ :sub:`03` 40 - Y'\ :sub:`10` 42 - Y'\ :sub:`11` 44 - Y'\ :sub:`12` 46 - Y'\ :sub:`13` [all …]
|
D | pixfmt-uyvy.rst | 18 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr 20 half the horizontal resolution of the Y component. 32 - Y'\ :sub:`00` 34 - Y'\ :sub:`01` 36 - Y'\ :sub:`02` 38 - Y'\ :sub:`03` 41 - Y'\ :sub:`10` 43 - Y'\ :sub:`11` 45 - Y'\ :sub:`12` 47 - Y'\ :sub:`13` [all …]
|
D | pixfmt-vyuy.rst | 18 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr 20 half the horizontal resolution of the Y component. 32 - Y'\ :sub:`00` 34 - Y'\ :sub:`01` 36 - Y'\ :sub:`02` 38 - Y'\ :sub:`03` 41 - Y'\ :sub:`10` 43 - Y'\ :sub:`11` 45 - Y'\ :sub:`12` 47 - Y'\ :sub:`13` [all …]
|
D | pixfmt-y8i.rst | 32 - Y'\ :sub:`00left` 33 - Y'\ :sub:`00right` 34 - Y'\ :sub:`01left` 35 - Y'\ :sub:`01right` 36 - Y'\ :sub:`02left` 37 - Y'\ :sub:`02right` 38 - Y'\ :sub:`03left` 39 - Y'\ :sub:`03right` 41 - Y'\ :sub:`10left` 42 - Y'\ :sub:`10right` [all …]
|
D | pixfmt-y16.rst | 35 - Y'\ :sub:`00low` 36 - Y'\ :sub:`00high` 37 - Y'\ :sub:`01low` 38 - Y'\ :sub:`01high` 39 - Y'\ :sub:`02low` 40 - Y'\ :sub:`02high` 41 - Y'\ :sub:`03low` 42 - Y'\ :sub:`03high` 44 - Y'\ :sub:`10low` 45 - Y'\ :sub:`10high` [all …]
|
D | pixfmt-nv12.rst | 21 components are separated into two sub-images or planes. The Y plane is 22 first. The Y plane has one byte per pixel. For ``V4L2_PIX_FMT_NV12``, a 23 combined CbCr plane immediately follows the Y plane in memory. The CbCr 24 plane is the same width, in bytes, as the Y plane (and of the image), 26 For example, Cb\ :sub:`0`/Cr\ :sub:`0` belongs to Y'\ :sub:`00`, 27 Y'\ :sub:`01`, Y'\ :sub:`10`, Y'\ :sub:`11`. ``V4L2_PIX_FMT_NV21`` is 31 If the Y plane has pad bytes after each row, then the CbCr plane has as 43 - Y'\ :sub:`00` 44 - Y'\ :sub:`01` 45 - Y'\ :sub:`02` [all …]
|
D | pixfmt-yuv410.rst | 20 components are separated into three sub-images or planes. The Y plane is 21 first. The Y plane has one byte per pixel. For ``V4L2_PIX_FMT_YVU410``, 22 the Cr plane immediately follows the Y plane in memory. The Cr plane is 23 ¼ the width and ¼ the height of the Y plane (and of the image). Each Cr 29 If the Y plane has pad bytes after each row, then the Cr and Cb planes 31 (including padding) are exactly as long as one Y row (including 45 - Y'\ :sub:`00` 46 - Y'\ :sub:`01` 47 - Y'\ :sub:`02` 48 - Y'\ :sub:`03` [all …]
|
D | pixfmt-yuyv.rst | 18 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr 20 half the horizontal resolution of the Y component. ``V4L2_PIX_FMT_YUYV`` 34 - Y'\ :sub:`00` 36 - Y'\ :sub:`01` 38 - Y'\ :sub:`02` 40 - Y'\ :sub:`03` 43 - Y'\ :sub:`10` 45 - Y'\ :sub:`11` 47 - Y'\ :sub:`12` 49 - Y'\ :sub:`13` [all …]
|
D | pixfmt-yuv422p.rst | 19 planes. The Y plane is first. The Y plane has one byte per pixel. The Cb 20 plane immediately follows the Y plane in memory. The Cb plane is half 21 the width of the Y plane (and of the image). Each Cb belongs to two 22 pixels. For example, Cb\ :sub:`0` belongs to Y'\ :sub:`00`, 23 Y'\ :sub:`01`. Following the Cb plane is the Cr plane, just like the Cb 26 If the Y plane has pad bytes after each row, then the Cr and Cb planes 28 rows (including padding) is exactly as long as one Y row (including 42 - Y'\ :sub:`00` 43 - Y'\ :sub:`01` 44 - Y'\ :sub:`02` [all …]
|
D | pixfmt-y16-be.rst | 35 - Y'\ :sub:`00high` 36 - Y'\ :sub:`00low` 37 - Y'\ :sub:`01high` 38 - Y'\ :sub:`01low` 39 - Y'\ :sub:`02high` 40 - Y'\ :sub:`02low` 41 - Y'\ :sub:`03high` 42 - Y'\ :sub:`03low` 44 - Y'\ :sub:`10high` 45 - Y'\ :sub:`10low` [all …]
|
D | pixfmt-yuv420.rst | 20 components are separated into three sub- images or planes. The Y plane 21 is first. The Y plane has one byte per pixel. For 22 ``V4L2_PIX_FMT_YVU420``, the Cr plane immediately follows the Y plane in 23 memory. The Cr plane is half the width and half the height of the Y 25 square of the image. For example, Cr\ :sub:`0` belongs to Y'\ :sub:`00`, 26 Y'\ :sub:`01`, Y'\ :sub:`10`, and Y'\ :sub:`11`. Following the Cr plane 30 If the Y plane has pad bytes after each row, then the Cr and Cb planes 32 rows (including padding) is exactly as long as one Y row (including 46 - Y'\ :sub:`00` 47 - Y'\ :sub:`01` [all …]
|
D | pixfmt-yuv420m.rst | 22 The Y plane is first. The Y plane has one byte per pixel. For 24 is half the width and half the height of the Y plane (and of the image). 26 example, Cb\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`, 27 Y'\ :sub:`10`, and Y'\ :sub:`11`. The Cr data, just like the Cb plane, 33 If the Y plane has pad bytes after each row, then the Cb and Cr planes 35 rows (including padding) is exactly as long as one Y row (including 53 - Y'\ :sub:`00` 54 - Y'\ :sub:`01` 55 - Y'\ :sub:`02` 56 - Y'\ :sub:`03` [all …]
|
D | pixfmt-nv16.rst | 20 components are separated into two sub-images or planes. The Y plane is 21 first. The Y plane has one byte per pixel. For ``V4L2_PIX_FMT_NV16``, a 22 combined CbCr plane immediately follows the Y plane in memory. The CbCr 23 plane is the same width and height, in bytes, as the Y plane (and of the 25 Cb\ :sub:`0`/Cr\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`. 29 If the Y plane has pad bytes after each row, then the CbCr plane has as 41 - Y'\ :sub:`00` 42 - Y'\ :sub:`01` 43 - Y'\ :sub:`02` 44 - Y'\ :sub:`03` [all …]
|
D | pixfmt-yuv422m.rst | 22 The Y plane is first. The Y plane has one byte per pixel. For 24 is half the width of the Y plane (and of the image). Each Cb belongs to 25 two pixels. For example, Cb\ :sub:`0` belongs to Y'\ :sub:`00`, 26 Y'\ :sub:`01`. The Cr data, just like the Cb plane, is in the third 32 If the Y plane has pad bytes after each row, then the Cb and Cr planes 34 rows (including padding) is exactly as long as one Y row (including 52 - Y'\ :sub:`00` 53 - Y'\ :sub:`01` 54 - Y'\ :sub:`02` 55 - Y'\ :sub:`03` [all …]
|
D | subdev-formats.rst | 51 - Y'CbCr encoding, from enum :c:type:`v4l2_ycbcr_encoding`. 55 this field on a source pad to request a specific Y'CbCr encoding 72 This field is ignored for Y'CbCr media bus formats. The driver indicates 2945 Those data formats transfer pixel data as (possibly downsampled) Y, U 2947 samples and are collectively referred to as "YDYC" (Y-Dummy-Y-Chroma) 2953 - The Y, U and V components order code, as transferred on the bus. 2975 the U, Y, V, Y order will be named ``MEDIA_BUS_FMT_UYVY8_2X8``. 2985 - y\ :sub:`x` for luma component bit number x 3085 - y\ :sub:`7` 3086 - y\ :sub:`6` [all …]
|
D | pixfmt-nv12m.rst | 26 occupies the first plane. The Y plane has one byte per pixel. In the 28 samples. The CbCr plane is the same width, in bytes, as the Y plane (and 31 Y'\ :sub:`00`, Y'\ :sub:`01`, Y'\ :sub:`10`, Y'\ :sub:`11`. 43 If the Y plane has pad bytes after each row, then the CbCr plane has as 54 - Y'\ :sub:`00` 55 - Y'\ :sub:`01` 56 - Y'\ :sub:`02` 57 - Y'\ :sub:`03` 59 - Y'\ :sub:`10` 60 - Y'\ :sub:`11` [all …]
|
D | pixfmt-nv16m.rst | 23 occupies the first plane. The Y plane has one byte per pixel. In the 25 The CbCr plane is the same width and height, in bytes, as the Y plane. 27 Cb\ :sub:`0`/Cr\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`. 44 - Y'\ :sub:`00` 45 - Y'\ :sub:`01` 46 - Y'\ :sub:`02` 47 - Y'\ :sub:`03` 49 - Y'\ :sub:`10` 50 - Y'\ :sub:`11` 51 - Y'\ :sub:`12` [all …]
|
D | pixfmt-grey.rst | 15 This is a grey-scale image. It is really a degenerate Y'CbCr format 26 - Y'\ :sub:`00` 27 - Y'\ :sub:`01` 28 - Y'\ :sub:`02` 29 - Y'\ :sub:`03` 31 - Y'\ :sub:`10` 32 - Y'\ :sub:`11` 33 - Y'\ :sub:`12` 34 - Y'\ :sub:`13` 36 - Y'\ :sub:`20` [all …]
|
D | pixfmt-packed-yuv.rst | 12 Similar to the packed RGB formats these formats store the Y, Cb and Cr 97 - Y'\ :sub:`3` 98 - Y'\ :sub:`2` 99 - Y'\ :sub:`1` 100 - Y'\ :sub:`0` 119 - Y'\ :sub:`4` 120 - Y'\ :sub:`3` 121 - Y'\ :sub:`2` 122 - Y'\ :sub:`1` 123 - Y'\ :sub:`0` [all …]
|
12345678910>>...19