Home
last modified time | relevance | path

Searched refs:cur_timestamp (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpcp/src/
H A Dpcp_logger.c67 struct timeval cur_timestamp; in default_logfn() local
70 gettimeofday(&cur_timestamp, NULL); in default_logfn()
73 prev_timestamp=cur_timestamp; in default_logfn()
76 diff=(cur_timestamp.tv_sec - prev_timestamp.tv_sec) * 1000000 in default_logfn()
77 + (cur_timestamp.tv_usec - prev_timestamp.tv_usec); in default_logfn()
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_loaders/webp/
H A Devas_image_load_webp.c114 int pre_timestamp, int cur_timestamp) in _new_frame() argument
130 frame->timestamp = cur_timestamp; in _new_frame()
131 frame->delay = ((double)(cur_timestamp - pre_timestamp)/1000.0); in _new_frame()
210 int cur_timestamp = 0; in evas_image_load_file_head_webp() local
225 if (!WebPAnimDecoderGetNext(dec, &buf, &cur_timestamp)) in evas_image_load_file_head_webp()
232 pre_timestamp, cur_timestamp); in evas_image_load_file_head_webp()
233 pre_timestamp = cur_timestamp; in evas_image_load_file_head_webp()
/dports/emulators/cemu/CEmu-1.3/gui/qt/deploy-scripts/
H A Dappveyor_helper.py535 def upload_snapshot(filename, cur_timestamp, snap_base_fn, bintray_api_username, bintray_api_key, e… argument
536 cur_date = cur_timestamp.split("_")[0]
624 cur_timestamp = time.strftime("%Y%m%d_%H%M%S")
625 snap_base_fn = "cemu-%s-git-%s" % (cur_timestamp, git_rev)
751 …upload_snapshot(cemu_win32_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintray_api_…
752 …upload_snapshot(cemu_win64_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintray_api_…
754 …upload_snapshot(cemu_win32_debug_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintra…
755 …upload_snapshot(cemu_win64_debug_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintra…
757 …upload_snapshot(cemu_win32_static_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintr…
758 …upload_snapshot(cemu_win64_static_zip_fn, cur_timestamp, snap_base_fn, bintray_api_username, bintr…
[all …]
/dports/comms/smstools3/smstools3/scripts/
H A Dregular_run59 cur_timestamp=`date +%s`
61 time_diff=`expr $cur_timestamp - $msg_timestamp`
106 cur_timestamp=`date +%s`
108 time_diff=$(($schedule_timestamp - $cur_timestamp))
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Daudio.c328 long cur_timestamp = 0; in audio_detect_bpm() local
330 while ((cur_timestamp + (long) block_sz) < in audio_detect_bpm()
334 &src[cur_timestamp], in audio_detect_bpm()
340 cur_timestamp, samplerate); in audio_detect_bpm()
361 cur_timestamp += (long) step_sz; in audio_detect_bpm()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
H A Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
H A Drtpenc_aac.c46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
63 s->timestamp = s->cur_timestamp; in ff_rtp_send_aac()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
H A Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
H A Drtpenc_aac.c46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
63 s->timestamp = s->cur_timestamp; in ff_rtp_send_aac()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
H A Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
H A Drtpenc_aac.c46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
63 s->timestamp = s->cur_timestamp; in ff_rtp_send_aac()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
H A Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
92 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
114 s->timestamp = s->cur_timestamp; in ff_rtp_send_xiph()
H A Drtpenc.c123 s->cur_timestamp = 0; in rtp_write_header()
377 s->timestamp = s->cur_timestamp + n * 8 / sample_size_bits; in rtp_send_samples()
401 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
449 s->timestamp = s->cur_timestamp; in rtp_send_raw()
464 s->timestamp = s->cur_timestamp; in rtp_send_mpegts_raw()
492 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
500 s->timestamp = s->cur_timestamp; in rtp_send_ilbc()
507 s->cur_timestamp += frame_duration; in rtp_send_ilbc()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
58 s->timestamp = s->cur_timestamp; in ff_rtp_send_amr()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Drtpenc.c62 s->cur_timestamp = 0; in rtp_write_header()
189 s->timestamp = s->cur_timestamp + n / sample_size; in rtp_send_samples()
214 s->timestamp = s->cur_timestamp; in rtp_send_mpegaudio()
262 s->timestamp = s->cur_timestamp; in rtp_send_raw()
316 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dltc_slave.cc498 samplepos_t cur_timestamp = sample.off_end + 1; in process_ltc() local
501 …st-timestamp: %4 frame-spans %5..%6\n", ltc_sample, current.position, cur_timestamp, current.times… in process_ltc()
503 if (cur_timestamp <= current.timestamp || current.timestamp == 0) { in process_ltc()
506 ltc_speed = double (ltc_sample - current.position) / double (cur_timestamp - current.timestamp); in process_ltc()
517 …: %1 (moved %2 in %3\n", ltc_speed, (ltc_sample - current.position), (cur_timestamp - current.time… in process_ltc()
519 …DEBUG::LTC, string_compose ("update current to %1 %2 %3\n", ltc_sample, cur_timestamp, ltc_speed)); in process_ltc()
520 current.update (ltc_sample, cur_timestamp, ltc_speed); in process_ltc()

1234567