Searched refs:ff_ass_add_rect (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ass.h | 117 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog,
|
H A D | mpl2dec.c | 76 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in mpl2_decode_frame()
|
H A D | realtextdec.c | 69 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in realtext_decode_frame()
|
H A D | subviewerdec.c | 60 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in subviewer_decode_frame()
|
H A D | webvttdec.c | 93 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in webvtt_decode_frame()
|
H A D | ass.c | 157 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog, in ff_ass_add_rect() function
|
H A D | srtdec.c | 82 ret = ff_ass_add_rect(sub, buffer.str, s->readorder++, 0, NULL, NULL); in srt_decode_frame()
|
H A D | textdec.c | 59 ret = ff_ass_add_rect(sub, buf.str, text->readorder++, 0, NULL, NULL); in text_decode_frame()
|
H A D | jacosubdec.c | 185 ret = ff_ass_add_rect(sub, buffer.str, s->readorder++, 0, NULL, NULL); in jacosub_decode_frame()
|
H A D | samidec.c | 146 ret = ff_ass_add_rect(sub, sami->full.str, sami->readorder++, 0, NULL, NULL); in sami_decode_frame()
|
H A D | libaribb24.c | 277 ret = ff_ass_add_rect(sub, buf.str, b24->read_order++, in libaribb24_handle_regions()
|
H A D | microdvddec.c | 312 int ret = ff_ass_add_rect(sub, new_line.str, s->readorder++, 0, NULL, NULL); in microdvd_decode_frame()
|
H A D | movtextdec.c | 556 ret = ff_ass_add_rect(sub, buf.str, m->readorder++, 0, NULL, NULL); in mov_text_decode_frame()
|
Completed in 6 milliseconds