HomeSort by relevance Sort by last modified time
    Searched defs:TMMBRSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
tmmbr_help.cc 19 TMMBRSet::TMMBRSet() :
25 TMMBRSet::~TMMBRSet()
32 TMMBRSet::VerifyAndAllocateSet(uint32_t minimumSize)
51 TMMBRSet::VerifyAndAllocateSetKeepingData(uint32_t minimumSize)
62 void TMMBRSet::SetEntry(unsigned int i,
63 uint32_t tmmbrSet,
67 _data.at(i).tmmbr = tmmbrSet;
75 void TMMBRSet::AddEntry(uint32_t tmmbrSet
    [all...]
tmmbr_help.h 20 class TMMBRSet
23 TMMBRSet();
24 ~TMMBRSet();
45 uint32_t tmmbrSet,
49 void AddEntry(uint32_t 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)
    [all...]

Completed in 44 milliseconds