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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 37 RTCPMethod Status() const;
38 int32_t SetRTCPStatus(const RTCPMethod method);
226 RTCPMethod _method;
rtcp_sender.h 79 RTCPMethod Status() const;
80 int32_t SetRTCPStatus(const RTCPMethod method);
282 RTCPMethod _method GUARDED_BY(_criticalSectionRTCPSender);
rtp_rtcp_impl.h 141 virtual RTCPMethod RTCP() const OVERRIDE;
144 virtual int32_t SetRTCPStatus(const RTCPMethod method) OVERRIDE;
rtcp_receiver.cc 92 RTCPMethod
100 RTCPReceiver::SetRTCPStatus(const RTCPMethod method)
    [all...]
rtp_rtcp_impl.cc 711 RTCPMethod ModuleRtpRtcpImpl::RTCP() const {
719 int32_t ModuleRtpRtcpImpl::SetRTCPStatus(const RTCPMethod method) {
    [all...]
rtcp_sender.cc 179 RTCPMethod
187 RTCPSender::SetRTCPStatus(const RTCPMethod method)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 363 virtual RTCPMethod RTCP() const = 0;
372 virtual int32_t SetRTCPStatus(const RTCPMethod method) = 0;
rtp_rtcp_defines.h 52 enum RTCPMethod
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 144 RTCPMethod());
146 int32_t(const RTCPMethod method));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.cc 28 static RTCPMethod ViERTCPModeToRTCPMethod(ViERTCPMode api_mode) {
43 static ViERTCPMode RTCPMethodToViERTCPMode(RTCPMethod module_method) {
294 RTCPMethod module_mode = ViERTCPModeToRTCPMethod(rtcp_mode);
310 RTCPMethod module_mode = kRtcpOff;
373 RTCPMethod method;
    [all...]
vie_channel.h 111 int32_t SetRTCPMode(const RTCPMethod rtcp_mode);
112 int32_t GetRTCPMode(RTCPMethod* rtcp_mode);
vie_channel.cc 543 int32_t ViEChannel::SetRTCPMode(const RTCPMethod rtcp_mode) {
554 int32_t ViEChannel::GetRTCPMode(RTCPMethod* rtcp_mode) {
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 111 milliseconds