Go to the source code of this file.
Functions |
static int | targa_decode_rle (AVCodecContext *avctx, TargaContext *s, const uint8_t *src, int src_size, uint8_t *dst, int w, int h, int stride, int bpp) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
static av_cold int | targa_init (AVCodecContext *avctx) |
static av_cold int | targa_end (AVCodecContext *avctx) |
Macro Definition Documentation
#define CHECK_BUFFER_SIZE |
( |
|
buf, |
|
|
|
buf_end, |
|
|
|
needed, |
|
|
|
where |
|
) |
| |
Typedef Documentation
Function Documentation
static int targa_decode_rle |
( |
AVCodecContext * |
avctx, |
|
|
TargaContext * |
s, |
|
|
const uint8_t * |
src, |
|
|
int |
src_size, |
|
|
uint8_t * |
dst, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
stride, |
|
|
int |
bpp |
|
) |
| |
|
static |
Variable Documentation
Initial value:
Definition at line 275 of file targa.c.