Home
last modified time | relevance | path

Searched defs:rtp_rtcp (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_remb.cc38 void VieRemb::AddReceiveChannel(RtpRtcp* rtp_rtcp) { in AddReceiveChannel()
51 void VieRemb::RemoveReceiveChannel(RtpRtcp* rtp_rtcp) { in RemoveReceiveChannel()
64 void VieRemb::AddRembSender(RtpRtcp* rtp_rtcp) { in AddRembSender()
76 void VieRemb::RemoveRembSender(RtpRtcp* rtp_rtcp) { in RemoveRembSender()
Dvie_channel.cc232 RtpRtcp* rtp_rtcp = *it; in ~ViEChannel() local
311 RtpRtcp* rtp_rtcp = *it; in SetSendCodec() local
343 RtpRtcp* rtp_rtcp = simulcast_rtp_rtcp_.back(); in SetSendCodec() local
358 RtpRtcp* rtp_rtcp = *it; in SetSendCodec() local
404 RtpRtcp* rtp_rtcp = simulcast_rtp_rtcp_.back(); in SetSendCodec() local
548 RtpRtcp* rtp_rtcp = *it; in SetRTCPMode() local
590 RtpRtcp* rtp_rtcp = *it; in ProcessNACKRequest() local
600 RtpRtcp* rtp_rtcp = *it; in ProcessNACKRequest() local
640 RtpRtcp* rtp_rtcp = *it; in ProcessFECRequest() local
828 RtpRtcp* rtp_rtcp = GetRtpRtcpModule(simulcast_idx); in SetSSRC() local
[all …]
Dvie_sync_module.cc28 const RtpRtcp& rtp_rtcp, const RtpReceiver& receiver) { in UpdateMeasurements()
Dvie_receiver.cc331 RtpRtcp* rtp_rtcp = *it++; in InsertRTCPPacket() local
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dtb_interfaces.h41 webrtc::ViERTP_RTCP* rtp_rtcp; variable
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc30 RtpRtcp* rtp_rtcp) { in UpdateRtcpTimestamp()
Dremote_ntp_time_estimator_unittest.cc58 void UpdateRtcpTimestamp(MockRtpRtcp* rtp_rtcp, bool expected_result) { in UpdateRtcpTimestamp()
Dnack_rtx_unittest.cc55 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} in TestRtpFeedback()
/external/chromium_org/third_party/webrtc/video/
Dreceive_statistics_proxy.cc21 ViERTP_RTCP* rtp_rtcp, in ReceiveStatisticsProxy()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_codec.cc149 webrtc::ViERTP_RTCP* rtp_rtcp = interfaces.rtp_rtcp; in ViECodecStandardTest() local
303 webrtc::ViERTP_RTCP* rtp_rtcp = interfaces.rtp_rtcp; in ViECodecExtendedTest() local
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc75 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} in TestRtpFeedback()
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc59 VoERTP_RTCP* rtp_rtcp = NULL; variable
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc128 VoERTP_RTCP* rtp_rtcp; member