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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc102 EXPECT_FALSE(module->TMMBR());
104 EXPECT_TRUE(module->TMMBR());
106 EXPECT_FALSE(module->TMMBR());
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.cc90 tmmbr_.Set(parser.Packet().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.
140 * TMMBR
142 bool TMMBR() const;
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.";
1375 // Process TMMBR and REMB first to avoid multiple callbacks
H A Drtp_rtcp_impl.cc204 if (remote_bitrate_ && rtcp_sender_.TMMBR()) {
901 // (TMMBR) Temporary Max Media Bit Rate.
902 bool ModuleRtpRtcpImpl::TMMBR() const { function in class:webrtc::ModuleRtpRtcpImpl
903 return rtcp_sender_.TMMBR();
H A Drtp_rtcp_impl.h216 // (TMMBR) Temporary Max Media Bit Rate.
217 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.cc280 RTCPSender::TMMBR() const function in class:webrtc::RTCPSender
1113 // Before sending the TMMBR check the received TMMBN, only an owner is allowed to raise the bitrate
1114 // If the sender is an owner of the TMMBN -> send TMMBR
1115 // If not an owner but the TMMBR would enter the TMMBN -> send TMMBR
1171 // add TMMBR indicator
1665 if(_TMMBR ) // Attach TMMBR to send and receive reports.
1685 if(_sendTMMBN) // Set when having received a TMMBR.
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h554 * (TMMBR) Temporary Max Media Bit Rate
556 virtual bool TMMBR() const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h205 MOCK_CONST_METHOD0(TMMBR,

Completed in 3848 milliseconds