Home
last modified time | relevance | path

Searched refs:last_rr_ntp_frac (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc124 last_rr_ntp_frac(0), in FeedbackState()
876 (feedback_state.last_rr_ntp_frac != 0))) { in CreateReportBlocks()
882 receive_time += (feedback_state.last_rr_ntp_frac & 0xffff0000) >> 16; in CreateReportBlocks()
Drtcp_sender.h58 uint32_t last_rr_ntp_frac; member
Drtp_rtcp_impl2.cc263 LastReceivedNTP(&state.last_rr_ntp_secs, &state.last_rr_ntp_frac, in GetFeedbackState()
Drtp_rtcp_impl.cc315 LastReceivedNTP(&state.last_rr_ntp_secs, &state.last_rr_ntp_frac, in GetFeedbackState()