Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsga.c32 typedef struct SGAVideoContext { struct
59 } SGAVideoContext; argument
106 static int decode_index_palmap(SGAVideoContext *s, AVFrame *frame) in decode_index_palmap()
128 static int decode_index_tilemap(SGAVideoContext *s, AVFrame *frame) in decode_index_tilemap()
181 static int decode_index(SGAVideoContext *s, AVFrame *frame) in decode_index()
253 SGAVideoContext *s = avctx->priv_data; in decode_palmapdata()
277 SGAVideoContext *s = avctx->priv_data; in decode_tiledata()
312 SGAVideoContext *s = avctx->priv_data; in sga_decode_frame()
512 SGAVideoContext *s = avctx->priv_data; in sga_decode_end()
528 .priv_data_size = sizeof(SGAVideoContext),