Searched refs:srt_print (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | srtenc.c | 45 static void srt_print(SRTContext *s, const char *str, ...) in srt_print() function 79 srt_print(s, "</%c%s>", tag, tag == 'f' ? "ont" : ""); in srt_close_tag() 102 srt_print(s, "<font"); in srt_style_apply() 104 srt_print(s, " face=\"%s\"", st->font_name); in srt_style_apply() 106 srt_print(s, " size=\"%d\"", st->font_size); in srt_style_apply() 108 srt_print(s, " color=\"#%06x\"", in srt_style_apply() 110 srt_print(s, ">"); in srt_style_apply() 114 srt_print(s, "<b>"); in srt_style_apply() 118 srt_print(s, "<i>"); in srt_style_apply() 122 srt_print(s, "<u>"); in srt_style_apply() [all …]
|