ff_htmlmarkup_to_ass   26 libavcodec/htmlsubtitles.h int ff_htmlmarkup_to_ass(void *log_ctx, AVBPrint *dst, const char *in);
ff_htmlmarkup_to_ass  119 libavcodec/samidec.c         ret = ff_htmlmarkup_to_ass(avctx, dst_source, sami->source.str);
ff_htmlmarkup_to_ass  124 libavcodec/samidec.c     ret = ff_htmlmarkup_to_ass(avctx, dst_content, sami->content.str);
ff_htmlmarkup_to_ass   52 libavcodec/srtdec.c     return ff_htmlmarkup_to_ass(avctx, dst, in);
ff_htmlmarkup_to_ass   43 libavcodec/tests/htmlsubtitles.c         int ret = ff_htmlmarkup_to_ass(NULL, &dst, test_cases[i]);