Lines Matching defs:rtp_timestamp
1822 uint32_t rtp_timestamp = 0;
1824 &rtp_timestamp)) {
1831 ntp_estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac, rtp_timestamp);
3905 void Channel::UpdatePacketDelay(uint32_t rtp_timestamp,
3909 rtp_timestamp, sequence_number);
3916 uint32_t timestamp_diff_ms = (rtp_timestamp -
3918 if (!IsNewerTimestamp(rtp_timestamp, jitter_buffer_playout_timestamp_) ||
3927 uint16_t packet_delay_ms = (rtp_timestamp - _previousTimestamp) /
3930 _previousTimestamp = rtp_timestamp;