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

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/test/fuzzers/
vp8_depacketizer_fuzzer.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
10 #include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h"
12 namespace webrtc { namespace
18 } // namespace webrtc
vp9_depacketizer_fuzzer.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
10 #include "webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h"
12 namespace webrtc { namespace
18 } // namespace webrtc
  /external/webrtc/webrtc/test/
mock_transport.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/transport.h"
17 namespace webrtc { namespace
27 } // namespace webrtc
null_transport.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
10 #include "webrtc/test/null_transport.h"
12 namespace webrtc { namespace
26 } // namespace webrtc
rtp_file_writer.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/common_types.h"
16 #include "webrtc/test/rtp_file_reader.h"
18 namespace webrtc { namespace
32 } // namespace webrtc
statistics.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/typedefs.h"
15 namespace webrtc { namespace
34 } // namespace webrtc
test_suite.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
20 #include "webrtc/base/constructormagic.h"
21 #include "webrtc/base/scoped_ptr.h"
23 namespace webrtc { namespace
48 } // namespace webrtc
test_main.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/base/logging.h"
14 #include "webrtc/test/field_trial.h"
15 #include "webrtc/test/testsupport/fileutils.h"
19 "E.g. running with --force_fieldtrials=WebRTC-FooFeature/Enable/"
20 " will assign the group Enable to field trial WebRTC-FooFeature.");
35 webrtc::test::SetExecutablePath(argv[0]);
36 webrtc::test::InitFieldTrialsFromString(FLAGS_force_fieldtrials);
  /external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/test/testsupport/fileutils.h"
31 namespace webrtc { namespace
43 original_working_dir_ = webrtc::test::WorkingDir();
62 std::string project_root = webrtc::test::ProjectRootPath();
76 std::string path = webrtc::test::OutputPath();
91 ASSERT_EQ("./", webrtc::test::OutputPath());
95 std::string temp_filename = webrtc::test::TempFilename(
96 webrtc::test::OutputPath(), "TempFilenameTest");
97 ASSERT_TRUE(webrtc::test::FileExists(temp_filename)
    [all...]
  /external/webrtc/webrtc/test/testsupport/mock/
mock_frame_reader.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/test/testsupport/frame_reader.h"
18 namespace webrtc { namespace
31 } // namespace webrtc
mock_frame_writer.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/test/testsupport/frame_writer.h"
18 namespace webrtc { namespace
30 } // namespace webrtc
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
37 } // namespace webrtc
  /external/webrtc/webrtc/voice_engine/
voice_engine_fixture.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
12 #include "webrtc/modules/audio_device/include/fake_audio_device.h"
13 #include "webrtc/test/mock_transport.h"
14 #include "webrtc/voice_engine/include/voe_base.h"
15 #include "webrtc/voice_engine/include/voe_network.h"
16 #include "webrtc/voice_engine/mock/mock_voe_observer.h"
18 namespace webrtc { namespace
33 } // namespace webrtc
  /external/webrtc/talk/media/webrtc/
webrtcmediaengine.cc 28 #include "talk/media/webrtc/webrtcmediaengine.h"
32 #include "talk/media/webrtc/webrtcvideoengine2.h"
33 #include "talk/media/webrtc/webrtcvoiceengine.h"
40 WebRtcMediaEngine2(webrtc::AudioDeviceModule* adm,
52 webrtc::AudioDeviceModule* adm,
68 webrtc::AudioDeviceModule* adm,
77 std::vector<webrtc::RtpExtension>* extensions,
83 [name](const webrtc::RtpExtension& rhs) {
112 std::vector<webrtc::RtpExtension> FilterRtpExtensions(
118 std::vector<webrtc::RtpExtension> result
    [all...]
webrtcvideocapturer.cc 28 #include "talk/media/webrtc/webrtcvideocapturer.h"
35 #include "talk/media/webrtc/webrtcvideoframe.h"
36 #include "talk/media/webrtc/webrtcvideoframefactory.h"
37 #include "webrtc/base/arraysize.h"
38 #include "webrtc/base/bind.h"
39 #include "webrtc/base/checks.h"
40 #include "webrtc/base/criticalsection.h"
41 #include "webrtc/base/logging.h"
42 #include "webrtc/base/safe_conversions.h"
43 #include "webrtc/base/thread.h
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_device/android/ensure_initialized.h"
19 #include "webrtc/base/checks.h"
20 #include "webrtc/modules/audio_device/android/audio_record_jni.h"
21 #include "webrtc/modules/audio_device/android/audio_track_jni.h"
22 #include "webrtc/modules/utility/include/jvm_android.h"
24 namespace webrtc { namespace
37 webrtc::JVM::Initialize(jvm, context);
45 } // namespace webrtc
opensles_common.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_device/android/opensles_common.h"
15 #include "webrtc/modules/audio_device/android/audio_common.h"
17 using webrtc::kNumChannels;
19 namespace webrtc { namespace
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capture_frame_queue.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/base/scoped_ptr.h"
15 #include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
16 #include "webrtc/typedefs.h"
18 namespace webrtc { namespace
20 } // namespace webrtc
22 namespace webrtc { namespace
72 } // namespace webrtc
window_capturer.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/base/constructormagic.h"
18 #include "webrtc/modules/desktop_capture/desktop_capture_types.h"
19 #include "webrtc/modules/desktop_capture/desktop_capturer.h"
20 #include "webrtc/typedefs.h"
22 namespace webrtc { namespace
28 typedef webrtc::WindowId WindowId;
58 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/common_video/include/video_image.h"
18 namespace webrtc { namespace
42 webrtc::FrameType frame_type;
68 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/modules/video_processing/include/video_processing.h"
18 #include "webrtc/system_wrappers/include/trace.h"
19 #include "webrtc/test/testsupport/fileutils.h"
21 namespace webrtc { namespace
30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt";
45 } // namespace webrtc
  /external/webrtc/webrtc/test/gl/
gl_renderer.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
20 #include "webrtc/test/video_renderer.h"
21 #include "webrtc/typedefs.h"
24 namespace webrtc { namespace
29 void RenderFrame(const webrtc::VideoFrame& frame,
49 } // webrtc
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/base/scoped_ptr.h"
18 #include "webrtc/base/scoped_ref_ptr.h"
19 #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
20 #include "webrtc/modules/utility/include/process_thread.h"
21 #include "webrtc/modules/video_capture/video_capture.h"
22 #include "webrtc/modules/video_capture/video_capture_factory.h"
23 #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
24 #include "webrtc/system_wrappers/include/sleep.h"
25 #include "webrtc/system_wrappers/include/tick_util.h
    [all...]
  /external/webrtc/talk/app/webrtc/
mediacontroller.cc 28 #include "talk/app/webrtc/mediacontroller.h"
31 #include "webrtc/base/bind.h"
32 #include "webrtc/base/checks.h"
33 #include "webrtc/call.h"
41 class MediaController : public webrtc::MediaControllerInterface,
56 webrtc::Call* call_w() override {
69 webrtc::Call::Config config;
74 call_.reset(webrtc::Call::Create(config));
83 rtc::scoped_ptr<webrtc::Call> call_;
89 namespace webrtc { namespace
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaSource.mm 37 rtc::scoped_refptr<webrtc::MediaSourceInterface> _mediaSource;
49 (rtc::scoped_refptr<webrtc::MediaSourceInterface>)mediaSource {
61 - (rtc::scoped_refptr<webrtc::MediaSourceInterface>)mediaSource {

Completed in 419 milliseconds

1 2 3 4 5 6 7 891011>>