Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc419 RTCPReceiveInformation* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC); in HandleSenderReceiverReport() local
420 if (!ptrReceiveInfo) in HandleSenderReceiverReport()
465 UpdateReceiveInformation(*ptrReceiveInfo); in HandleSenderReceiverReport()
1041 RTCPReceiveInformation* ptrReceiveInfo = GetReceiveInformation(senderSSRC); in HandleTMMBR() local
1042 if (ptrReceiveInfo == NULL) in HandleTMMBR()
1066 ptrReceiveInfo->VerifyAndAllocateTMMBRSet((uint32_t)maxNumOfTMMBRBlocks); in HandleTMMBR()
1071 HandleTMMBRItem(*ptrReceiveInfo, rtcpPacket, rtcpPacketInformation, senderSSRC); in HandleTMMBR()
1098 RTCPReceiveInformation* ptrReceiveInfo = GetReceiveInformation(rtcpPacket.TMMBN.SenderSSRC); in HandleTMMBN() local
1099 if (ptrReceiveInfo == NULL) in HandleTMMBN()
1118 ptrReceiveInfo->VerifyAndAllocateBoundingSet((uint32_t)maxNumOfTMMBNBlocks); in HandleTMMBN()
[all …]