Home
last modified time | relevance | path

Searched refs:ff_text_r8 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsubtitles.c63 int ff_text_r8(FFTextReader *r) in ff_text_r8() function
87 *buf++ = ff_text_r8(r); in ff_text_read()
100 c = ff_text_r8(r); in ff_text_peek_r8()
358 *c = ff_text_r8(tr); in ff_smil_extract_next_text_chunk()
365 *c = ff_text_r8(tr); in ff_smil_extract_next_text_chunk()
408 char c = ff_text_r8(tr); in ff_subtitles_read_text_chunk()
458 unsigned char c = ff_text_r8(tr); in ff_subtitles_read_line()
467 ff_text_r8(tr); in ff_subtitles_read_line()
469 ff_text_r8(tr); in ff_subtitles_read_line()
H A Dassdec.c42 ff_text_r8(&tr); in ass_probe()
93 char c = ff_text_r8(tr); in get_line()
H A Dsubtitles.h74 * Return the byte position of the next byte returned by ff_text_r8(). For
76 * be incorrect if a codepoint was only partially read with ff_text_r8().
85 int ff_text_r8(FFTextReader *r);
93 * Like ff_text_r8(), but don't remove the byte from the buffer.
H A Dsccdec.c41 ff_text_r8(&tr); in scc_probe()
H A Dsrtdec.c42 ff_text_r8(&tr); in srt_probe()
H A Dmccdec.c41 ff_text_r8(&tr); in mcc_probe()

Completed in 3 milliseconds