Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DRtpParameters.java230 public static class Rtcp { class in RtpParameters
237 Rtcp(String cname, boolean reducedSize) { in Rtcp() method in RtpParameters.Rtcp
292 private final Rtcp rtcp;
301 RtpParameters(String transactionId, DegradationPreference degradationPreference, Rtcp rtcp, in RtpParameters()
322 public Rtcp getRtcp() { in getRtcp()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.h88 RtcpPacket* Rtcp(int64_t time_now_us);
Dremote_bitrate_estimator_unittest_helper.cc89 RtpStream::RtcpPacket* RtpStream::Rtcp(int64_t time_now_us) { in Rtcp() function in webrtc::testing::RtpStream