ccvt_c.c File Reference
#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 Documentation
Function Documentation
static void ccvt_420p |
( |
int |
width, |
|
|
int |
height, |
|
|
const unsigned char * |
src, |
|
|
unsigned char * |
dst, |
|
|
int |
push | |
|
) |
| | [static] |
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 | |
|
) |
| | |