Searched defs:TMMBR (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
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.
H A Drtcp_utility.h238 RTCPPacketRTPFBTMMBR TMMBR; member in union:webrtc::RTCPUtility::RTCPPacket
376 State_RTPFB_TMMBRItem, // TMMBR FCI item
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();

Completed in 139 milliseconds