Home
last modified time | relevance | path

Searched refs:receiveInfo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc663 RTCPReceiveInformation* receiveInfo = new RTCPReceiveInformation; in CreateReceiveInformation() local
664 _receivedInfoMap[remoteSSRC] = receiveInfo; in CreateReceiveInformation()
665 return receiveInfo; in CreateReceiveInformation()
725 RTCPReceiveInformation* receiveInfo = receiveInfoIt->second; in UpdateRTCPReceiveInformationTimers() local
726 if (receiveInfo == NULL) { in UpdateRTCPReceiveInformationTimers()
732 if (receiveInfo->lastTimeReceived) { in UpdateRTCPReceiveInformationTimers()
735 if ((timeNow - receiveInfo->lastTimeReceived) > in UpdateRTCPReceiveInformationTimers()
738 receiveInfo->TmmbrSet.clearSet(); in UpdateRTCPReceiveInformationTimers()
740 receiveInfo->lastTimeReceived = 0; in UpdateRTCPReceiveInformationTimers()
745 } else if (receiveInfo->readyForDelete) { in UpdateRTCPReceiveInformationTimers()
[all …]
Drtcp_receiver.h194 void HandleTMMBRItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
205 void HandleTMMBNItem(RTCPHelp::RTCPReceiveInformation& receiveInfo,
211 void HandleFIRItem(RTCPHelp::RTCPReceiveInformation* receiveInfo,
/external/chromium_org/chrome/browser/resources/
Dgcm_internals.js138 refreshLogTable('receive-info', infos.receiveInfo);