Searched refs:RTCPMethod (Results 1 – 13 of 13) sorted by relevance
37 RTCPMethod Status() const;38 int32_t SetRTCPStatus(const RTCPMethod method);226 RTCPMethod _method;
83 RTCPMethod Status() const;84 int32_t SetRTCPStatus(const RTCPMethod method);276 RTCPMethod _method;
139 virtual RTCPMethod RTCP() const OVERRIDE;142 virtual int32_t SetRTCPStatus(const RTCPMethod method) OVERRIDE;
658 RTCPMethod ModuleRtpRtcpImpl::RTCP() const { in RTCP()666 int32_t ModuleRtpRtcpImpl::SetRTCPStatus(const RTCPMethod method) { in SetRTCPStatus()
92 RTCPMethod100 RTCPReceiver::SetRTCPStatus(const RTCPMethod method) in SetRTCPStatus()
253 RTCPMethod261 RTCPSender::SetRTCPStatus(const RTCPMethod method) in SetRTCPStatus()
28 static RTCPMethod ViERTCPModeToRTCPMethod(ViERTCPMode api_mode) { in ViERTCPModeToRTCPMethod()43 static ViERTCPMode RTCPMethodToViERTCPMode(RTCPMethod module_method) { in RTCPMethodToViERTCPMode()270 RTCPMethod module_mode = ViERTCPModeToRTCPMethod(rtcp_mode); in SetRTCPStatus()286 RTCPMethod module_mode = kRtcpOff; in GetRTCPStatus()364 RTCPMethod method; in SendApplicationDefinedRTCPPacket()
110 int32_t SetRTCPMode(const RTCPMethod rtcp_mode);111 int32_t GetRTCPMode(RTCPMethod* rtcp_mode);
512 int32_t ViEChannel::SetRTCPMode(const RTCPMethod rtcp_mode) { in SetRTCPMode()523 int32_t ViEChannel::GetRTCPMode(RTCPMethod* rtcp_mode) { in GetRTCPMode()976 RTCPMethod rtcp_method = rtp_rtcp_->RTCP(); in SendApplicationDefinedRTCPPacket()
367 virtual RTCPMethod RTCP() const = 0;376 virtual int32_t SetRTCPStatus(const RTCPMethod method) = 0;
52 enum RTCPMethod enum
130 RTCPMethod());132 int32_t(const RTCPMethod method));
3158 RTCPMethod method = _rtpRtcpModule->RTCP(); in GetRTCPStatus()3345 RTCPMethod status = _rtpRtcpModule->RTCP(); in SendApplicationDefinedRTCPPacket()3478 RTCPMethod method = _rtpRtcpModule->RTCP(); in GetRTPStatistics()