Searched refs:VoERTP_RTCP (Results 1 – 13 of 13) sorted by relevance
100 class WEBRTC_DLLEXPORT VoERTP_RTCP {105 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);211 VoERTP_RTCP() {} in VoERTP_RTCP() function212 virtual ~VoERTP_RTCP() {} in ~VoERTP_RTCP()
102 webrtc::VoERTP_RTCP* rtp, in VoEWrapper()120 webrtc::VoERTP_RTCP* rtp() const { return rtp_.get(); } in rtp()131 scoped_voe_ptr<webrtc::VoERTP_RTCP> rtp_;
143 public webrtc::VoENetwork, public webrtc::VoERTP_RTCP,
149 VoERTP_RTCP* RTP_RTCPPtr() const { in RTP_RTCPPtr()196 VoERTP_RTCP* voe_rtp_rtcp_;
135 voe_rtp_rtcp_ = VoERTP_RTCP::GetInterface(voice_engine_); in GetInterfaces()
148 webrtc::VoERTP_RTCP* local_rtp_rtcp_;154 webrtc::VoERTP_RTCP* remote_rtp_rtcp_;
54 local_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(local_voe_); in ConferenceTransport()62 remote_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(remote_voe_); in ConferenceTransport()
62 webrtc::VoERTP_RTCP* voe_rtp_rtcp_;
23 voe_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(voice_engine_); in BeforeInitializationFixture()
20 class VoERTP_RTCPImpl : public VoERTP_RTCP {
23 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
128 VoERTP_RTCP* rtp_rtcp;1192 veData.rtp_rtcp = VoERTP_RTCP::GetInterface(veData.ve); in GetSubApis()
61 VoERTP_RTCP* rtp_rtcp = NULL;135 rtp_rtcp = VoERTP_RTCP::GetInterface(m_voe); in main()