HomeSort by relevance Sort by last modified time
    Searched refs:webrtc (Results 276 - 300 of 2050) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
external_media_test.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/base/arraysize.h"
12 #include "webrtc/modules/include/module_common_types.h"
13 #include "webrtc/voice_engine/include/voe_external_media.h"
14 #include "webrtc/voice_engine/test/auto_test/fakes/fake_media_process.h"
15 #include "webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.h"
19 void TestRegisterExternalMedia(int channel, webrtc::ProcessingTypes type) {
35 TestRegisterExternalMedia(-1, webrtc::kPlaybackAllChannelsMixed);
41 TestRegisterExternalMedia(channel_, webrtc::kRecordingPerChannel);
48 TestRegisterExternalMedia(-1, webrtc::kRecordingAllChannelsMixed)
    [all...]
hardware_test.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_device/include/audio_device.h"
12 #include "webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.h"
36 webrtc::AudioDeviceModule::kDefaultCommunicationDevice));
39 webrtc::AudioDeviceModule::kDefaultCommunicationDevice));
  /external/webrtc/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 28 #include "talk/app/webrtc/test/peerconnectiontestwrapper.h"
29 #include "talk/app/webrtc/test/mockpeerconnectionobservers.h"
31 #include "talk/app/webrtc/test/androidtestinitializer.h"
33 #include "webrtc/base/gunit.h"
34 #include "webrtc/base/logging.h"
35 #include "webrtc/base/ssladapter.h"
36 #include "webrtc/base/sslstreamadapter.h"
37 #include "webrtc/base/stringencode.h"
38 #include "webrtc/base/stringutils.h"
46 using webrtc::DataChannelInterface
    [all...]
dtmfsenderinterface.h 33 #include "talk/app/webrtc/mediastreaminterface.h"
34 #include "webrtc/base/common.h"
35 #include "webrtc/base/refcount.h"
39 namespace webrtc { namespace
55 // WebRTC W3C Editor's Draft.
103 } // namespace webrtc
rtpreceiverinterface.h 29 // http://w3c.github.io/webrtc-pc/#rtcrtpreceiver-interface
36 #include "talk/app/webrtc/proxy.h"
37 #include "talk/app/webrtc/mediastreaminterface.h"
38 #include "webrtc/base/refcount.h"
39 #include "webrtc/base/scoped_ref_ptr.h"
41 namespace webrtc { namespace
64 } // namespace webrtc
videosourceinterface.h 31 #include "talk/app/webrtc/mediastreaminterface.h"
34 namespace webrtc { namespace
61 } // namespace webrtc
videotrackrenderers.h 33 #include "talk/app/webrtc/mediastreaminterface.h"
35 #include "webrtc/base/criticalsection.h"
36 #include "webrtc/base/scoped_ptr.h"
38 namespace webrtc { namespace
64 } // namespace webrtc
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 2 * Copyright 2012 The WebRTC Project Authors. All rights reserved.
11 #include "webrtc/examples/peerconnection/client/conductor.h"
16 #include "talk/app/webrtc/videosourceinterface.h"
17 #include "webrtc/examples/peerconnection/client/defaults.h"
19 #include "talk/app/webrtc/test/fakeconstraints.h"
20 #include "webrtc/base/common.h"
21 #include "webrtc/base/json.h"
22 #include "webrtc/base/logging.h"
37 : public webrtc::SetSessionDescriptionObserver {
81 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory()
    [all...]
  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
24 #include "webrtc/modules/video_capture/linux/video_capture_linux.h"
25 #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
26 #include "webrtc/system_wrappers/include/ref_count.h"
27 #include "webrtc/system_wrappers/include/trace.h"
29 namespace webrtc namespace
104 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id, "no matching device found");
146 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
PeerConnectionAndroidTest.java 28 package org.webrtc;
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc 29 #include "talk/app/webrtc/java/jni/androidvideocapturer_jni.h"
30 #include "talk/app/webrtc/java/jni/classreferenceholder.h"
31 #include "talk/app/webrtc/java/jni/native_handle_impl.h"
32 #include "talk/app/webrtc/java/jni/surfacetexturehelper_jni.h"
34 #include "webrtc/base/bind.h"
57 jni, FindClass(jni, "org/webrtc/VideoCapturerAndroid")),
61 "org/webrtc/VideoCapturerAndroid$NativeObserver")),
78 webrtc::AndroidVideoCapturer* capturer) {
97 "Lorg/webrtc/VideoCapturerAndroid$CapturerObserver;)V");
125 void (webrtc::AndroidVideoCapturer::*method)(Args...)
    [all...]
surfacetexturehelper_jni.h 34 #include "talk/app/webrtc/java/jni/jni_helpers.h"
35 #include "talk/app/webrtc/java/jni/native_handle_impl.h"
36 #include "webrtc/base/refcount.h"
37 #include "webrtc/base/scoped_ref_ptr.h"
38 #include "webrtc/common_video/include/video_frame_buffer.h"
43 // It is used for creating webrtc::VideoFrameBuffers from a SurfaceTexture when
61 rtc::scoped_refptr<webrtc::VideoFrameBuffer> CreateTextureFrame(
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
IceCandidate.java 28 package org.webrtc;
MediaSource.java 29 package org.webrtc;
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaConstraintsNative.cc 28 #include "talk/app/webrtc/objc/RTCMediaConstraintsNative.h"
30 namespace webrtc { namespace
51 } // namespace webrtc
RTCMediaConstraintsNative.h 31 #include "talk/app/webrtc/mediaconstraintsinterface.h"
33 namespace webrtc { namespace
48 } // namespace webrtc
RTCVideoRendererAdapter.h 30 #include "talk/app/webrtc/mediastreaminterface.h"
36 webrtc::VideoRendererInterface* nativeVideoRenderer;
  /external/webrtc/webrtc/
audio_state.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/base/refcount.h"
14 #include "webrtc/base/scoped_ref_ptr.h"
16 namespace webrtc { namespace
23 // of WebRtc/Libjingle. Please use the VoiceEngine API instead.
24 // See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
27 // webrtc::Call for audio processing purposes.
46 } // namespace webrtc
  /external/webrtc/webrtc/call/
transport_adapter.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/common_types.h"
14 #include "webrtc/system_wrappers/include/atomic32.h"
15 #include "webrtc/transport.h"
17 namespace webrtc { namespace
37 } // namespace webrtc
  /external/webrtc/webrtc/common_audio/
fir_filter_neon.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/base/scoped_ptr.h"
15 #include "webrtc/common_audio/fir_filter.h"
16 #include "webrtc/system_wrappers/include/aligned_malloc.h"
18 namespace webrtc { namespace
35 } // namespace webrtc
fir_filter_sse.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/base/scoped_ptr.h"
15 #include "webrtc/common_audio/fir_filter.h"
16 #include "webrtc/system_wrappers/include/aligned_malloc.h"
18 namespace webrtc { namespace
35 } // namespace webrtc
real_fourier_openmax.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/common_audio/real_fourier.h"
18 namespace webrtc { namespace
41 } // namespace webrtc
sparse_fir_filter.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/base/constructormagic.h"
19 namespace webrtc { namespace
50 } // namespace webrtc
  /external/webrtc/webrtc/common_audio/resampler/
push_resampler_unittest.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
12 #include "webrtc/common_audio/resampler/include/push_resampler.h"
16 namespace webrtc { namespace
28 } // namespace webrtc
sinusoidal_linear_chirp_source.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/base/constructormagic.h"
18 #include "webrtc/common_audio/resampler/sinc_resampler.h"
20 namespace webrtc { namespace
53 } // namespace webrtc

Completed in 1214 milliseconds

<<11121314151617181920>>