Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtargaenc.c34 typedef struct TargaContext { struct
38 } TargaContext; argument
88 TargaContext *s = avctx->priv_data; in targa_encode_frame()
204 #define OFFSET(x) offsetof(TargaContext, x)
224 .priv_data_size = sizeof(TargaContext),
Dtarga.c29 typedef struct TargaContext { struct
31 } TargaContext; argument
50 static int targa_decode_rle(AVCodecContext *avctx, TargaContext *s, in targa_decode_rle()
113 TargaContext * const s = avctx->priv_data; in decode_frame()
305 .priv_data_size = sizeof(TargaContext),