Home
last modified time | relevance | path

Searched refs:last_ts (Results 1 - 15 of 15) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-timers-ordering.js33 let last_ts = 0;
43 assert(now >= last_ts + 1,
44 `current ts ${now} < prev ts ${last_ts} + 1`);
45 last_ts = now;
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.c590 ngtcp2_tstamp last_ts; in ngtcp2_cc_cubic_cc_event() local
596 last_ts = cstat->last_tx_pkt_ts[NGTCP2_PKTNS_ID_APPLICATION]; in ngtcp2_cc_cubic_cc_event()
597 if (last_ts == UINT64_MAX || last_ts <= cc->epoch_start) { in ngtcp2_cc_cubic_cc_event()
601 assert(ts >= last_ts); in ngtcp2_cc_cubic_cc_event()
603 cc->epoch_start += ts - last_ts; in ngtcp2_cc_cubic_cc_event()
H A Dngtcp2_log.c48 log->ts = log->last_ts = ts; in ngtcp2_log_init()
99 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "frm", \
103 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "pkt", \
107 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "cry"
798 timestamp_cast(log->last_ts - log->ts), log->scid, in ngtcp2_log_info()
H A Dngtcp2_log.h42 /* last_ts is the most recent time point that this object is
44 ngtcp2_tstamp last_ts; member
H A Dngtcp2_qlog.h53 /* last_ts is the timestamp observed last time. */
54 ngtcp2_tstamp last_ts; member
H A Dngtcp2_conn.h626 /* last_ts is a timestamp when a last packet is sent or received
628 ngtcp2_tstamp last_ts; member
H A Dngtcp2_qlog.c37 qlog->ts = qlog->last_ts = ts; in ngtcp2_qlog_init()
675 return write_pair_tstamp(p, "time", qlog->last_ts - qlog->ts); in qlog_write_time()
H A Dngtcp2_conn.c1333 (*pconn)->keep_alive.last_ts = UINT64_MAX; in conn_new()
2422 return conn->keep_alive.last_ts != UINT64_MAX && conn->keep_alive.timeout; in conn_keep_alive_enabled()
2431 conn->keep_alive.last_ts + conn->keep_alive.timeout <= ts; in conn_keep_alive_expired()
2443 return conn->keep_alive.last_ts + conn->keep_alive.timeout; in conn_keep_alive_expiry()
2464 conn->keep_alive.last_ts = ts; in conn_update_keep_alive_last_ts()
9817 conn->log.last_ts = ts; in ngtcp2_conn_read_pkt_versioned()
9818 conn->qlog.last_ts = ts; in ngtcp2_conn_read_pkt_versioned()
11627 conn->log.last_ts = ts; in ngtcp2_conn_write_vmsg()
11628 conn->qlog.last_ts = ts; in ngtcp2_conn_write_vmsg()
11992 conn->log.last_ts in ngtcp2_conn_write_connection_close_pkt()
[all...]
/third_party/ffmpeg/libavformat/
H A Dhdsenc.c51 int64_t frag_start_ts, last_ts; member
166 duration = c->streams[0].last_ts * av_q2d(s->streams[0]->time_base); in write_manifest()
230 cur_media_time = os->last_ts; in write_abst()
521 os->last_ts = pkt->dts; in hds_write_packet()
533 hds_flush(s, &c->streams[i], 1, c->streams[i].last_ts); in hds_write_trailer()
H A Dflvenc.c123 int64_t last_ts; ///< last timestamp for each stream member
681 sc->last_ts = -1; in flv_init()
787 put_avc_eos_tag(pb, sc->last_ts); in flv_write_trailer()
920 if (par->codec_id == AV_CODEC_ID_SPEEX && ts - sc->last_ts > 160) in flv_write_packet()
925 if (sc->last_ts < ts) in flv_write_packet()
926 sc->last_ts = ts; in flv_write_packet()
H A Dflvdec.c78 int64_t last_ts; member
1033 av_log(s, AV_LOG_WARNING, "Concatenated FLV detected, might fail to demux, decode and seek %"PRId64"\n", flv->last_ts); in resync()
1034 flv->time_offset = flv->last_ts + 1; in resync()
1433 flv->last_ts = pkt->dts;
H A Davidec.c1399 int64_t last_ts; in ni_prepare_read() local
1404 last_ts = sti->index_entries[sti->nb_index_entries - 1].timestamp; in ni_prepare_read()
1405 if (!ast->remaining && ts > last_ts) in ni_prepare_read()
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc540 auto last_ts = last_dump_ts; in dump_perfcnt() local
547 auto elapsed_time_ns = last_dump_ts - last_ts; in dump_perfcnt()
/third_party/ffmpeg/fftools/
H A Dffmpeg.h417 int64_t last_ts; member
H A Dffmpeg.c4083 && (is->iformat->flags & AVFMT_TS_DISCONT) && ifile->last_ts != AV_NOPTS_VALUE) { in process_input()
4084 int64_t delta = pkt_dts - ifile->last_ts; in process_input()
4157 ifile->last_ts = av_rescale_q(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q); in process_input()

Completed in 39 milliseconds