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.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.
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.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();

Completed in 55 milliseconds