Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtargaenc.c35 typedef struct TargaContext { struct
39 } TargaContext; typedef
89 TargaContext *s = avctx->priv_data; in targa_encode_frame()
190 #define OFFSET(x) offsetof(TargaContext, x)
210 .priv_data_size = sizeof(TargaContext),
H A Dtarga.c30 typedef struct TargaContext { struct
32 } TargaContext; typedef
51 static int targa_decode_rle(AVCodecContext *avctx, TargaContext *s, in targa_decode_rle()
113 TargaContext * const s = avctx->priv_data; in decode_frame()
314 .priv_data_size = sizeof(TargaContext),

Completed in 2 milliseconds