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/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc
280
RTCPSender::
TMMBR
() const
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
1132
if( candidateSet->
Tmmbr
(i) == _tmmbr_Send &&
1171
// add
TMMBR
indicator
[
all
...]
rtp_rtcp_impl.cc
204
if (remote_bitrate_ && rtcp_sender_.
TMMBR
()) {
901
// (
TMMBR
) Temporary Max Media Bit Rate.
902
bool ModuleRtpRtcpImpl::
TMMBR
() const {
903
return rtcp_sender_.
TMMBR
();
[
all
...]
rtcp_utility.h
238
RTCPPacketRTPFBTMMBR
TMMBR
;
376
State_RTPFB_TMMBRItem, //
TMMBR
FCI item
Completed in 90 milliseconds