OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthOfSet
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc
145
for (uint32_t i = 0; i < TmmbrSet.
lengthOfSet
(); i++) {
156
VerifyAndAllocateTMMBRSet(TmmbrSet.
lengthOfSet
() + 1);
168
if (sourceIdx >= TmmbrSet.
lengthOfSet
()) {
tmmbr_help.cc
155
VerifyAndAllocateBoundingSetToSend(boundingSetToSend->
lengthOfSet
());
157
for (uint32_t i = 0; i < boundingSetToSend->
lengthOfSet
(); i++)
215
// TODO(hta) Figure out if this should be
lengthOfSet
instead.
234
int32_t numSetCandidates = candidateSet.
lengthOfSet
();
260
// TODO(hta):
lengthOfSet
instead of sizeOfSet?
370
// Should be true already:_boundingSet.
lengthOfSet
= numBoundingSet;
371
assert(_boundingSet.
lengthOfSet
() == numBoundingSet);
471
for (uint32_t i = 0; i < _candidateSet.
lengthOfSet
(); ++i) {
tmmbr_help.h
29
uint32_t
lengthOfSet
() const { return _lengthOfSet; }
rtcp_receiver.cc
762
if (receiveInfo->TmmbnBoundingSet.
lengthOfSet
() > 0) {
764
receiveInfo->TmmbnBoundingSet.
lengthOfSet
() + 1);
765
for(uint32_t i=0; i< receiveInfo->TmmbnBoundingSet.
lengthOfSet
();
777
return receiveInfo->TmmbnBoundingSet.
lengthOfSet
();
[
all
...]
rtcp_sender.cc
680
for (uint32_t i = 0; i < boundingSet->
lengthOfSet
(); i++) {
[
all
...]
Completed in 214 milliseconds