Searched refs:rtp_receive_statistics_ (Results 1 – 4 of 4) sorted by relevance
44 rtp_receive_statistics_(ReceiveStatistics::Create( in ViEReceiver()94 rtp_receive_statistics_->SetMaxReorderingThreshold( in SetNackStatus()249 rtp_receive_statistics_->IncomingPacket( in InsertRTPPacket()279 rtp_receive_statistics_->FecPacketReceived(header.ssrc); in ParseAndHandleEncapsulatingHeader()395 return rtp_receive_statistics_.get(); in GetReceiveStatistics()400 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketInOrder()412 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketRetransmitted()
111 scoped_ptr<ReceiveStatistics> rtp_receive_statistics_; variable
319 rtp_receive_statistics_->GetStatistician(ssrc); in ResetStatistics()853 rtp_receive_statistics_(ReceiveStatistics::Create( in Channel()954 configuration.receive_statistics = rtp_receive_statistics_.get(); in Channel()960 rtp_receive_statistics_->RegisterRtcpStatisticsCallback( in Channel()970 rtp_receive_statistics_->RegisterRtcpStatisticsCallback(NULL); in ~Channel()1781 rtp_receive_statistics_->IncomingPacket(header, length, in ReceivedRTPPacket()1855 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketInOrder()1867 rtp_receive_statistics_->GetStatistician(header.ssrc); in IsPacketRetransmitted()3334 rtp_receive_statistics_->GetStatistician(rtp_receiver_->SSRC()); in GetRTPStatistics()3407 rtp_receive_statistics_->GetStatistician(rtp_receiver_->SSRC()); in GetRTPStatistics()[all …]
521 scoped_ptr<ReceiveStatistics> rtp_receive_statistics_; variable