Searched defs:TMMBRSet (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dtmmbr_help.h20 class TMMBRSet class in namespace:webrtc
23 TMMBRSet();
24 ~TMMBRSet();
84 TMMBRSet* BoundingSet(); // used for debuging
85 TMMBRSet* CandidateSet();
86 TMMBRSet* BoundingSetToSend();
88 TMMBRSet* VerifyAndAllocateCandidateSet(const uint32_t minimumSize);
89 int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet);
91 const TMMBRSet* boundingSetToSend,
99 TMMBRSet* VerifyAndAllocateBoundingSe
[all...]
H A Dtmmbr_help.cc21 TMMBRSet::TMMBRSet() : function in class:webrtc::TMMBRSet
27 TMMBRSet::~TMMBRSet()
34 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize)
53 TMMBRSet::VerifyAndAllocateSetKeepingData(uint32_t minimumSize)
64 void TMMBRSet::SetEntry(unsigned int i,
77 void TMMBRSet::AddEntry(uint32_t tmmbrSet,
84 void TMMBRSet::RemoveEntry(uint32_t sourceIdx) {
91 void TMMBRSet
[all...]

Completed in 130 milliseconds