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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
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...]
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_utility.h 238 RTCPPacketRTPFBTMMBR TMMBR;
376 State_RTPFB_TMMBRItem, // TMMBR FCI item

Completed in 87 milliseconds