Lines Matching +full:image +full:- +full:specific
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
4 Standard Image Formats
8 necessary to have standard image data formats which both sides will
11 image data formats in V4L2.
13 V4L2 drivers are not limited to these formats, however. Driver-specific
23 specification would not be complete without well-defined standard
28 bottom. The first byte of data in the image buffer is always for the
40 :ref:`four character (FourCC) codes <v4l2-fourcc>` which are also
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*".