Home
last modified time | relevance | path

Searched refs:ff_smil_extract_next_text_chunk (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsubtitles.h151 int ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c);
Dsamidec.c71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header()
Drealtextdec.c81 int n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in realtext_read_header()
Dsubtitles.c317 int ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c) in ff_smil_extract_next_text_chunk() function