#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 |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Referenced by CameraMainWindow::postProcessVideo(). |
|
||||||||||||||||||||
|
Referenced by CameraMainWindow::postProcessVideo(). |
|
||||||||||||
|
Referenced by CameraMainWindow::postProcessVideo(). |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2