Lines Matching refs:AnsiContext
54 typedef struct AnsiContext { struct
77 } AnsiContext; argument
81 AnsiContext *s = avctx->priv_data; in decode_init()
123 AnsiContext *s = avctx->priv_data; in hscroll()
143 AnsiContext *s = avctx->priv_data; in erase_line()
152 AnsiContext *s = avctx->priv_data; in erase_screen()
164 AnsiContext *s = avctx->priv_data; in draw_char()
191 AnsiContext *s = avctx->priv_data; in execute_code()
360 AnsiContext *s = avctx->priv_data; in decode_frame()
472 AnsiContext *s = avctx->priv_data; in decode_close()
488 .priv_data_size = sizeof(AnsiContext),