Lines Matching full:video
6 Video Standards
9 Video devices typically support one or more different video standards or
10 variations of standards. Each video input and output may support another
17 V4L2 defines one bit for each analog video standard currently in use
19 hybrid standards to watch NTSC video tapes on PAL TVs and vice versa.
38 To query and select the standard used by the current video input or
48 index into the standard enumeration. Drivers must implement all video
49 standard ioctls when the device has one or more video inputs or outputs.
52 video standards makes little sense. More generally for any capture or
56 video standard, or
58 - that does not support the video standard formats at all.
67 :ref:`output-capabilities` flags to determine whether the video
70 Example: Information about the current video standard
80 is no video device or it falls under the USB exception,
92 printf("Current video standard: %s\\n", standard.name);
107 Example: Listing the video standards supported by the current input
147 Example: Selecting a new video standard