Home
last modified time | relevance | path

Searched refs:initial_timestamp (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/map_matching/
H A Dhidden_markov_model.hpp91 void Clear(std::size_t initial_timestamp) in Clear()
116 viterbi[initial_timestamp][s] = emission_log_probabilities[initial_timestamp][s]; in initialize()
117 parents[initial_timestamp][s] = std::make_pair(initial_timestamp, s); in initialize()
118 pruned[initial_timestamp][s] = viterbi[initial_timestamp][s] < MINIMAL_LOG_PROB; in initialize()
121 breakage[initial_timestamp] && pruned[initial_timestamp][s]; in initialize()
124 ++initial_timestamp; in initialize()
125 } while (initial_timestamp < num_points && breakage[initial_timestamp - 1]); in initialize()
127 if (initial_timestamp >= num_points) in initialize()
132 BOOST_ASSERT(initial_timestamp > 0); in initialize()
133 --initial_timestamp; in initialize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/hats/
H A Dhats_finch_helper_unittest.cc128 int64_t initial_timestamp = base::Time::Now().ToInternalValue(); in TEST_F() local
132 initial_timestamp); in TEST_F()
144 initial_timestamp); in TEST_F()
152 int64_t initial_timestamp = base::Time::Now().ToInternalValue(); in TEST_F() local
156 initial_timestamp); in TEST_F()
158 initial_timestamp); in TEST_F()
170 initial_timestamp); in TEST_F()
172 initial_timestamp); in TEST_F()
H A Dhats_notification_controller_unittest.cc91 int64_t initial_timestamp = base::Time::Now().ToInternalValue(); in TEST_F() local
94 initial_timestamp); in TEST_F()
105 base::Time::FromInternalValue(initial_timestamp)); in TEST_F()
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/
H A DDTMF.pm146 my $initial_timestamp;
152 if ( ! $initial_timestamp ) {
153 $initial_timestamp = $timestamp;
173 $initial_timestamp,
177 $timestamp > $initial_timestamp
178 ? $timestamp - $initial_timestamp
179 : 0x10000 - $initial_timestamp + $timestamp,
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dauth_token.c179 int64_t initial_timestamp = timestamp; in generate_auth_token() local
210 initial_timestamp = *tstamp_ptr; in generate_auth_token()
248 hmac_ctx_update(ctx, (uint8_t *) &initial_timestamp, sizeof(initial_timestamp)); in generate_auth_token()
257 ASSERT(buf_write(&token, &initial_timestamp, sizeof(initial_timestamp))); in generate_auth_token()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dauth_token.c180 int64_t initial_timestamp = timestamp; in generate_auth_token() local
211 initial_timestamp = *tstamp_ptr; in generate_auth_token()
250 hmac_ctx_update(ctx, (uint8_t *) &initial_timestamp, sizeof(initial_timestamp)); in generate_auth_token()
259 ASSERT(buf_write(&token, &initial_timestamp, sizeof(initial_timestamp))); in generate_auth_token()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dauth_token.c180 int64_t initial_timestamp = timestamp; in generate_auth_token() local
211 initial_timestamp = *tstamp_ptr; in generate_auth_token()
250 hmac_ctx_update(ctx, (uint8_t *) &initial_timestamp, sizeof(initial_timestamp)); in generate_auth_token()
259 ASSERT(buf_write(&token, &initial_timestamp, sizeof(initial_timestamp))); in generate_auth_token()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/parent_access_code/
H A Dauthenticator_unittest.cc80 base::Time initial_timestamp; in TEST_F() local
82 base::Time::FromString("14 Jan 2019 15:00:00 PST", &initial_timestamp)); in TEST_F()
85 base::Optional<AccessCode> first_code = gen.Generate(initial_timestamp); in TEST_F()
86 ASSERT_NO_FATAL_FAILURE(Verify(first_code, initial_timestamp)); in TEST_F()
91 const base::Time timestamp = initial_timestamp - i * kDefaultCodeValidity; in TEST_F()
98 const base::Time timestamp = initial_timestamp + i * kDefaultCodeValidity; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h102 uint32_t initial_timestamp, in NackElement()
105 estimated_timestamp(initial_timestamp), in NackElement()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/neteq/
H A Dnack_tracker.h102 uint32_t initial_timestamp, in NackElement()
105 estimated_timestamp(initial_timestamp), in NackElement()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h102 uint32_t initial_timestamp, in NackElement()
105 estimated_timestamp(initial_timestamp), in NackElement()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h99 uint32_t initial_timestamp, in NackElement()
102 estimated_timestamp(initial_timestamp), in NackElement()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/main/acm2/
H A Dnack.h102 uint32_t initial_timestamp, in NackElement()
105 estimated_timestamp(initial_timestamp), in NackElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h102 uint32_t initial_timestamp, in NackElement()
105 estimated_timestamp(initial_timestamp), in NackElement()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h99 uint32_t initial_timestamp, in NackElement()
102 estimated_timestamp(initial_timestamp), in NackElement()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h99 uint32_t initial_timestamp, in NackElement()
102 estimated_timestamp(initial_timestamp), in NackElement()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.h99 uint32_t initial_timestamp, in NackElement()
102 estimated_timestamp(initial_timestamp), in NackElement()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnack.h100 uint32_t initial_timestamp, in NackElement()
103 estimated_timestamp(initial_timestamp), in NackElement()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcdepay.c279 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
282 initial_timestamp = in gst_rtp_sbc_depay_process()
287 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
294 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()

12345