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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 27 // VoERTP_RTCP* rtp_rtcp = VoERTP_RTCP::GetInterface(voe);
115 // VoERTP_RTCP
116 class WEBRTC_DLLEXPORT VoERTP_RTCP
120 // Factory for the VoERTP_RTCP sub-API. Increases an internal
123 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);
125 // Releases the VoERTP_RTCP sub-API and decreases an internal
286 VoERTP_RTCP() {}
287 virtual ~VoERTP_RTCP() {}
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 63 webrtc::VoERTP_RTCP* voe_rtp_rtcp_;
before_initialization_fixture.cc 23 voe_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(voice_engine_);
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 150 VoERTP_RTCP* RTP_RTCPPtr() const {
197 VoERTP_RTCP* voe_rtp_rtcp_;
voe_standard_test.cc 143 voe_rtp_rtcp_ = VoERTP_RTCP::GetInterface(voice_engine_);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 112 webrtc::VoERTP_RTCP* rtp,
140 webrtc::VoERTP_RTCP* rtp() const { return rtp_.get(); }
156 scoped_voe_ptr<webrtc::VoERTP_RTCP> rtp_;
webrtcvoiceengine.h 394 typedef int (webrtc::VoERTP_RTCP::* ExtensionSetterFunction)(int, bool,
webrtcvoiceengine.cc     [all...]
fakewebrtcvoiceengine.h 78 public webrtc::VoENetwork, public webrtc::VoERTP_RTCP,
762 // webrtc::VoERTP_RTCP
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 20 class VoERTP_RTCPImpl : public VoERTP_RTCP
voe_rtp_rtcp_impl.cc 24 VoERTP_RTCP* VoERTP_RTCP::GetInterface(VoiceEngine* voiceEngine)
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 182 webrtc::VoERTP_RTCP* ptrVoERtpRtcp =
183 webrtc::VoERTP_RTCP::GetInterface(voe);
185 printf("ERROR in VoERTP_RTCP::GetInterface\n");
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h 160 VoERTP_RTCP* _veRtpRtcpPtr;
WinTestDlg.cc     [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
voice_engine_jni.cc 64 rtp(webrtc::VoERTP_RTCP::GetInterface(ve)) {
125 webrtc::VoERTP_RTCP* const rtp;
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 128 VoERTP_RTCP* rtp_rtcp;
1240 veData.rtp_rtcp = VoERTP_RTCP::GetInterface(veData.ve);
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 59 VoERTP_RTCP* rtp_rtcp = NULL;
133 rtp_rtcp = VoERTP_RTCP::GetInterface(m_voe);

Completed in 187 milliseconds