Home
last modified time | relevance | path

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

12345678910>>...14

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsched_m2.c70 static u_int max_ts; /* Maximal time-slice */ variable
90 max_ts = mstohz(150); /* ~150 ms */ in sched_rqinit()
112 ts_map[p] = max_ts - in sched_precalcts()
113 (p * 100 / (PRI_TS_COUNT - 1) * (max_ts - min_ts) / 100); in sched_precalcts()
276 KASSERT(l->l_sched.timeslice <= max_ts); in sched_oncpu()
368 if (newsize < 1 || newsize > hz || newsize >= max_ts) in sysctl_sched_mints()
395 newsize = hztoms(max_ts); in sysctl_sched_maxts()
408 max_ts = newsize; in sysctl_sched_maxts()
446 sysctl_sched_maxts, 0, &max_ts, 0,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dconcatdec.c529 int64_t *min_ts, int64_t *ts, int64_t *max_ts) in rescale_interval() argument
534 *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out, in rescale_interval()
539 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in try_seek() argument
546 max_ts = max_ts == INT64_MAX ? INT64_MAX : max_ts - t0; in try_seek()
551 &min_ts, &ts, &max_ts); in try_seek()
553 return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); in try_seek()
566 &min_ts, &ts, &max_ts); in real_seek()
582 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
585 cat->files[left + 1].start_time < max_ts) { in real_seek()
588 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dconcatdec.c529 int64_t *min_ts, int64_t *ts, int64_t *max_ts) in rescale_interval() argument
534 *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out, in rescale_interval()
539 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in try_seek() argument
546 max_ts = max_ts == INT64_MAX ? INT64_MAX : max_ts - t0; in try_seek()
551 &min_ts, &ts, &max_ts); in try_seek()
553 return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); in try_seek()
566 &min_ts, &ts, &max_ts); in real_seek()
582 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
585 cat->files[left + 1].start_time < max_ts) { in real_seek()
588 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/chapters/
H A Dchapters.h60 parse(const std::string &file_name, int64_t min_ts = 0, int64_t max_ts = -1, int64_t offset = 0, mt…
64 parse(mm_text_io_c *io, int64_t min_ts = 0, int64_t max_ts = -1, int64_t offset = 0, mtx::bcp47::la…
68 mtx::chapters::kax_cptr parse_simple(mm_text_io_c *in, int64_t min_ts, int64_t max_ts, int64_t offs…
75 mtx::chapters::kax_cptr parse_cue(mm_text_io_c *in, int64_t min_ts, int64_t max_ts, int64_t offset,…
79 bool select_in_timeframe(libmatroska::KaxChapters *chapters, int64_t min_ts, int64_t max_ts, int64_…
H A Dchapters.cpp253 int64_t max_ts, in parse_simple() argument
327 if ((start >= min_ts) && ((start <= max_ts) || (max_ts == -1))) { in parse_simple()
393 int64_t max_ts, in parse() argument
468 int64_t max_ts, in parse() argument
667 int64_t max_ts, in remove_entries() argument
732 || ((max_ts >= 0) && (entries[i].start > max_ts))) in remove_entries()
757 if ((max_ts >= 0) && (end_ts > max_ts)) in remove_entries()
758 end_ts = max_ts; in remove_entries()
766 remove_entries(min_ts, max_ts, offset, *m2); in remove_entries()
909 int64_t max_ts, in select_in_timeframe() argument
[all …]
H A Dcue_parser.cpp114 int64_t max_ts{}; member
276 if (!((a.start_indices[0] >= a.min_ts) && ((a.start_indices[0] <= a.max_ts) || (a.max_ts == -1)))) in add_elements_for_cue_entry()
343 int64_t max_ts, in parse_cue() argument
362 a.max_ts = max_ts; in parse_cue()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A 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()
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()
725 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A 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()
690 &min_ts, &ts, &max_ts); in real_seek()
710 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
713 cat->files[left + 1].start_time < max_ts) { in real_seek()
718 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
H A Dsubviewer1dec.c100 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in subviewer1_read_seek() argument
104 min_ts, ts, max_ts, flags); in subviewer1_read_seek()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A 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()
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()
725 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dconcatdec.c654 int64_t *min_ts, int64_t *ts, int64_t *max_ts) in rescale_interval() argument
659 *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out, in rescale_interval()
664 int64_t min_ts, int64_t ts, int64_t max_ts, int flags) in try_seek() argument
671 max_ts = max_ts == INT64_MAX ? INT64_MAX : max_ts - t0; in try_seek()
676 &min_ts, &ts, &max_ts); in try_seek()
678 return avformat_seek_file(cat->avf, stream, min_ts, ts, max_ts, flags); in try_seek()
691 &min_ts, &ts, &max_ts); in real_seek()
718 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
721 cat->files[left + 1].start_time < max_ts) { in real_seek()
726 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A 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()
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()
725 ret = try_seek(avf, stream, min_ts, ts, max_ts, flags); in real_seek()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A 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()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dseek_print.c49 int64_t min_ts, max_ts, ts; in main() local
93 &stream, &min_ts, &ts, &max_ts, &flags) == 5) { in main()
94 ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags); in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A 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()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dseek_print.c49 int64_t min_ts, max_ts, ts; in main() local
93 &stream, &min_ts, &ts, &max_ts, &flags) == 5) { in main()
94 ret = avformat_seek_file(avf, stream, min_ts, ts, max_ts, flags); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/tracing/tracing_build/
H A Dsnapdragon2trace.py79 max_ts = 0
94 max_ts = max(ts + (event['dur'] if 'dur' in event else 0), max_ts)
105 if ts < min_ts or ts > max_ts:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/tracing/tracing_build/
H A Dsnapdragon2trace.py79 max_ts = 0
94 max_ts = max(ts + (event['dur'] if 'dur' in event else 0), max_ts)
105 if ts < min_ts or ts > max_ts:
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/schema/main/delta/37/
H A Duser_threepids.sql35 SELECT lower(u1.address) AS address, max(u1.added_at) AS max_ts
43 AND u.added_at != max_ts -- NOT the most recently created
/dports/www/py-django-advanced-filters/django-advanced-filters-1.3.0/advanced_filters/
H A Dq_serializer.py19 max_ts = time.mktime((3000,) + (0,) * 8) # avoid OverflowError on windows
21 max_ts = time.mktime((2038,) + (0,) * 8) # limit 32bits variable
50 qtuple[1][1] = qtuple[1][1] or max_ts
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/Collector/
H A DRRDStorage.pm438 my $max_ts = 0;
463 if( $timestamp > $max_ts )
465 $max_ts = $timestamp;
486 if( ($max_ts - $avg_ts) > $Torrus::Global::RRDTimestampTolerance )
/dports/www/seahub/seahub-8.0.7-server/seahub/utils/
H A Dtimeutils.py52 max_ts = (1 << 31) - 1
53 if min_ts <= timestamp <= max_ts:

12345678910>>...14