Searched refs:ff_smil_extract_next_text_chunk (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | subtitles.h | 151 int ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c);
|
D | samidec.c | 71 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header()
|
D | realtextdec.c | 81 int n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in realtext_read_header()
|
D | subtitles.c | 317 int ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c) in ff_smil_extract_next_text_chunk() function
|