Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_graphmonitor.c121 static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint8_t *color) in drawtext() function
188 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
197 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
206 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
211 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
216 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
219drawtext(out, xpos, ypos, buffer, frames > 0 ? frames >= 10 ? frames >= 50 ? s->red : s->yellow : … in draw_items()
224 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
229 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
234 drawtext(out, xpos, ypos, buffer, s->white); in draw_items()
[all …]
Davf_showspectrum.c477 static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o) in drawtext() function
701 drawtext(s->outpicref, 2, outlink->h - 10, "CREATED BY LIBAVFILTER", 0); in draw_legend()
702 drawtext(s->outpicref, outlink->w - 2 - strlen(text) * 10, outlink->h - 10, text, 0); in draw_legend()
708 drawtext(s->outpicref, outlink->w - 2 - strlen(text) * 10, 3, text, 0); in draw_legend()
764drawtext(s->outpicref, s->start_x - 8 * strlen(units) - 4, h * (ch + 1) + s->start_y - y - 4 - hh,… in draw_legend()
775drawtext(s->outpicref, s->start_x + x - 4 * strlen(units), s->h + s->start_y + 6, units, 0); in draw_legend()
776 drawtext(s->outpicref, s->start_x + x - 4 * strlen(units), s->start_y - 12, units, 0); in draw_legend()
780 drawtext(s->outpicref, outlink->w / 2 - 4 * 4, outlink->h - s->start_y / 2, "TIME", 0); in draw_legend()
781 drawtext(s->outpicref, s->start_x / 7, outlink->h / 2 - 14 * 4, "FREQUENCY (Hz)", 1); in draw_legend()
822drawtext(s->outpicref, s->start_x - 4 * strlen(units) + x + w * ch, s->start_y - 12, units, 0); in draw_legend()
[all …]
Daf_afir.c240 static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint32_t color) in drawtext() function
355 drawtext(out, 2, 2, "Max Magnitude:", 0xDDDDDDDD); in draw_response()
357 drawtext(out, 15 * 8 + 2, 2, text, 0xDDDDDDDD); in draw_response()
359 drawtext(out, 2, 12, "Min Magnitude:", 0xDDDDDDDD); in draw_response()
361 drawtext(out, 15 * 8 + 2, 12, text, 0xDDDDDDDD); in draw_response()
363 drawtext(out, 2, 22, "Max Delay:", 0xDDDDDDDD); in draw_response()
365 drawtext(out, 11 * 8 + 2, 22, text, 0xDDDDDDDD); in draw_response()
367 drawtext(out, 2, 32, "Min Delay:", 0xDDDDDDDD); in draw_response()
369 drawtext(out, 11 * 8 + 2, 32, text, 0xDDDDDDDD); in draw_response()
Davf_showvolume.c230 static void drawtext(AVFrame *pic, int x, int y, const char *txt, int o) in drawtext() function
381drawtext(s->out, c * (s->h + s->b) + (s->h - 10) / 2, outlink->h - 35, channel_name, 1); in filter_frame()
417 drawtext(s->out, 2, c * (s->h + s->b) + (s->h - 8) / 2, channel_name, 0); in filter_frame()
440 drawtext(out, c * (s->h + s->b) + (s->h - 8) / 2, 2, buf, 1); in filter_frame()
443drawtext(out, FFMAX(0, s->w - 8 * (int)strlen(buf)), c * (s->h + s->b) + (s->h - 8) / 2, buf, 0); in filter_frame()
Daf_aiir.c1052 static void drawtext(AVFrame *pic, int x, int y, const char *txt, uint32_t color) in drawtext() function
1238 drawtext(out, 2, 2, "Max Magnitude:", 0xDDDDDDDD); in draw_response()
1240 drawtext(out, 15 * 8 + 2, 2, text, 0xDDDDDDDD); in draw_response()
1242 drawtext(out, 2, 12, "Min Magnitude:", 0xDDDDDDDD); in draw_response()
1244 drawtext(out, 15 * 8 + 2, 12, text, 0xDDDDDDDD); in draw_response()
1246 drawtext(out, 2, 22, "Max Phase:", 0xDDDDDDDD); in draw_response()
1248 drawtext(out, 15 * 8 + 2, 22, text, 0xDDDDDDDD); in draw_response()
1250 drawtext(out, 2, 32, "Min Phase:", 0xDDDDDDDD); in draw_response()
1252 drawtext(out, 15 * 8 + 2, 32, text, 0xDDDDDDDD); in draw_response()
1254 drawtext(out, 2, 42, "Max Delay:", 0xDDDDDDDD); in draw_response()
[all …]
Df_ebur128.c247 static void drawtext(AVFrame *pic, int x, int y, int ftid, const uint8_t *color, const char *fmt, .… in drawtext() function
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
355 drawtext(outpicref, x, y + ebur128->graph.y, FONT8, font_colors+3, in config_video_output()
806 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
811 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
Dvf_drawtext.c274 AVFILTER_DEFINE_CLASS(drawtext);
/third_party/python/Lib/idlelib/
Dtree.py121 self.drawtext()
129 self.drawtext()
205 self.drawtext()
255 def drawtext(self): member in TreeNode
319 self.drawtext()
329 self.drawtext()
/third_party/ffmpeg/
DChangelog911 - libfribidi support in drawtext
1114 - new expansion syntax for drawtext
1248 - drawtext video filter: fontconfig support
Dconfigure236 --enable-libfontconfig enable libfontconfig, useful for drawtext filter [no]
237 --enable-libfreetype enable libfreetype, needed for drawtext filter [no]
238 --enable-libfribidi enable libfribidi, improves drawtext filter [no]
/third_party/ffmpeg/doc/
Dfilters.texi245 the @ref{drawtext} filter description @option{text} value:
260 drawtext=text=this is a \\\'string\\\'\\: may contain one\, or more\, special characters
271 -vf "drawtext=text=this is a \\\\\\'string\\\\\\'\\\\: may contain one\\, or more\\, special charac…
10521 @anchor{drawtext}
10522 @section drawtext
10867 the drawtext filter are also available.
10913 sendcmd=c='56.0 drawtext reinit fontsize=56\:fontcolor=green\:text=Hello\\ World'
10928 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'"
10938 drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
10948 drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2"
[all …]
Ddemuxers.texi461 also available for other filters (see @var{drawtext} filter for examples). Default