HomeSort by relevance Sort by last modified time
    Searched refs:VoERTP_RTCPImpl (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc 38 VoERTP_RTCPImpl::VoERTP_RTCPImpl(voe::SharedData* shared) : _shared(shared) {
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::GetLocalSSRC(int channel, unsigned int& ssrc)
    [all...]
voe_rtp_rtcp_impl.h 20 class VoERTP_RTCPImpl : public VoERTP_RTCP {
83 VoERTP_RTCPImpl(voe::SharedData* shared);
84 ~VoERTP_RTCPImpl() override;
voice_engine_impl.h 81 public VoERTP_RTCPImpl,
116 VoERTP_RTCPImpl(this),

Completed in 368 milliseconds