Searched refs:VoERTP_RTCPImpl (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_rtp_rtcp_impl.cc | 38 VoERTP_RTCPImpl::VoERTP_RTCPImpl(voe::SharedData* shared) : _shared(shared) { in VoERTP_RTCPImpl() function in webrtc::VoERTP_RTCPImpl 43 VoERTP_RTCPImpl::~VoERTP_RTCPImpl() { in ~VoERTP_RTCPImpl() 48 int VoERTP_RTCPImpl::SetLocalSSRC(int channel, unsigned int ssrc) { in SetLocalSSRC() 65 int VoERTP_RTCPImpl::GetLocalSSRC(int channel, unsigned int& ssrc) { in GetLocalSSRC() 80 int VoERTP_RTCPImpl::GetRemoteSSRC(int channel, unsigned int& ssrc) { in GetRemoteSSRC() 95 int VoERTP_RTCPImpl::SetSendAudioLevelIndicationStatus(int channel, in SetSendAudioLevelIndicationStatus() 128 int VoERTP_RTCPImpl::SetReceiveAudioLevelIndicationStatus(int channel, in SetReceiveAudioLevelIndicationStatus() 160 int VoERTP_RTCPImpl::SetSendAbsoluteSenderTimeStatus(int channel, in SetSendAbsoluteSenderTimeStatus() 191 int VoERTP_RTCPImpl::SetReceiveAbsoluteSenderTimeStatus(int channel, in SetReceiveAbsoluteSenderTimeStatus() 223 int VoERTP_RTCPImpl::SetRTCPStatus(int channel, bool enable) { in SetRTCPStatus() [all …]
|
D | voe_rtp_rtcp_impl.h | 20 class VoERTP_RTCPImpl : public VoERTP_RTCP { 83 VoERTP_RTCPImpl(voe::SharedData* shared); 84 ~VoERTP_RTCPImpl() override;
|
D | voice_engine_impl.h | 81 public VoERTP_RTCPImpl, 116 VoERTP_RTCPImpl(this), in VoiceEngineImpl()
|