HomeSort by relevance Sort by last modified time
    Searched refs:VerifyAndAllocateSet (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
tmmbr_help.cc 32 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize)
133 _boundingSet.VerifyAndAllocateSet(minimumSize);
179 _boundingSetToSend.VerifyAndAllocateSet(minimumSize);
188 _candidateSet.VerifyAndAllocateSet(minimumSize);
211 candidateSet.VerifyAndAllocateSet(_candidateSet.sizeOfSet());
tmmbr_help.h 26 void VerifyAndAllocateSet(uint32_t minimumSize);
rtcp_receiver_help.cc 191 TmmbnBoundingSet.VerifyAndAllocateSet(minimumSize);
rtcp_receiver_unittest.cc 657 candidate_set.VerifyAndAllocateSet(1);
734 candidate_set.VerifyAndAllocateSet(3);
rtcp_sender_unittest.cc 496 bounding_set.VerifyAndAllocateSet(1);
rtcp_receiver.cc 773 boundingSetRec->VerifyAndAllocateSet(
    [all...]

Completed in 65 milliseconds