Home
last modified time | relevance | path

Searched refs:ff_ass_add_rect (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dass.h117 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog,
H A Dmpl2dec.c76 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in mpl2_decode_frame()
H A Drealtextdec.c69 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in realtext_decode_frame()
H A Dsubviewerdec.c60 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in subviewer_decode_frame()
H A Dwebvttdec.c93 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in webvtt_decode_frame()
H A Dass.c157 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, in ff_ass_add_rect() function
H A Dsrtdec.c82 ret = ff_ass_add_rect(sub, buffer.str, s->readorder++, 0, NULL, NULL); in srt_decode_frame()
H A Dtextdec.c59 ret = ff_ass_add_rect(sub, buf.str, text->readorder++, 0, NULL, NULL); in text_decode_frame()
H A Djacosubdec.c185 ret = ff_ass_add_rect(sub, buffer.str, s->readorder++, 0, NULL, NULL); in jacosub_decode_frame()
H A Dsamidec.c146 ret = ff_ass_add_rect(sub, sami->full.str, sami->readorder++, 0, NULL, NULL); in sami_decode_frame()
H A Dlibaribb24.c277 ret = ff_ass_add_rect(sub, buf.str, b24->read_order++, in libaribb24_handle_regions()
H A Dmicrodvddec.c312 int ret = ff_ass_add_rect(sub, new_line.str, s->readorder++, 0, NULL, NULL); in microdvd_decode_frame()
H A Dmovtextdec.c556 ret = ff_ass_add_rect(sub, buf.str, m->readorder++, 0, NULL, NULL); in mov_text_decode_frame()

Completed in 6 milliseconds