Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_timestamp.cpp194 BigInteger last_timestamp; in CASSANDRA_INTEGRATION_TEST_F() local
201 if (!last_timestamp.is_null()) { // All timestamps in the batch should be equal in CASSANDRA_INTEGRATION_TEST_F()
202 EXPECT_EQ(timestamp, last_timestamp); in CASSANDRA_INTEGRATION_TEST_F()
204 last_timestamp = timestamp; in CASSANDRA_INTEGRATION_TEST_F()
221 BigInteger last_timestamp; in CASSANDRA_INTEGRATION_TEST_F() local
229 if (!last_timestamp.is_null()) { in CASSANDRA_INTEGRATION_TEST_F()
230 EXPECT_NE(last_timestamp, timestamp); in CASSANDRA_INTEGRATION_TEST_F()
231 EXPECT_GT(timestamp, last_timestamp); // Monotonic timestamps should be always increasing in CASSANDRA_INTEGRATION_TEST_F()
233 last_timestamp = timestamp; in CASSANDRA_INTEGRATION_TEST_F()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/tests/snabb/
H A Dcapturecallback.cpp52 this->last_timestamp = 0; in token_bucket_t()
74 this->last_timestamp = (double)rte_rdtsc() / system_tsc_resolution_hz; in set_rate()
79 double interval = (current_time - this->last_timestamp); in consume()
82 …our TSC is buggy, we have last %llu and current time: %llu\n", this->last_timestamp, current_time); in consume()
85 this->last_timestamp = current_time; in consume()
101 double last_timestamp; member in token_bucket_t
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_event.py78 last_timestamp=None, argument
124 if last_timestamp is not None:
125 self.last_timestamp = last_timestamp
323 def last_timestamp(self): member in V1Event
333 @last_timestamp.setter
334 def last_timestamp(self, last_timestamp): member in V1Event
343 self._last_timestamp = last_timestamp
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmtimer.cc42 const double last_timestamp = timestamp;
45 if (timestamp > last_timestamp && timestamp > 0 && last_timestamp > 0)
47 running_ms += (timestamp - last_timestamp) * 1000;
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_forecast.php72 $last_timestamp = get_system_time();
96 $data[8] = $utimestamp - $last_timestamp;
106 $last_timestamp = $utimestamp;
188 $limit_timestamp = $last_timestamp + $prediction_period;
190 $current_ts = $last_timestamp;
245 if ($current_ts - $last_timestamp >= 94608000) {
/dports/devel/p5-Parse-Win32Registry/Parse-Win32Registry-1.1/bin/
H A Dregtimeline.pl39 my $last_timestamp = 0;
50 $last_timestamp = $timestamp if $timestamp > $last_timestamp;
58 $first_timestamp = $last_timestamp - $period * 86400;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dproducer_fec_unittest.cc69 uint32_t last_timestamp = 0; in TEST_F() local
76 last_timestamp = rtp_packet->header.header.timestamp; in TEST_F()
86 VerifyHeader(seq_num, last_timestamp, in TEST_F()
109 uint32_t last_timestamp = 0; in TEST_F() local
118 last_timestamp = rtp_packet->header.header.timestamp; in TEST_F()
129 VerifyHeader(seq_num, last_timestamp, in TEST_F()
/dports/multimedia/flvtool++/flvtool-pp-c0438e8/
H A Dflvtool++.cpp22 uint32_t process_timestamp(char tag_type, char*& fptr, uint32_t& last_timestamp) { in process_timestamp() argument
28 if (tag_timestamp < last_timestamp) { in process_timestamp()
29 if (((tag_timestamp & 0xff000000) == 0) && (last_timestamp & 0xfff00000)) { in process_timestamp()
35 uint32_t new_timestamp = tag_timestamp + (last_timestamp & 0xff000000); in process_timestamp()
36 if (new_timestamp < last_timestamp) new_timestamp += 0x1000000; in process_timestamp()
38 assert(tag_timestamp >= last_timestamp); in process_timestamp()
48 last_timestamp = std::max(tag_timestamp, last_timestamp); in process_timestamp()
154 uint32_t last_timestamp = 0; in main() local
175 uint32_t tag_timestamp = process_timestamp(tag_type, fptr, last_timestamp); in main()
427 double length_sec = (double)last_timestamp / 1000.0; in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dmedia_player_watch_time.cc13 base::TimeDelta last_timestamp, in MediaPlayerWatchTime() argument
19 last_timestamp(last_timestamp), in MediaPlayerWatchTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dmedia_player_watch_time.cc13 base::TimeDelta last_timestamp, in MediaPlayerWatchTime() argument
19 last_timestamp(last_timestamp), in MediaPlayerWatchTime()
/dports/databases/opentsdb/opentsdb-2.3.0/src/meta/
H A DTSUIDQuery.java81 private long last_timestamp; field in TSUIDQuery
190 if (last_timestamp > 0) { in getLastPoint()
191 last_timestamp = Internal.baseTime(last_timestamp); in getLastPoint()
193 last_timestamp = Internal.baseTime(DateTime.currentTimeMillis()); in getLastPoint()
195 final byte[] key = RowKey.rowKeyFromTSUID(tsdb, tsuid, last_timestamp); in getLastPoint()
454 .append(", last_timestamp=").append(last_timestamp) in toString()
552 final long last_timestamp) { in getLastPoint() argument
554 query.last_timestamp = last_timestamp; in getLastPoint()
624 last_timestamp -= 3600; in call()
660 last_timestamp = Internal.baseTime(row.get(0).timestamp()); in call()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dulpfec_generator_unittest.cc116 uint32_t last_timestamp = 0; in TEST_F() local
122 last_timestamp = packet->header.header.timestamp; in TEST_F()
131 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
148 uint32_t last_timestamp = 0; in TEST_F() local
156 last_timestamp = packet->header.header.timestamp; in TEST_F()
166 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Dulpfec_generator_unittest.cc116 uint32_t last_timestamp = 0; in TEST_F() local
122 last_timestamp = packet->header.header.timestamp; in TEST_F()
131 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
148 uint32_t last_timestamp = 0; in TEST_F() local
156 last_timestamp = packet->header.header.timestamp; in TEST_F()
166 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dulpfec_generator_unittest.cc116 uint32_t last_timestamp = 0; in TEST_F() local
122 last_timestamp = packet->header.header.timestamp; in TEST_F()
131 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
148 uint32_t last_timestamp = 0; in TEST_F() local
156 last_timestamp = packet->header.header.timestamp; in TEST_F()
166 VerifyHeader(seq_num, last_timestamp, kRedPayloadType, kFecPayloadType, in TEST_F()
/dports/misc/libxdf/libxdf-0.991/
H A Dxdf.cpp206 streams[index].last_timestamp = ts; in load_xdf()
242 streams[index].last_timestamp = ts; in load_xdf()
278 streams[index].last_timestamp = ts; in load_xdf()
314 streams[index].last_timestamp = ts; in load_xdf()
350 streams[index].last_timestamp = ts; in load_xdf()
386 streams[index].last_timestamp = ts; in load_xdf()
420 streams[index].last_timestamp = ts; in load_xdf()
611 streams[k].info.last_timestamp = max; in syncTimeStamps()
616 streams[k].info.last_timestamp = streams[k].time_stamps.back(); in syncTimeStamps()
759 if (!std::isnan(stream.info.last_timestamp) && stream.info.last_timestamp > maxTS) in findMinMax()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogUtils.cc102 static long last_timestamp = 0; in timestamp_to_netscape_str() local
114 if (timestamp != last_timestamp) { in timestamp_to_netscape_str()
142 last_timestamp = timestamp; in timestamp_to_netscape_str()
158 static long last_timestamp = 0; in timestamp_to_date_str() local
170 if (timestamp != last_timestamp) { in timestamp_to_date_str()
174 last_timestamp = timestamp; in timestamp_to_date_str()
190 static long last_timestamp = 0; in timestamp_to_time_str() local
202 if (timestamp != last_timestamp) { in timestamp_to_time_str()
206 last_timestamp = timestamp; in timestamp_to_time_str()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/secvar/backend/
H A Dedk2-compat-process.h50 int update_timestamp(const char *key, const struct efi_time *timestamp, char *last_timestamp);
53 int check_timestamp(const char *key, const struct efi_time *timestamp, char *last_timestamp);
61 struct list_head *bank, char *last_timestamp);
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpsbcpay.c161 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
220 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_flush_buffers()
225 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_flush_buffers()
252 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
255 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
256 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
373 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()

12345678910>>...44