Searched refs:TargaContext (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtargaenc.c26 typedef struct TargaContext { struct
28 } TargaContext; typedef in typeref:struct:TargaContext
144 TargaContext *s = avctx->priv_data;
157 .priv_data_size = sizeof(TargaContext),
H A Dtarga.c33 typedef struct TargaContext { struct
40 } TargaContext; typedef in typeref:struct:TargaContext
42 static void targa_decode_rle(AVCodecContext *avctx, TargaContext *s, const uint8_t *src, uint8_t *dst, int w, int h, int stride, int bpp)
96 TargaContext * const s = avctx->priv_data;
226 TargaContext *s = avctx->priv_data;
236 TargaContext *s = avctx->priv_data;
248 sizeof(TargaContext),

Completed in 105 milliseconds