Searched defs:REMB (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc238 RTCPSender::REMB() const function in class:webrtc::RTCPSender
273 // Send a REMB immediately if we have a new REMB. The frequency of REMBs is
1676 // Always attach REMB to SR if that is configured. Note that REMB is
1677 // only sent on one of the RTP modules in the REMB group.
1879 TRACE_EVENT_INSTANT0("webrtc_rtp", "RTCPSender::REMB");
H A Drtp_rtcp_impl.cc866 // (REMB) Receiver Estimated Max Bitrate.
867 bool ModuleRtpRtcpImpl::REMB() const { function in class:webrtc::ModuleRtpRtcpImpl
868 return rtcp_sender_.REMB();

Completed in 81 milliseconds