OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TmmbrSet
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc
129
// Increase size of
TMMBRSet
if needed, and also take care of
133
if (minimumSize >
TmmbrSet
.sizeOfSet()) {
134
TmmbrSet
.VerifyAndAllocateSetKeepingData(minimumSize);
145
for (uint32_t i = 0; i <
TmmbrSet
.lengthOfSet(); i++) {
146
if (
TmmbrSet
.Ssrc(i) == senderSSRC) {
148
TmmbrSet
.SetEntry(i,
156
VerifyAndAllocateTMMBRSet(
TmmbrSet
.lengthOfSet() + 1);
157
TmmbrSet
.AddEntry(TMMBRItem.MaxTotalMediaBitRate,
166
TMMBRSet
* candidateSet,
168
if (sourceIdx >=
TmmbrSet
.lengthOfSet())
[
all
...]
rtcp_receiver_help.h
114
TMMBRSet
* candidateSet,
124
TMMBRSet
TmmbnBoundingSet;
127
TMMBRSet
TmmbrSet
;
rtcp_receiver.cc
728
receiveInfo->
TmmbrSet
.clearSet();
749
int32_t RTCPReceiver::BoundingSet(bool* tmmbrOwner,
TMMBRSet
* boundingSetRec) {
[
all
...]
Completed in 7534 milliseconds