cscd.c File Reference
Go to the source code of this file.
|
Classes |
| struct | CamStudioContext |
Functions |
| static void | copy_frame_default (AVFrame *f, uint8_t *src, int linelen, int height) |
| static void | add_frame_default (AVFrame *f, uint8_t *src, int linelen, int height) |
| static void | copy_frame_16 (AVFrame *f, uint8_t *src, int linelen, int height) |
| static void | copy_frame_32 (AVFrame *f, uint8_t *src, int linelen, int height) |
| static void | add_frame_16 (AVFrame *f, uint8_t *src, int linelen, int height) |
| static void | add_frame_32 (AVFrame *f, uint8_t *src, int linelen, int height) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | decode_init (AVCodecContext *avctx) |
| static int | decode_end (AVCodecContext *avctx) |
Variables |
| AVCodec | cscd_decoder |
Function Documentation
| static void copy_frame_default |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static void add_frame_default |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static void copy_frame_16 |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static void copy_frame_32 |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static void add_frame_16 |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static void add_frame_32 |
( |
AVFrame * |
f, |
|
|
uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
| static int decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 251 of file cscd.c.