Home
last modified time | relevance | path

Searched refs:VerifyAndAllocateSet (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc34 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize) in VerifyAndAllocateSet() function in webrtc::TMMBRSet
135 _boundingSet.VerifyAndAllocateSet(minimumSize); in VerifyAndAllocateBoundingSet()
181 _boundingSetToSend.VerifyAndAllocateSet(minimumSize); in VerifyAndAllocateBoundingSetToSend()
190 _candidateSet.VerifyAndAllocateSet(minimumSize); in VerifyAndAllocateCandidateSet()
213 candidateSet.VerifyAndAllocateSet(_candidateSet.sizeOfSet()); in FindTMMBRBoundingSet()
Dtmmbr_help.h26 void VerifyAndAllocateSet(uint32_t minimumSize);
Drtcp_receiver_help.cc191 TmmbnBoundingSet.VerifyAndAllocateSet(minimumSize); in VerifyAndAllocateBoundingSet()
Drtcp_receiver_unittest.cc878 candidate_set.VerifyAndAllocateSet(1); in TEST_F()
952 candidate_set.VerifyAndAllocateSet(3); in TEST_F()
Drtcp_sender_unittest.cc717 bounding_set.VerifyAndAllocateSet(1); in TEST_F()
Drtcp_receiver.cc763 boundingSetRec->VerifyAndAllocateSet( in BoundingSet()