Searched refs:ff_subtitles_queue_seek (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | subtitles.h | 139 int ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index,
|
H A D | aqtitledec.c | 113 return ff_subtitles_queue_seek(&aqt->q, s, stream_index, in aqt_read_seek()
|
H A D | microdvddec.c | 175 return ff_subtitles_queue_seek(µdvd->q, s, stream_index, in microdvd_read_seek()
|
H A D | subtitles.c | 253 int ff_subtitles_queue_seek(FFDemuxSubtitlesQueue *q, AVFormatContext *s, int stream_index, in ff_subtitles_queue_seek() function 341 return ff_subtitles_queue_seek(q, s, stream_index, in ff_subtitles_read_seek()
|
H A D | webvttdec.c | 181 return ff_subtitles_queue_seek(&webvtt->q, s, stream_index, in webvtt_read_seek()
|
H A D | tedcaptionsdec.c | 354 return ff_subtitles_queue_seek(&tc->subs, avf, stream_index, in tedcaptions_read_seek()
|
H A D | mpeg.c | 1019 int r = ff_subtitles_queue_seek(&vobsub->q[i], s, stream_index, in vobsub_read_seek() 1029 return ff_subtitles_queue_seek(&vobsub->q[stream_index], s, stream_index, in vobsub_read_seek()
|
Completed in 5 milliseconds