HomeSort by relevance Sort by last modified time
    Searched refs:REMB (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 112 EXPECT_FALSE(rtcp_sender_->REMB());
114 EXPECT_TRUE(rtcp_sender_->REMB());
116 EXPECT_FALSE(rtcp_sender_->REMB());
rtcp_sender.h 134 * REMB
136 bool REMB() const;
323 // REMB
rtp_rtcp_impl.h 203 // (REMB) Receiver Estimated Max Bitrate.
204 virtual bool REMB() const OVERRIDE;
rtp_rtcp_impl.cc 810 // (REMB) Receiver Estimated Max Bitrate.
811 bool ModuleRtpRtcpImpl::REMB() const {
812 return rtcp_sender_.REMB();
    [all...]
rtcp_sender.cc 312 RTCPSender::REMB() const
347 // Send a REMB immediately if we have a new REMB. The frequency of REMBs is
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 547 * (REMB) Receiver Estimated Max Bitrate
549 virtual bool REMB() const = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 183 MOCK_CONST_METHOD0(REMB,

Completed in 48 milliseconds