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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h 117 TMMBRSet TmmbnBoundingSet;
rtcp_receiver.cc 772 if (receiveInfo->TmmbnBoundingSet.lengthOfSet() > 0) {
774 receiveInfo->TmmbnBoundingSet.lengthOfSet() + 1);
775 for(uint32_t i=0; i< receiveInfo->TmmbnBoundingSet.lengthOfSet();
777 if(receiveInfo->TmmbnBoundingSet.Ssrc(i) == main_ssrc_) {
782 receiveInfo->TmmbnBoundingSet.Tmmbr(i),
783 receiveInfo->TmmbnBoundingSet.PacketOH(i),
784 receiveInfo->TmmbnBoundingSet.Ssrc(i));
787 return receiveInfo->TmmbnBoundingSet.lengthOfSet();
    [all...]
rtcp_receiver_help.cc 191 TmmbnBoundingSet.VerifyAndAllocateSet(minimumSize);

Completed in 80 milliseconds