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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 106 EXPECT_FALSE(module->TMMBR());
108 EXPECT_TRUE(module->TMMBR());
110 EXPECT_FALSE(module->TMMBR());
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 565 * (TMMBR) Temporary Max Media Bit Rate
567 virtual bool TMMBR() const = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 69 // Used when generating TMMBR.
145 * TMMBR
147 bool TMMBR() const;
rtcp_utility.h 238 RTCPPacketRTPFBTMMBR TMMBR;
376 State_RTPFB_TMMBRItem, // TMMBR FCI item
rtp_rtcp_impl.h 217 // (TMMBR) Temporary Max Media Bit Rate.
218 virtual bool TMMBR() const OVERRIDE;
rtp_rtcp_impl.cc 199 if (remote_bitrate_ && rtcp_sender_.TMMBR()) {
845 // (TMMBR) Temporary Max Media Bit Rate.
846 bool ModuleRtpRtcpImpl::TMMBR() const {
847 return rtcp_sender_.TMMBR();
    [all...]
rtcp_receiver.cc 782 receiveInfo->TmmbnBoundingSet.Tmmbr(i),
876 // we can't delete it due to TMMBR
    [all...]
rtcp_utility.cc     [all...]
rtcp_sender.cc 354 RTCPSender::TMMBR() const
1199 // Before sending the TMMBR check the received TMMBN, only an owner is allowed to raise the bitrate
1200 // If the sender is an owner of the TMMBN -> send TMMBR
1201 // If not an owner but the TMMBR would enter the TMMBN -> send TMMBR
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 193 MOCK_CONST_METHOD0(TMMBR,

Completed in 40 milliseconds