Home
last modified time | relevance | path

Searched refs:next_ts (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffwavesynth.c95 int64_t next_ts; member
217 ws->next_ts = i < ws->nb_inter ? ws->inter[i].ts_start : INF_TS; in wavesynth_seek()
412 ws->next_ts = i < ws->nb_inter ? ws->inter[i].ts_start : INF_TS; in wavesynth_enter_intervals()
442 if (ts >= ws->next_ts) in wavesynth_decode()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h463 /* next_ts is the time to send next packet. It is UINT64_MAX if
465 ngtcp2_tstamp next_ts; member
H A Dngtcp2_conn.c1343 (*pconn)->tx.pacing.next_ts = UINT64_MAX; in conn_new()
2486 if (conn->tx.pacing.next_ts == UINT64_MAX) { in conn_cancel_expired_pkt_tx_timer()
2490 if (conn->tx.pacing.next_ts > ts + NGTCP2_PKT_PACING_OVERHEAD) { in conn_cancel_expired_pkt_tx_timer()
2494 conn->tx.pacing.next_ts = UINT64_MAX; in conn_cancel_expired_pkt_tx_timer()
2498 return conn->tx.pacing.next_ts == UINT64_MAX || in conn_pacing_pkt_tx_allowed()
2499 conn->tx.pacing.next_ts <= ts + NGTCP2_PKT_PACING_OVERHEAD; in conn_pacing_pkt_tx_allowed()
5884 conn->tx.pacing.next_ts = UINT64_MAX; in conn_reset_congestion_state()
10872 return ngtcp2_min(res, conn->tx.pacing.next_ts); in ngtcp2_conn_get_expiry()
13327 conn->tx.pacing.next_ts = in ngtcp2_conn_update_pkt_tx_time()
/third_party/ffmpeg/libavformat/
H A Davidec.c1186 int64_t ts, next_ts, ts_min = INT64_MAX; in get_subtitle_pkt() local
1190 next_ts = av_rescale_q(next_ast->frame_offset, next_st->time_base, in get_subtitle_pkt()
1198 if (ts <= next_ts && ts < ts_min) { in get_subtitle_pkt()

Completed in 22 milliseconds