Searched refs:REMB (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_format_remb_unittest.cc111 EXPECT_FALSE(rtcp_sender_->REMB());
113 EXPECT_TRUE(rtcp_sender_->REMB());
115 EXPECT_FALSE(rtcp_sender_->REMB());
H A Drtcp_sender.h129 * REMB
131 bool REMB() const;
336 // REMB
H A Drtp_rtcp_impl.h202 // (REMB) Receiver Estimated Max Bitrate.
203 virtual bool REMB() const OVERRIDE;
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();
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");
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h536 * (REMB) Receiver Estimated Max Bitrate
538 virtual bool REMB() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h195 MOCK_CONST_METHOD0(REMB,

Completed in 105 milliseconds