Home
last modified time | relevance | path

Searched refs:first_timestamp (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/devel/p5-Parse-Win32Registry/Parse-Win32Registry-1.1/bin/
H A Dregtimeline.pl38 my $first_timestamp = 0;
49 $first_timestamp = $timestamp if $timestamp < $first_timestamp;
58 $first_timestamp = $last_timestamp - $period * 86400;
62 next if $timestamp < $first_timestamp;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_event.py75 first_timestamp=None, argument
119 if first_timestamp is not None:
120 self.first_timestamp = first_timestamp
243 def first_timestamp(self): member in V1Event
254 @first_timestamp.setter
255 def first_timestamp(self, first_timestamp): member in V1Event
265 self._first_timestamp = first_timestamp
/dports/devel/libfaketime/libfaketime-da77808/test/functests/
H A Dtest_exclude_mono.sh46 first_timestamp=$(get_token "${timestamps}" 1 ' ')
49 assertneq "${first_timestamp}" "${second_timestamp}" "${msg}"
57 first_timestamp=$(get_token "${timestamps}" 1 ' ')
60 asserteq "${first_timestamp}" "${second_timestamp}" "${msg}"
/dports/devel/kyua/kyua-0.13/utils/logging/
H A Doperations.cpp102 optional< datetime::timestamp > first_timestamp; member
178 if (!globals->first_timestamp) in generate_log_name()
179 globals->first_timestamp = datetime::timestamp::now(); in generate_log_name()
182 globals->first_timestamp.get().strftime(timestamp_format)); in generate_log_name()
202 if (!globals->first_timestamp) in log()
203 globals->first_timestamp = now; in log()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc45 current_timestamp_group_.first_timestamp = timestamp; in setCallback()
62 current_timestamp_group_.first_timestamp = timestamp; in setCallback()
85 current_timestamp_group_.first_timestamp; in setCallback()
100 current_timestamp_group_.first_timestamp; in setCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
94 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
117 current_timestamp_group_.first_timestamp; in PacketInOrder()
132 current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
92 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
115 current_timestamp_group_.first_timestamp; in PacketInOrder()
130 current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
94 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
117 current_timestamp_group_.first_timestamp; in PacketInOrder()
132 current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
94 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
117 current_timestamp_group_.first_timestamp; in PacketInOrder()
132 current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-audiodev/
H A Daudiotest.c39 pj_uint32_t first_timestamp; member
79 strm_data->first_timestamp = frame->timestamp.u32.lo; in play_cb()
120 strm_data->first_timestamp = frame->timestamp.u32.lo; in rec_cb()
246 test_data.playback_data.first_timestamp; in pjmedia_aud_test()
248 test_data.capture_data.first_timestamp; in pjmedia_aud_test()
259 test_data.capture_data.first_timestamp) * 1000 / in pjmedia_aud_test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
95 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
119 timestamp - current_timestamp_group_.first_timestamp; in PacketInOrder()
134 timestamp - current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
95 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
119 timestamp - current_timestamp_group_.first_timestamp; in PacketInOrder()
134 timestamp - current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
95 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
119 timestamp - current_timestamp_group_.first_timestamp; in PacketInOrder()
134 timestamp - current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
95 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
119 timestamp - current_timestamp_group_.first_timestamp; in PacketInOrder()
134 timestamp - current_timestamp_group_.first_timestamp; in NewTimestampGroup()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dvrframedata.rs31 first_timestamp: Cell<f64> field
44 first_timestamp: Cell::new(0.0) in new_inherited()
107 if self.first_timestamp.get() == 0.0 { in update()
108 self.first_timestamp.set(data.timestamp); in update()
116 Finite::wrap(self.timestamp.get() - self.first_timestamp.get()) in Timestamp()
/dports/net-im/farstream/farstream-0.2.9/gst/fsrtpconference/
H A Dtfrc.c511 guint64 first_timestamp; member
662 if (max_index >= 0 && current->first_timestamp < in calculate_loss_event_rate()
694 current->first_timestamp - prev->last_timestamp, in calculate_loss_event_rate()
706 while (start_ts <= current->first_timestamp) { in calculate_loss_event_rate()
711 if (current->first_timestamp == prev->last_timestamp) { in calculate_loss_event_rate()
726 current->first_timestamp - prev->last_timestamp); in calculate_loss_event_rate()
742 g_assert (start_ts > current->first_timestamp); in calculate_loss_event_rate()
893 current->first_timestamp = timestamp; in tfrc_receiver_got_packet()
895 } else if (seqnum < current->first_timestamp && in tfrc_receiver_got_packet()
924 newest->last_timestamp - oldest->first_timestamp < in tfrc_receiver_got_packet()
[all …]
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dacknowledgements.pl97 my $first_timestamp = qx(git log -1 --pretty=format:%ct --summary $since);
100 die "Missing first timestamp" unless $first_timestamp;
103 my $seconds = localtime($last_timestamp) - localtime($first_timestamp);
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dacknowledgements.pl97 my $first_timestamp = qx(git log -1 --pretty=format:%ct --summary $since);
100 die "Missing first timestamp" unless $first_timestamp;
103 my $seconds = localtime($last_timestamp) - localtime($first_timestamp);
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dacknowledgements.pl97 my $first_timestamp = qx(git log -1 --pretty=format:%ct --summary $since);
100 die "Missing first timestamp" unless $first_timestamp;
103 my $seconds = localtime($last_timestamp) - localtime($first_timestamp);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dacknowledgements.pl97 my $first_timestamp = qx(git log -1 --pretty=format:%ct --summary $since);
100 die "Missing first timestamp" unless $first_timestamp;
103 my $seconds = localtime($last_timestamp) - localtime($first_timestamp);
/dports/devel/libewf/libewf-20140812/libcdatetime/
H A Dlibcdatetime_timestamp.c325 libcdatetime_timestamp_t *first_timestamp, in libcdatetime_timestamp_get_delta_in_seconds() argument
335 if( first_timestamp == NULL ) in libcdatetime_timestamp_get_delta_in_seconds()
346 internal_first_timestamp = (libcdatetime_internal_timestamp_t *) first_timestamp; in libcdatetime_timestamp_get_delta_in_seconds()
453 libcdatetime_timestamp_t *first_timestamp, in libcdatetime_timestamp_get_delta_in_seconds() argument
463 if( first_timestamp == NULL ) in libcdatetime_timestamp_get_delta_in_seconds()
474 internal_first_timestamp = (libcdatetime_internal_timestamp_t *) first_timestamp; in libcdatetime_timestamp_get_delta_in_seconds()
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap-rtp-analysis.c187 statinfo->first_timestamp = rtpinfo->info_timestamp; in rtppacket_analyse()
247 if ((statinfo->first_timestamp <= rtpinfo->info_timestamp) && in rtppacket_analyse()
248 TIMESTAMP_DIFFERENCE(statinfo->first_timestamp, rtpinfo->info_timestamp) < 0x80000000) { in rtppacket_analyse()
251 } else if ((statinfo->first_timestamp > rtpinfo->info_timestamp) && in rtppacket_analyse()
252 …(TIMESTAMP_DIFFERENCE(0x00000000,statinfo->first_timestamp) + TIMESTAMP_DIFFERENCE(rtpinfo->info_t… in rtppacket_analyse()
368 …ominaltime = (double)(guint32_wraparound_diff(rtpinfo->info_timestamp, statinfo->first_timestamp)); in rtppacket_analyse()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap-rtp-analysis.c187 statinfo->first_timestamp = rtpinfo->info_timestamp; in rtppacket_analyse()
247 if ((statinfo->first_timestamp <= rtpinfo->info_timestamp) && in rtppacket_analyse()
248 TIMESTAMP_DIFFERENCE(statinfo->first_timestamp, rtpinfo->info_timestamp) < 0x80000000) { in rtppacket_analyse()
251 } else if ((statinfo->first_timestamp > rtpinfo->info_timestamp) && in rtppacket_analyse()
252 …(TIMESTAMP_DIFFERENCE(0x00000000,statinfo->first_timestamp) + TIMESTAMP_DIFFERENCE(rtpinfo->info_t… in rtppacket_analyse()
368 …ominaltime = (double)(guint32_wraparound_diff(rtpinfo->info_timestamp, statinfo->first_timestamp)); in rtppacket_analyse()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap-rtp-analysis.c187 statinfo->first_timestamp = rtpinfo->info_timestamp; in rtppacket_analyse()
247 if ((statinfo->first_timestamp <= rtpinfo->info_timestamp) && in rtppacket_analyse()
248 TIMESTAMP_DIFFERENCE(statinfo->first_timestamp, rtpinfo->info_timestamp) < 0x80000000) { in rtppacket_analyse()
251 } else if ((statinfo->first_timestamp > rtpinfo->info_timestamp) && in rtppacket_analyse()
252 …(TIMESTAMP_DIFFERENCE(0x00000000,statinfo->first_timestamp) + TIMESTAMP_DIFFERENCE(rtpinfo->info_t… in rtppacket_analyse()
368 …ominaltime = (double)(guint32_wraparound_diff(rtpinfo->info_timestamp, statinfo->first_timestamp)); in rtppacket_analyse()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtap-rtp-analysis.c187 statinfo->first_timestamp = rtpinfo->info_timestamp; in rtppacket_analyse()
247 if ((statinfo->first_timestamp <= rtpinfo->info_timestamp) && in rtppacket_analyse()
248 TIMESTAMP_DIFFERENCE(statinfo->first_timestamp, rtpinfo->info_timestamp) < 0x80000000) { in rtppacket_analyse()
251 } else if ((statinfo->first_timestamp > rtpinfo->info_timestamp) && in rtppacket_analyse()
252 …(TIMESTAMP_DIFFERENCE(0x00000000,statinfo->first_timestamp) + TIMESTAMP_DIFFERENCE(rtpinfo->info_t… in rtppacket_analyse()
368 …ominaltime = (double)(guint32_wraparound_diff(rtpinfo->info_timestamp, statinfo->first_timestamp)); in rtppacket_analyse()

12345678910>>...18