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

#include <mixer.h>

Data Fields

const charname
 
u32 fourcc
 
enum v4l2_colorspace colorspace
 
int num_planes
 
struct mxr_block plane [MXR_MAX_PLANES]
 
int num_subframes
 
int plane2subframe [MXR_MAX_PLANES]
 
unsigned long cookie
 

Detailed Description

description of supported format

Definition at line 52 of file mixer.h.

Field Documentation

enum v4l2_colorspace colorspace

colorspace identifier

Definition at line 58 of file mixer.h.

unsigned long cookie

internal code, driver dependant

Definition at line 68 of file mixer.h.

u32 fourcc

fourcc identifier

Definition at line 56 of file mixer.h.

const char* name

format name/mnemonic

Definition at line 54 of file mixer.h.

int num_planes

number of planes in image data

Definition at line 60 of file mixer.h.

int num_subframes

number of subframes in image data

Definition at line 64 of file mixer.h.

description of block for each plane

Definition at line 62 of file mixer.h.

int plane2subframe[MXR_MAX_PLANES]

specifies to which subframe belong given plane

Definition at line 66 of file mixer.h.


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