Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_ebur128.c247 static void drawtext(AVFrame *pic, int x, int y, int ftid, const uint8_t *color, const char *fmt, .… in drawtext() argument
255 if (ftid == FONT16) font = avpriv_vga16_font, font_height = 16; in drawtext()
256 else if (ftid == FONT8) font = avpriv_cga_font, font_height = 8; in drawtext()