Lines Matching full:formats
6 Planar YUV formats
9 Planar formats split luma and chroma data in separate memory regions. They
12 - Semi-planar formats use two planes. The first plane is the luma plane and
16 - Fully planar formats use three planes to store the Y, Cb and Cr components
23 Some planar formats allow planes to be placed in independent memory locations.
25 ``V4L2_PIX_FMT_NV12M``). Those formats are intended to be used only in drivers
28 planes, formats require the planes to follow each other immediately in memory.
31 Semi-Planar YUV Formats
34 These formats are commonly referred to as NV formats (NV12, NV16, ...). They
38 exposed as different formats.
40 For memory contiguous formats, the number of padding pixels at the end of the
46 For non-contiguous formats, no constraints are enforced by the format on the
57 .. flat-table:: Overview of Semi-Planar YUV Formats
193 Semi-planar YUV 4:2:0 formats. The chroma plane is subsampled by 2 in each
282 Semi-planar YUV 4:2:0 formats, using macroblock tiling. The chroma plane is
368 Semi-planar YUV 4:2:2 formats. The chroma plane is subsampled by 2 in the
471 Semi-planar YUV 4:4:4 formats. The chroma plane is not subsampled.
582 Fully Planar YUV Formats
585 These formats store the Y, Cb and Cr components in three separate planes. The
587 formats. The two chroma planes always use the same subsampling.
589 For memory contiguous formats, the number of padding pixels at the end of the
595 For non-contiguous formats, no constraints are enforced by the format on the
610 .. flat-table:: Overview of Fully Planar YUV Formats
713 Planar YUV 4:1:0 formats. The chroma planes are subsampled by 4 in each
753 Planar YUV 4:1:1 formats. The chroma planes are subsampled by 4 in the
808 Planar YUV 4:2:0 formats. The chroma planes are subsampled by 2 in each
897 Planar YUV 4:2:2 formats. The chroma planes are subsampled by 2 in the
1009 Planar YUV 4:4:4 formats. The chroma planes are no subsampled. Chroma lines