Searched refs:webrtc (Results 126 - 150 of 2804) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DSdpObserver.java28 package org.webrtc;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCAudioTrack+Internal.h30 #include "talk/app/webrtc/mediastreaminterface.h"
35 rtc::scoped_refptr<webrtc::AudioTrackInterface> audioTrack;
H A DRTCAudioTrack.mm41 - (rtc::scoped_refptr<webrtc::AudioTrackInterface>)audioTrack {
42 return static_cast<webrtc::AudioTrackInterface*>(self.mediaTrack.get());
H A DRTCICEServer+Internal.h30 #include "talk/app/webrtc/peerconnectioninterface.h"
36 readonly) webrtc::PeerConnectionInterface::IceServer iceServer;
H A DRTCMediaConstraints+Internal.h32 #include "talk/app/webrtc/mediastreaminterface.h"
38 webrtc::RTCMediaConstraintsNative *constraints;
H A DRTCVideoRenderer+Internal.h30 #include "talk/app/webrtc/mediastreaminterface.h"
34 @property(nonatomic, readonly) webrtc::VideoRendererInterface* videoRenderer;
H A DRTCVideoSource+Internal.h30 #include "talk/app/webrtc/videosourceinterface.h"
35 rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
H A DRTCVideoSource.mm40 - (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
41 return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dumametrics.h33 namespace webrtc { namespace
57 } // namespace webrtc
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DNativeWebRtcContextRegistry.java11 package org.webrtc.webrtcdemo;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_performance_unittest.cc12 #include "webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.h"
13 #include "webrtc/test/testsupport/perf_test.h"
14 #include "webrtc/typedefs.h"
22 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run(
25 webrtc::test::PrintResult(
36 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run(
39 webrtc::test::PrintResult(
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_performance_test.h14 #include "webrtc/typedefs.h"
16 namespace webrtc { namespace
30 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_block.h14 #include "webrtc/typedefs.h"
16 namespace webrtc { namespace
29 } // namespace webrtc
H A Dmouse_cursor_shape.h16 #include "webrtc/modules/desktop_capture/desktop_geometry.h"
18 namespace webrtc { namespace
34 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dcursor.h16 namespace webrtc { namespace
23 } // namespace webrtc
H A Dwindow_capture_utils.h13 #include "webrtc/modules/desktop_capture/desktop_geometry.h"
15 namespace webrtc { namespace
25 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvideo_codec_information.h14 #include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h"
15 #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h"
17 namespace webrtc { namespace
26 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_internal.h17 namespace webrtc { namespace
19 // In order to be able to use the internal webrtc video capture
23 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dbrighten.h14 #include "webrtc/modules/video_processing/main/interface/video_processing.h"
15 #include "webrtc/typedefs.h"
17 namespace webrtc { namespace
23 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_internal.h17 namespace webrtc { namespace
19 // In order to be able to use the internal webrtc video render
23 } // namespace webrtc
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcpu_info.h14 #include "webrtc/typedefs.h"
16 namespace webrtc { namespace
27 } // namespace webrtc
H A Dfield_trial.h16 #include "webrtc/common_types.h"
18 // Field trials allow webrtc clients (such as Chrome) to turn on feature code
23 // std::string webrtc::field_trial::FindFullName(const std::string& trial).
58 namespace webrtc { namespace
68 } // namespace webrtc
/external/chromium_org/third_party/webrtc/test/
H A Dfield_trial.h16 namespace webrtc { namespace
20 // to chrome's argument --force-fieldtrials and initializes webrtc::field_trial
35 } // namespace webrtc
H A Dnull_platform_renderer.cc11 #include "webrtc/test/video_renderer.h"
13 namespace webrtc { namespace
22 } // webrtc
H A Dnull_transport.cc10 #include "webrtc/test/null_transport.h"
12 namespace webrtc { namespace
24 } // namespace webrtc

Completed in 1707 milliseconds

1234567891011>>