OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TMMBR
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc
33
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/
tmmbr
.h"
268
bool RTCPSender::
TMMBR
() const {
617
// Before sending the
TMMBR
check the received TMMBN, only an owner is
619
// * If the sender is an owner of the TMMBN -> send
TMMBR
620
// * If not an owner but the
TMMBR
would enter the TMMBN -> send
TMMBR
635
if (candidateSet->
Tmmbr
(i) == tmmbr_send_ &&
663
rtcp::
Tmmbr
*
tmmbr
= new rtcp::
Tmmbr
();
[
all
...]
rtp_rtcp_impl.cc
159
if (remote_bitrate_ && rtcp_sender_.
TMMBR
()) {
667
// (
TMMBR
) Temporary Max Media Bit Rate.
668
bool ModuleRtpRtcpImpl::
TMMBR
() const {
669
return rtcp_sender_.
TMMBR
();
rtcp_utility.h
238
RTCPPacketRTPFBTMMBR
TMMBR
;
387
State_RTPFB_TMMBRItem, //
TMMBR
FCI item
Completed in 509 milliseconds