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

#include <videodev2.h>

Data Fields

__u32 width
 
__u32 height
 
__u32 pixelformat
 
__u32 field
 
__u32 colorspace
 
struct v4l2_plane_pix_format plane_fmt [VIDEO_MAX_PLANES]
 
__u8 num_planes
 
__u8 reserved [11]
 

Detailed Description

struct v4l2_pix_format_mplane - multiplanar format definition : image width in pixels : image height in pixels : little endian four character code (fourcc) : enum v4l2_field; field order (for interlaced video) : enum v4l2_colorspace; supplemental to pixelformat : per-plane information : number of planes for this format

Definition at line 1713 of file videodev2.h.

Field Documentation

__u32 colorspace

Definition at line 1718 of file videodev2.h.

Definition at line 1717 of file videodev2.h.

__u32 height

Definition at line 1715 of file videodev2.h.

__u8 num_planes

Definition at line 1721 of file videodev2.h.

__u32 pixelformat

Definition at line 1716 of file videodev2.h.

Definition at line 1720 of file videodev2.h.

__u8 reserved[11]

Definition at line 1722 of file videodev2.h.

__u32 width

Definition at line 1714 of file videodev2.h.


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