#include "ccvt.h"
Go to the source code of this file.
Defines | |
| #define | PUSH_BGR24 2 |
| #define | PUSH_BGR32 4 |
| #define | PUSH_RGB24 1 |
| #define | PUSH_RGB32 3 |
Functions | |
| static void | ccvt_420p (int width, int height, const unsigned char *src, unsigned char *dst, int push) |
| void | ccvt_420p_bgr24 (int width, int height, const void *src, void *dst) |
| void | ccvt_420p_bgr32 (int width, int height, const void *src, void *dst) |
| void | ccvt_420p_rgb24 (int width, int height, const void *src, void *dst) |
| void | ccvt_420p_rgb32 (int width, int height, const void *src, void *dst) |
| #define PUSH_BGR24 2 |
Definition at line 25 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| #define PUSH_BGR32 4 |
Definition at line 27 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| #define PUSH_RGB24 1 |
Definition at line 24 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| #define PUSH_RGB32 3 |
Definition at line 26 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| static void ccvt_420p | ( | int | width, |
| int | height, | ||
| const unsigned char * | src, | ||
| unsigned char * | dst, | ||
| int | push | ||
| ) | [static] |
Definition at line 31 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| void ccvt_420p_bgr24 | ( | int | width, |
| int | height, | ||
| const void * | src, | ||
| void * | dst | ||
| ) |
Definition at line 119 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| void ccvt_420p_bgr32 | ( | int | width, |
| int | height, | ||
| const void * | src, | ||
| void * | dst | ||
| ) |
Definition at line 129 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| void ccvt_420p_rgb24 | ( | int | width, |
| int | height, | ||
| const void * | src, | ||
| void * | dst | ||
| ) |
Definition at line 114 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.
| void ccvt_420p_rgb32 | ( | int | width, |
| int | height, | ||
| const void * | src, | ||
| void * | dst | ||
| ) |
Definition at line 124 of file lib/SRC/VideoLinuxV4L/ccvt_c.c.