Searched refs:VoERTP_RTCPImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc41 VoERTP_RTCPImpl::VoERTP_RTCPImpl(voe::SharedData* shared) : _shared(shared) function in class:webrtc::VoERTP_RTCPImpl
44 "VoERTP_RTCPImpl::VoERTP_RTCPImpl() - ctor");
47 VoERTP_RTCPImpl::~VoERTP_RTCPImpl()
50 "VoERTP_RTCPImpl::~VoERTP_RTCPImpl() - dtor");
53 int VoERTP_RTCPImpl::SetLocalSSRC(int channel, unsigned int ssrc)
73 int VoERTP_RTCPImpl
[all...]
H A Dvoe_rtp_rtcp_impl.h20 class VoERTP_RTCPImpl : public VoERTP_RTCP class in namespace:webrtc
100 VoERTP_RTCPImpl(voe::SharedData* shared);
101 virtual ~VoERTP_RTCPImpl();
H A Dvoice_engine_impl.h78 public VoERTP_RTCPImpl,
114 VoERTP_RTCPImpl(this),

Completed in 2814 milliseconds