Searched refs:read_seek2 (Results 1 - 25 of 25) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | vplayerdec.c | 107 .read_seek2 = ff_subtitles_read_seek,
|
H A D | subviewer1dec.c | 102 .read_seek2 = ff_subtitles_read_seek,
|
H A D | aqtitledec.c | 146 .read_seek2 = aqt_read_seek,
|
H A D | mpl2dec.c | 134 .read_seek2 = ff_subtitles_read_seek,
|
H A D | stldec.c | 120 .read_seek2 = ff_subtitles_read_seek,
|
H A D | pjsdec.c | 117 .read_seek2 = ff_subtitles_read_seek,
|
H A D | samidec.c | 129 .read_seek2 = ff_subtitles_read_seek,
|
H A D | sccdec.c | 159 .read_seek2 = ff_subtitles_read_seek,
|
H A D | mpsubdec.c | 181 .read_seek2 = ff_subtitles_read_seek,
|
H A D | realtextdec.c | 139 .read_seek2 = ff_subtitles_read_seek,
|
H A D | microdvddec.c | 209 .read_seek2 = microdvd_read_seek,
|
H A D | assdec.c | 170 .read_seek2 = ff_subtitles_read_seek,
|
H A D | subviewerdec.c | 197 .read_seek2 = ff_subtitles_read_seek,
|
H A D | seek.c | 639 if (s->iformat->read_seek2 && !s->iformat->read_seek) { in av_seek_frame() 669 if (s->iformat->read_seek2) { in avformat_seek_file() 685 ret = s->iformat->read_seek2(s, stream_index, min_ts, in avformat_seek_file()
|
H A D | jacosubdec.c | 267 .read_seek2 = ff_subtitles_read_seek,
|
H A D | srtdec.c | 222 .read_seek2 = ff_subtitles_read_seek,
|
H A D | mccdec.c | 212 .read_seek2 = ff_subtitles_read_seek,
|
H A D | webvttdec.c | 219 .read_seek2 = webvtt_read_seek,
|
H A D | lrcdec.c | 230 .read_seek2 = ff_subtitles_read_seek
|
H A D | tedcaptionsdec.c | 368 .read_seek2 = tedcaptions_read_seek,
|
H A D | avformat.h | 783 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); member
|
H A D | imfdec.c | 1008 .read_seek2 = imf_seek,
|
H A D | mpeg.c | 1053 .read_seek2 = vobsub_read_seek,
|
H A D | concatdec.c | 947 .read_seek2 = concat_seek,
|
H A D | sbgdec.c | 1553 .read_seek2 = sbg_read_seek2,
|
Completed in 21 milliseconds