Searched refs:ptrReceiveInfo (Results 1 – 1 of 1) sorted by relevance
419 RTCPReceiveInformation* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC); in HandleSenderReceiverReport() local420 if (!ptrReceiveInfo) in HandleSenderReceiverReport()465 UpdateReceiveInformation(*ptrReceiveInfo); in HandleSenderReceiverReport()1041 RTCPReceiveInformation* ptrReceiveInfo = GetReceiveInformation(senderSSRC); in HandleTMMBR() local1042 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() local1099 if (ptrReceiveInfo == NULL) in HandleTMMBN()1118 ptrReceiveInfo->VerifyAndAllocateBoundingSet((uint32_t)maxNumOfTMMBNBlocks); in HandleTMMBN()[all …]