Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:_rtpRtcpModule

266         _rtpRtcpModule->SetAudioLevel(rms_level_.RMS());
272 if (_rtpRtcpModule->SendOutgoingData((FrameType&)frameType,
409 _rtpRtcpModule->SetRemoteSSRC(ssrc);
495 _rtpRtcpModule->RTT(rtp_receiver_->SSRC(), &round_trip_time,
926 _rtpRtcpModule.reset(RtpRtcp::CreateRtpRtcp(configuration));
928 statistics_proxy_.reset(new StatisticsProxy(_rtpRtcpModule->SSRC()));
998 _moduleProcessThreadPtr->DeRegisterModule(_rtpRtcpModule.get());
1029 _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get());
1049 _rtpRtcpModule->SetRTCPStatus(RtcpMode::kCompound);
1106 if ((_rtpRtcpModule->RegisterSendPayload(codec) == -1) ||
1121 (_rtpRtcpModule->RegisterSendPayload(codec) == -1))
1264 if (_rtpRtcpModule->SetSendingStatus(true) != 0)
1294 send_sequence_number_ = _rtpRtcpModule->SequenceNumber();
1298 if (_rtpRtcpModule->SetSendingStatus(false) == -1)
1402 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0)
1404 _rtpRtcpModule->DeRegisterSendPayload(codec.pltype);
1405 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0)
1415 if (_rtpRtcpModule
1620 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0)
1622 _rtpRtcpModule->DeRegisterSendPayload(codec.pltype);
1623 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0)
1797 _rtpRtcpModule->RTT(rtp_receiver_->SSRC(), NULL, NULL, &min_rtt, NULL);
1809 if (_rtpRtcpModule->IncomingRtcpPacket((const uint8_t*)data, length) == -1) {
1823 if (0 != _rtpRtcpModule->RemoteNTP(&ntp_secs, &ntp_frac, NULL, NULL,
2511 if (_rtpRtcpModule->SendTelephoneEventOutband(eventCode, lengthMs,
2554 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0)
2556 _rtpRtcpModule->DeRegisterSendPayload(codec.pltype);
2557 if (_rtpRtcpModule->RegisterSendPayload(codec) != 0) {
2872 _rtpRtcpModule->SetSSRC(ssrc);
2879 ssrc = _rtpRtcpModule->SSRC();
2943 _rtpRtcpModule->SetStorePacketsStatus(rtp_packet_sender != nullptr, 600);
2945 packet_router->AddRtpModule(_rtpRtcpModule.get());
2947 packet_router_->RemoveRtpModule(_rtpRtcpModule.get());
2955 _rtpRtcpModule->SetRTCPStatus(enable ? RtcpMode::kCompound : RtcpMode::kOff);
2961 RtcpMode method = _rtpRtcpModule->RTCP();
2971 _rtpRtcpModule->SetCNAME(cName) != 0)
2993 if (_rtpRtcpModule->RemoteCNAME(remoteSSRC, cname) != 0)
3016 if (_rtpRtcpModule->RemoteRTCPStat(&senderInfo) != 0)
3044 if (_rtpRtcpModule->RemoteRTCPStat(&remote_stats) != 0 ||
3108 RtcpMode status = _rtpRtcpModule->RTCP();
3117 if (_rtpRtcpModule->SetRTCPApplicationSpecificData(
3139 if (_rtpRtcpModule->RTCP() == RtcpMode::kOff) {
3177 if (_rtpRtcpModule->RemoteRTCPStat(&rtcp_report_blocks) != 0) {
3212 &statistics, _rtpRtcpModule->RTCP() == RtcpMode::kOff)) {
3238 if (_rtpRtcpModule->DataCountersRTP(&bytesSent,
3296 if (_rtpRtcpModule->SendREDPayloadType(&payloadType) != 0) {
3331 _rtpRtcpModule->SetStorePacketsStatus(enable, maxNumberOfPackets);
3342 return _rtpRtcpModule->SendNACK(sequence_numbers, length);
3642 _rtpRtcpModule->SetStartTimestamp(timestamp);
3654 _rtpRtcpModule->SetSequenceNumber(sequenceNumber);
3661 *rtpRtcpModule = _rtpRtcpModule.get();
4028 if (_rtpRtcpModule->SetSendREDPayloadType(red_payload_type) != 0) {
4040 _rtpRtcpModule->DeregisterSendRtpHeaderExtension(type);
4042 error = _rtpRtcpModule->RegisterSendRtpHeaderExtension(type, id);
4069 RtcpMode method = _rtpRtcpModule->RTCP();
4074 _rtpRtcpModule->RemoteRTCPStat(&report_blocks);
4110 if (_rtpRtcpModule->RTT(remoteSSRC, &rtt, &avg_rtt, &min_rtt, &max_rtt)