Searched refs:srt_print (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | srtenc.c | 48 static void srt_print(SRTContext *s, const char *str, ...) in srt_print() function 82 srt_print(s, "</%c%s>", tag, tag == 'f' ? "ont" : ""); in srt_close_tag() 105 srt_print(s, "<font"); in srt_style_apply() 107 srt_print(s, " face=\"%s\"", st->font_name); in srt_style_apply() 109 srt_print(s, " size=\"%d\"", st->font_size); in srt_style_apply() 111 srt_print(s, " color=\"#%06x\"", in srt_style_apply() 113 srt_print(s, ">"); in srt_style_apply() 117 srt_print(s, "<b>"); in srt_style_apply() 121 srt_print(s, "<i>"); in srt_style_apply() 125 srt_print( in srt_style_apply() [all...] |
Completed in 1 milliseconds