Searched refs:TMMBR (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc106 EXPECT_FALSE(module->TMMBR());
108 EXPECT_TRUE(module->TMMBR());
110 EXPECT_FALSE(module->TMMBR());
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h238 RTCPPacketRTPFBTMMBR TMMBR; member in union:webrtc::RTCPUtility::RTCPPacket
376 State_RTPFB_TMMBRItem, // TMMBR FCI item
H A Drtcp_sender.h69 // Used when generating TMMBR.
145 * TMMBR
147 bool TMMBR() const;
H A Drtp_rtcp_impl.cc199 if (remote_bitrate_ && rtcp_sender_.TMMBR()) {
845 // (TMMBR) Temporary Max Media Bit Rate.
846 bool ModuleRtpRtcpImpl::TMMBR() const { function in class:webrtc::ModuleRtpRtcpImpl
847 return rtcp_sender_.TMMBR();
H A Drtcp_receiver.cc876 // we can't delete it due to TMMBR
1040 uint32_t senderSSRC = rtcpPacket.TMMBR.SenderSSRC;
1048 if(rtcpPacket.TMMBR.MediaSSRC)
1050 // rtcpPacket.TMMBR.MediaSSRC SHOULD be 0 if same as SenderSSRC
1052 senderSSRC = rtcpPacket.TMMBR.MediaSSRC;
1055 // Use packet length to calc max number of TMMBR blocks
1056 // each TMMBR block is 8 bytes
1336 LOG(LS_WARNING) << "Failed to find TMMBR bounding set.";
1377 // Process TMMBR and REMB first to avoid multiple callbacks
H A Drtp_rtcp_impl.h217 // (TMMBR) Temporary Max Media Bit Rate.
218 virtual bool TMMBR() const OVERRIDE;
H A Drtcp_utility.cc1173 // TMMBR
1175 _packet.TMMBR.SenderSSRC = senderSSRC;
1176 _packet.TMMBR.MediaSSRC = mediaSSRC;
1427 // RFC 5104 4.2.1. Temporary Maximum Media Stream Bit Rate Request (TMMBR)
H A Drtcp_sender.cc354 RTCPSender::TMMBR() const function in class:webrtc::RTCPSender
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
1257 // add TMMBR indicator
1751 if(_TMMBR ) // Attach TMMBR to send and receive reports.
1771 if(_sendTMMBN) // Set when having received a TMMBR.
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h565 * (TMMBR) Temporary Max Media Bit Rate
567 virtual bool TMMBR() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h193 MOCK_CONST_METHOD0(TMMBR,

Completed in 207 milliseconds