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

/external/chromium_org/third_party/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.cc19 TMMBRSet::TMMBRSet() : function in class:webrtc::TMMBRSet
25 TMMBRSet::~TMMBRSet()
32 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize)
51 TMMBRSet::VerifyAndAllocateSetKeepingData(uint32_t minimumSize)
62 void TMMBRSet::SetEntry(unsigned int i,
75 void TMMBRSet::AddEntry(uint32_t tmmbrSet,
82 void TMMBRSet::RemoveEntry(uint32_t sourceIdx) {
89 void TMMBRSet
[all...]

Completed in 240 milliseconds