Home
last modified time | relevance | path

Searched refs:min_ts (Results 1 – 25 of 32) sorted by relevance

12

/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/ffmpeg/libavformat/
Dconcatdec.c653 int64_t *min_ts, int64_t *ts, int64_t *max_ts) in rescale_interval() argument
656 *min_ts = av_rescale_q_rnd(*min_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
669 min_ts = min_ts == INT64_MIN ? INT64_MIN : min_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()
725 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); 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()
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()
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()
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()
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()
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()
Dmpeg.c927 int64_t min_ts = INT64_MAX; in vobsub_read_packet() local
938 if (ts < min_ts) { in vobsub_read_packet()
939 min_ts = ts; in vobsub_read_packet()
999 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in vobsub_read_seek() argument
1010 min_ts = av_rescale_rnd(min_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()
Dsubtitles.c256 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in ff_subtitles_queue_seek() argument
270 for (i = idx; i < q->nb_subs && q->subs[i]->pts < min_ts; i++) in ff_subtitles_queue_seek()
278 if (ts_selected < min_ts || ts_selected > max_ts) in ff_subtitles_queue_seek()
287 if (pts >= min_ts && pts > ts_selected - q->subs[i]->duration) in ff_subtitles_queue_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()
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()
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()
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()
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()
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()
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()
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.h139 int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
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/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c301 min_ts(uint32_t a, uint32_t b) in min_ts() function
325 ret.timestamp = min_ts(ret.timestamp, sync->timestamp); in sync_merge()

12