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

#include <videodev2.h>

Data Fields

__u32 index
 
__u32 count
 
__u32 memory
 
struct v4l2_format format
 
__u32 reserved [8]
 

Detailed Description

struct v4l2_create_buffers - VIDIOC_CREATE_BUFS argument : on return, index of the first created buffer : entry: number of requested buffers, return: number of created buffers : enum v4l2_memory; buffer memory type : frame format, for which buffers are requested : future extensions

Definition at line 1867 of file videodev2.h.

Field Documentation

__u32 count

Definition at line 1869 of file videodev2.h.

Definition at line 1871 of file videodev2.h.

__u32 index

Definition at line 1868 of file videodev2.h.

__u32 memory

Definition at line 1870 of file videodev2.h.

__u32 reserved[8]

Definition at line 1872 of file videodev2.h.


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