OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_rr_ntp_frac
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h
66
uint32_t
last_rr_ntp_frac
;
member in struct:webrtc::RTCPSender::FeedbackState
rtcp_sender.cc
78
last_rr_ntp_frac
(0),
941
(feedback_state.
last_rr_ntp_frac
!= 0)) {
949
receiveTime += (feedback_state.
last_rr_ntp_frac
& 0xffff0000) >> 16;
[
all
...]
rtp_rtcp_impl.cc
346
&state.
last_rr_ntp_frac
,
Completed in 48 milliseconds