/third_party/ffmpeg/tools/ |
D | seek_print.c | 49 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/ |
D | concatdec.c | 653 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 …]
|
D | subviewer1dec.c | 102 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()
|
D | vplayerdec.c | 107 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()
|
D | pjsdec.c | 117 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()
|
D | aqtitledec.c | 112 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()
|
D | stldec.c | 119 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()
|
D | mpl2dec.c | 134 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()
|
D | samidec.c | 131 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()
|
D | mpeg.c | 927 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()
|
D | subtitles.c | 256 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()
|
D | assdec.c | 178 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()
|
D | realtextdec.c | 139 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()
|
D | microdvddec.c | 177 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()
|
D | sccdec.c | 190 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()
|
D | mpsubdec.c | 182 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()
|
D | subviewerdec.c | 192 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()
|
D | webvttdec.c | 180 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()
|
D | mccdec.c | 213 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()
|
D | srtdec.c | 223 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()
|
D | lrcdec.c | 230 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()
|
D | jacosubdec.c | 275 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()
|
D | subtitles.h | 139 int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
|
D | tedcaptionsdec.c | 349 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/ |
D | tu_kgsl.c | 301 min_ts(uint32_t a, uint32_t b) in min_ts() function 325 ret.timestamp = min_ts(ret.timestamp, sync->timestamp); in sync_merge()
|