Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc416 RTCPReceiveInformation* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC); in HandleSenderReceiverReport() local
417 if (!ptrReceiveInfo) in HandleSenderReceiverReport()
459 UpdateReceiveInformation(*ptrReceiveInfo); in HandleSenderReceiverReport()
1022 RTCPReceiveInformation* ptrReceiveInfo = GetReceiveInformation(senderSSRC); in HandleTMMBR() local
1023 if (ptrReceiveInfo == NULL) { in HandleTMMBR()
1044 ptrReceiveInfo->VerifyAndAllocateTMMBRSet((uint32_t)maxNumOfTMMBRBlocks); in HandleTMMBR()
1048 HandleTMMBRItem(*ptrReceiveInfo, rtcpPacket, rtcpPacketInformation, senderSSRC); in HandleTMMBR()
1068 RTCPReceiveInformation* ptrReceiveInfo = GetReceiveInformation( in HandleTMMBN() local
1070 if (ptrReceiveInfo == NULL) { in HandleTMMBN()
1087 ptrReceiveInfo->VerifyAndAllocateBoundingSet((uint32_t)maxNumOfTMMBNBlocks); in HandleTMMBN()
[all …]