Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h63 uint32_t last_rr_ntp_frac; member
Drtcp_sender.cc75 last_rr_ntp_frac(0), in FeedbackState()
1993 (feedback_state.last_rr_ntp_frac != 0)) { in PrepareReport()
2001 receiveTime += (feedback_state.last_rr_ntp_frac&0xffff0000)>>16; in PrepareReport()
Drtp_rtcp_impl.cc435 &state.last_rr_ntp_frac, in GetFeedbackState()