Lines Matching +full:set +full:- +full:top
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 V4L2 drivers are not limited to these formats, however. Driver-specific
23 specification would not be complete without well-defined standard
27 are always arranged in memory from left to right, and from top to
30 immediately to its right, and so on until the end of the top row of
34 leftmost pixel of the second row from the top, and so on. The last row
40 :ref:`four character (FourCC) codes <v4l2-fourcc>` which are also
45 buffers. Those formats are identified by a separate set of FourCC codes
46 and are referred to as "multi-planar formats". For example, a
47 :ref:`YUV422 <V4L2-PIX-FMT-YUV422M>` frame is normally stored in one
50 in the 2-planar version or with each component in its own buffer in the
51 3-planar case. Those sub-buffers are referred to as "*planes*".