Searched refs:DEFAULT_BG_COLOR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dansi.c39 #define DEFAULT_BG_COLOR 0 macro
82 s->bg = DEFAULT_BG_COLOR;
107 DEFAULT_BG_COLOR, avctx->width);
116 DEFAULT_BG_COLOR, xlength);
124 memset(s->frame.data[0] + i * s->frame.linesize[0], DEFAULT_BG_COLOR, avctx->width);
243 DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame.linesize[0]);
248 memset(s->frame.data[0], DEFAULT_BG_COLOR, s->y * s->frame.linesize[0]);
276 s->bg = DEFAULT_BG_COLOR;
286 s->fg = ansi_to_cga[DEFAULT_BG_COLOR];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dansi.c43 #define DEFAULT_BG_COLOR 0 macro
91 s->bg = DEFAULT_BG_COLOR;
131 DEFAULT_BG_COLOR, avctx->width);
140 DEFAULT_BG_COLOR, xlength);
148 memset(s->frame->data[0] + i * s->frame->linesize[0], DEFAULT_BG_COLOR, avctx->width);
271 DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame->linesize[0]);
276 memset(s->frame->data[0], DEFAULT_BG_COLOR, s->y * s->frame->linesize[0]);
304 s->bg = DEFAULT_BG_COLOR;
322 s->fg = ansi_to_cga[DEFAULT_BG_COLOR];
H A Dbintext.c102 #define DEFAULT_BG_COLOR 0 macro
112 DEFAULT_BG_COLOR, s->font_height * s->frame->linesize[0]);

Completed in 93 milliseconds