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

1 2 3 45 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/objc/
RTCVideoSource.mm 40 - (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
41 return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
RTCVideoTrack+Internal.h 30 #include "talk/app/webrtc/mediastreaminterface.h"
31 #include "talk/app/webrtc/peerconnectioninterface.h"
38 rtc::scoped_refptr<webrtc::VideoTrackInterface> nativeVideoTrack;
  /external/webrtc/talk/media/webrtc/
fakewebrtcvcmfactory.h 33 #include "talk/media/webrtc/fakewebrtcvideocapturemodule.h"
34 #include "talk/media/webrtc/webrtcvideocapturer.h"
40 virtual webrtc::VideoCaptureModule* Create(int module_id,
48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
51 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
53 void OnDestroyed(webrtc::VideoCaptureModule* module) {
  /external/webrtc/webrtc/api/objc/
RTCIceServer+Private.h 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #include "talk/app/webrtc/peerconnectioninterface.h"
24 webrtc::PeerConnectionInterface::IceServer iceServer;
  /external/webrtc/webrtc/audio/
audio_state.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/audio_state.h"
15 #include "webrtc/audio/scoped_voe_interface.h"
16 #include "webrtc/base/constructormagic.h"
17 #include "webrtc/base/criticalsection.h"
18 #include "webrtc/base/thread_checker.h"
19 #include "webrtc/voice_engine/include/voe_base.h"
21 namespace webrtc { namespace
24 class AudioState final : public webrtc::AudioState,
25 public webrtc::VoiceEngineObserver
    [all...]
conversion.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
25 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module_typedefs.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/modules/include/module_common_types.h"
17 #include "webrtc/typedefs.h"
19 namespace webrtc { namespace
49 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_performance_unittest.cc 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
12 #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/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_frame_manipulator.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
24 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_processing/transient/
common.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
26 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_processing/vad/
gmm.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
44 } // namespace webrtc
  /external/webrtc/webrtc/modules/bitrate_controller/include/mock/
mock_bitrate_controller.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
17 namespace webrtc { namespace
28 } // namespace webrtc
  /external/webrtc/webrtc/modules/desktop_capture/
differ_block.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
31 } // namespace webrtc
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
23 } // namespace webrtc
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
mock_remote_bitrate_observer.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
17 #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
19 namespace webrtc { namespace
27 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_capture/
video_capture_config.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc namespace
31 } // namespace webrtc
video_capture_internal.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
19 // In order to be able to use the internal webrtc video capture
23 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/include/
vp8.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
10 * WEBRTC VP8 wrapper interface
16 #include "webrtc/modules/video_coding/include/video_codec_interface.h"
18 namespace webrtc { namespace
33 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_factory.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
32 } // namespace webrtc
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/include/
vp9.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/modules/video_coding/include/video_codec_interface.h"
17 namespace webrtc { namespace
32 } // namespace webrtc
  /external/webrtc/webrtc/system_wrappers/include/
field_trial.h 2 // Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 // Field trials allow webrtc clients (such as Chrome) to turn on feature code
19 // WebRTC clients MUST provide an implementation of:
21 // std::string webrtc::field_trial::FindFullName(const std::string& trial).
56 namespace webrtc { namespace
62 // Note: To keep things tidy append all the trial names with WebRTC.
66 } // namespace webrtc
  /external/webrtc/webrtc/test/fuzzers/
vp8_qp_parser_fuzzer.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
10 #include "webrtc/modules/video_coding/utility/vp8_header_parser.h"
12 namespace webrtc { namespace
17 } // namespace webrtc
  /external/webrtc/webrtc/test/
histogram.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
30 } // namespace webrtc
null_platform_renderer.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/test/video_renderer.h"
13 namespace webrtc { namespace
22 } // webrtc
run_all_unittests.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/test/test_suite.h"
14 webrtc::test::TestSuite test_suite(argc, argv);

Completed in 1065 milliseconds

1 2 3 45 6 7 8 91011>>