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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.cc38 VoERTP_RTCPImpl::VoERTP_RTCPImpl(voe::SharedData* shared) : _shared(shared) { function in class:webrtc::VoERTP_RTCPImpl
40 "VoERTP_RTCPImpl::VoERTP_RTCPImpl() - ctor");
43 VoERTP_RTCPImpl::~VoERTP_RTCPImpl() {
45 "VoERTP_RTCPImpl::~VoERTP_RTCPImpl() - dtor");
48 int VoERTP_RTCPImpl::SetLocalSSRC(int channel, unsigned int ssrc) {
65 int VoERTP_RTCPImpl
[all...]
H A Dvoe_rtp_rtcp_impl.h20 class VoERTP_RTCPImpl : public VoERTP_RTCP { class in namespace:webrtc
83 VoERTP_RTCPImpl(voe::SharedData* shared);
84 ~VoERTP_RTCPImpl() override;
H A Dvoice_engine_impl.h81 public VoERTP_RTCPImpl,
116 VoERTP_RTCPImpl(this),

Completed in 46 milliseconds