Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dansi.c44 #define DEFAULT_BG_COLOR 0 macro
88 s->bg = DEFAULT_BG_COLOR; in decode_init()
138 DEFAULT_BG_COLOR, avctx->width); in hscroll()
147 DEFAULT_BG_COLOR, xlength); in erase_line()
155 memset(s->frame->data[0] + i * s->frame->linesize[0], DEFAULT_BG_COLOR, avctx->width); in erase_screen()
278DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame->linesize[0]); in execute_code()
283 memset(s->frame->data[0], DEFAULT_BG_COLOR, s->y * s->frame->linesize[0]); in execute_code()
311 s->bg = DEFAULT_BG_COLOR; in execute_code()
329 s->fg = ansi_to_cga[DEFAULT_BG_COLOR]; in execute_code()
Dbintext.c108 #define DEFAULT_BG_COLOR 0 macro
118 DEFAULT_BG_COLOR, s->font_height * s->frame->linesize[0]); in hscroll()