Home
last modified time | relevance | path

Searched refs:max_ts (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dconcatdec.c653 int64_t *min_ts, int64_t *ts, int64_t *max_ts) in rescale_interval() argument
658 *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out, in rescale_interval()
663 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in try_seek() argument
670 max_ts = max_ts == INT64_MAX ? INT64_MAX : max_ts - t0; in try_seek()
675 &min_ts, &ts, &max_ts); in try_seek()
677 return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); in try_seek()
681 … int64_t min_ts, int64_t ts, int64_t max_ts, int flags, AVFormatContext *cur_avf) in real_seek() argument
690 &min_ts, &ts, &max_ts); in real_seek()
717 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
720 cat->files[left + 1].start_time < max_ts) { in real_seek()
[all …]
Dsubviewer1dec.c102 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in subviewer1_read_seek() argument
106 min_ts, ts, max_ts, flags); in subviewer1_read_seek()
Dpjsdec.c117 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in pjs_read_seek() argument
121 min_ts, ts, max_ts, flags); in pjs_read_seek()
Dvplayerdec.c107 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in vplayer_read_seek() argument
111 min_ts, ts, max_ts, flags); in vplayer_read_seek()
Dstldec.c119 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in stl_read_seek() argument
123 min_ts, ts, max_ts, flags); in stl_read_seek()
Daqtitledec.c112 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in aqt_read_seek() argument
116 min_ts, ts, max_ts, flags); in aqt_read_seek()
Dmpl2dec.c134 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in mpl2_read_seek() argument
138 min_ts, ts, max_ts, flags); in mpl2_read_seek()
Dsamidec.c131 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in sami_read_seek() argument
135 min_ts, ts, max_ts, flags); in sami_read_seek()
Drealtextdec.c139 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in realtext_read_seek() argument
143 min_ts, ts, max_ts, flags); in realtext_read_seek()
Dassdec.c178 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in ass_read_seek() argument
182 min_ts, ts, max_ts, flags); in ass_read_seek()
Dmicrodvddec.c177 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in microdvd_read_seek() argument
181 min_ts, ts, max_ts, flags); in microdvd_read_seek()
Dsccdec.c190 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in scc_read_seek() argument
194 min_ts, ts, max_ts, flags); in scc_read_seek()
Dmpsubdec.c182 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in mpsub_read_seek() argument
186 min_ts, ts, max_ts, flags); in mpsub_read_seek()
Dwebvttdec.c180 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in webvtt_read_seek() argument
184 min_ts, ts, max_ts, flags); in webvtt_read_seek()
Dsubviewerdec.c192 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in subviewer_read_seek() argument
196 min_ts, ts, max_ts, flags); in subviewer_read_seek()
Dlrcdec.c230 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in lrc_read_seek() argument
234 min_ts, ts, max_ts, flags); in lrc_read_seek()
Dmccdec.c213 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in mcc_read_seek() argument
217 min_ts, ts, max_ts, flags); in mcc_read_seek()
Dsrtdec.c223 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in srt_read_seek() argument
227 min_ts, ts, max_ts, flags); in srt_read_seek()
Djacosubdec.c275 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in jacosub_read_seek() argument
279 min_ts, ts, max_ts, flags); in jacosub_read_seek()
Dsubtitles.c256 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in ff_subtitles_queue_seek() argument
273 for (i = idx; i > 0 && q->subs[i]->pts > max_ts; i--) in ff_subtitles_queue_seek()
278 if (ts_selected < min_ts || ts_selected > max_ts) in ff_subtitles_queue_seek()
Dsubtitles.h139 int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
Dmpeg.c999 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in vobsub_read_seek() argument
1013 max_ts = av_rescale_rnd(max_ts, time_base.den, in vobsub_read_seek()
1018 min_ts, ts, max_ts, flags); in vobsub_read_seek()
1028 min_ts, ts, max_ts, flags); in vobsub_read_seek()
Dtedcaptionsdec.c349 int64_t min_ts, int64_t ts, int64_t max_ts, in tedcaptions_read_seek() argument
354 min_ts, ts, max_ts, flags); in tedcaptions_read_seek()
/third_party/ffmpeg/tools/
Dseek_print.c49 int64_t min_ts, max_ts, ts; in main() local
92 &stream, &min_ts, &ts, &max_ts, &flags) == 5) { in main()
93 ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags); in main()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c59 GstClockTime max_ts; member
180 && ts > (GstClockTimeDiff) part_pad->max_ts) { in handle_buffer_measuring()
181 part_pad->max_ts = ts; in handle_buffer_measuring()
184 GST_TIME_ARGS (part_pad->max_ts)); in handle_buffer_measuring()
410 reader->prep_state, GST_TIME_ARGS (part_pad->max_ts)); in splitmux_part_pad_event()
1248 if (!part_pad->is_sparse && part_pad->max_ts < ret) in gst_splitmux_part_reader_get_end_offset()
1249 ret = part_pad->max_ts; in gst_splitmux_part_reader_get_end_offset()

12