Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

avi.h File Reference

#include <unistd.h>
#include <stdio.h>
#include <sys/types.h>

Include dependency graph for avi.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char u8
typedef unsigned short u16
typedef unsigned u32

Functions

void avi_start (int fd, int frame)
void avi_add (int fd, u8 *buf, int size)
void avi_end (int fd, int width, int height, int fps)
void fprint_quartet (int fd, unsigned int i)

Variables

const u32 AVIF_HASINDEX = 0x00000010
const u32 AVIF_MUSTUSEINDEX = 0x00000020
const u32 AVIF_ISINTERLEAVED = 0x00000100
const u32 AVIF_TRUSTCKTYPE = 0x00000800
const u32 AVIF_WASCAPTUREFILE = 0x00010000
const u32 AVIF_COPYRIGHTED = 0x00020000


Typedef Documentation

typedef unsigned short u16
 

Definition at line 29 of file avi.h.

typedef unsigned u32
 

Definition at line 30 of file avi.h.

typedef unsigned char u8
 

Definition at line 28 of file avi.h.


Function Documentation

void avi_add int  fd,
u8 buf,
int  size
 

Referenced by CameraMainWindow::postProcessVideo().

void avi_end int  fd,
int  width,
int  height,
int  fps
 

Referenced by CameraMainWindow::postProcessVideo().

void avi_start int  fd,
int  frame
 

Referenced by CameraMainWindow::postProcessVideo().

void fprint_quartet int  fd,
unsigned int  i
 


Variable Documentation

const u32 AVIF_COPYRIGHTED = 0x00020000
 

Definition at line 39 of file avi.h.

const u32 AVIF_HASINDEX = 0x00000010
 

Definition at line 34 of file avi.h.

const u32 AVIF_ISINTERLEAVED = 0x00000100
 

Definition at line 36 of file avi.h.

const u32 AVIF_MUSTUSEINDEX = 0x00000020
 

Definition at line 35 of file avi.h.

const u32 AVIF_TRUSTCKTYPE = 0x00000800
 

Definition at line 37 of file avi.h.

const u32 AVIF_WASCAPTUREFILE = 0x00010000
 

Definition at line 38 of file avi.h.


Generated on Sat Nov 5 17:00:24 2005 for OPIE by  doxygen 1.4.2