Searched refs:prev_rtp_ts (Results 1 – 2 of 2) sorted by relevance
350 if (trk->prev_rtp_ts == 0) in write_hint_packets()351 trk->prev_rtp_ts = ts; in write_hint_packets()354 ts_diff = ts - trk->prev_rtp_ts; in write_hint_packets()357 trk->prev_rtp_ts = ts; in write_hint_packets()
128 uint32_t prev_rtp_ts; member