Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
v4l2_format Struct Reference

#include <videodev2.h>

Data Fields

__u32 type
 
union {
   struct v4l2_pix_format   pix
 
   struct v4l2_pix_format_mplane   pix_mp
 
   struct v4l2_window   win
 
   struct v4l2_vbi_format   vbi
 
   struct v4l2_sliced_vbi_format   sliced
 
   __u8   raw_data [200]
 
fmt
 

Detailed Description

struct v4l2_format - stream data format : enum v4l2_buf_type; type of the data stream : definition of an image format : definition of a multiplanar image format : definition of an overlaid image : raw VBI capture or output parameters : sliced VBI capture or output parameters : placeholder for future extensions and custom formats

Definition at line 1735 of file videodev2.h.

Field Documentation

union { ... } fmt

Definition at line 1738 of file videodev2.h.

Definition at line 1739 of file videodev2.h.

__u8 raw_data[200]

Definition at line 1743 of file videodev2.h.

Definition at line 1742 of file videodev2.h.

Definition at line 1736 of file videodev2.h.

Definition at line 1741 of file videodev2.h.

Definition at line 1740 of file videodev2.h.


The documentation for this struct was generated from the following file: