Searched refs:boundingSet (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dtmmbr_help.h89 int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet);
H A Drtcp_sender.cc1150 TMMBRSet* boundingSet = NULL; local
1151 int numBoundingSet = _tmmbrHelp.FindTMMBRBoundingSet(boundingSet);
1219 TMMBRSet* boundingSet = _tmmbrHelp.BoundingSetToSend(); local
1220 if(boundingSet == NULL)
1225 if(pos + 12 + boundingSet->lengthOfSet()*8 >= IP_PACKET_SIZE)
1254 for(uint32_t n=0; n< boundingSet->lengthOfSet(); n++)
1256 if (boundingSet->Tmmbr(n) > 0)
1258 uint32_t tmmbrSSRC = boundingSet->Ssrc(n);
1262 uint32_t bitRate = boundingSet->Tmmbr(n) * 1000;
1273 uint32_t measuredOH = boundingSet
2163 SetTMMBN(const TMMBRSet* boundingSet, const uint32_t maxBitrateKbit) argument
[all...]
H A Dtmmbr_help.cc205 TMMBRHelp::FindTMMBRBoundingSet(TMMBRSet*& boundingSet) argument
242 boundingSet = &_boundingSet;
H A Drtcp_sender.h146 int32_t SetTMMBN(const TMMBRSet* boundingSet,
H A Drtcp_receiver.cc1333 TMMBRSet* boundingSet = NULL; local
1334 numBoundingSet = FindTMMBRBoundingSet(boundingSet);
1342 _rtpRtcp.SetTMMBN(boundingSet);

Completed in 308 milliseconds