OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendTimeOfXrRrReport
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h
108
bool
SendTimeOfXrRrReport
(uint32_t mid_ntp, int64_t* time_ms) const;
rtp_rtcp_impl.h
307
bool
SendTimeOfXrRrReport
(uint32_t mid_ntp, int64_t* time_ms) const;
rtcp_sender_unittest.cc
653
EXPECT_FALSE(rtcp_sender_->
SendTimeOfXrRrReport
(initial_mid_ntp, &time_ms));
661
EXPECT_TRUE(rtcp_sender_->
SendTimeOfXrRrReport
(mid_ntp, &time_ms));
666
EXPECT_FALSE(rtcp_sender_->
SendTimeOfXrRrReport
(initial_mid_ntp, &time_ms));
rtp_rtcp_impl.cc
905
bool ModuleRtpRtcpImpl::
SendTimeOfXrRrReport
(
907
return rtcp_sender_.
SendTimeOfXrRrReport
(mid_ntp, time_ms);
rtcp_sender.cc
445
bool RTCPSender::
SendTimeOfXrRrReport
(uint32_t mid_ntp,
[
all
...]
rtcp_receiver.cc
942
bool found = _rtpRtcp.
SendTimeOfXrRrReport
(
[
all
...]
Completed in 594 milliseconds