Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc601 RTCPReportBlockInformation* ptrReportBlockInfo = NULL; in CreateReportBlockInformation() local
603 ptrReportBlockInfo = it->second; in CreateReportBlockInformation()
605 ptrReportBlockInfo = new RTCPReportBlockInformation; in CreateReportBlockInformation()
606 _receivedReportBlockMap[remoteSSRC] = ptrReportBlockInfo; in CreateReportBlockInformation()
608 return ptrReportBlockInfo; in CreateReportBlockInformation()