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

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/
video_renderer.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
28 // This function returns true if WebRTC should not delay frames for
36 } // namespace webrtc
  /external/webrtc/webrtc/voice_engine/mock/
mock_voe_observer.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/voice_engine/include/voe_base.h"
17 namespace webrtc { namespace
  /external/webrtc/webrtc/voice_engine/test/auto_test/
automated_mode.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
12 #include "webrtc/test/testsupport/fileutils.h"
15 // Initialize WebRTC testing framework so paths to resources can be resolved.
16 webrtc::test::SetExecutablePath(argv[0]);
voe_test_interface.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
18 #include "webrtc/common_types.h"
22 using namespace webrtc;
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 37 #include "talk/media/webrtc/webrtcvideoframe.h"
38 #include "webrtc/base/asyncinvoker.h"
39 #include "webrtc/base/messagehandler.h"
40 #include "webrtc/base/scoped_ptr.h"
41 #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
42 #include "webrtc/modules/video_capture/video_capture.h"
51 virtual webrtc::VideoCaptureModule* Create(
53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
55 webrtc::VideoCaptureModule::DeviceInfo* info) = 0;
58 // WebRTC-based implementation of VideoCapturer
    [all...]
fakewebrtcvideocapturemodule.h 34 #include "talk/media/webrtc/fakewebrtcdeviceinfo.h"
35 #include "talk/media/webrtc/webrtcvideocapturer.h"
39 // Fake class for mocking out webrtc::VideoCaptureModule.
40 class FakeWebRtcVideoCaptureModule : public webrtc::VideoCaptureModule {
52 webrtc::VideoCaptureDataCallback& callback) override {
57 webrtc::VideoCaptureFeedBack& callback) override {
71 int32_t StartCapture(const webrtc::VideoCaptureCapability& cap) override {
85 int32_t CaptureSettings(webrtc::VideoCaptureCapability& settings) override {
91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override {
101 const webrtc::VideoCodec& codec) override
    [all...]
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_ds.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/video_capture/windows/video_capture_ds.h"
13 #include "webrtc/modules/video_capture/video_capture_config.h"
14 #include "webrtc/modules/video_capture/windows/help_functions_ds.h"
15 #include "webrtc/modules/video_capture/windows/sink_filter_ds.h"
16 #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
17 #include "webrtc/system_wrappers/include/trace.h"
21 namespace webrtc namespace
80 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
12 #include "webrtc/base/checks.h"
13 #include "webrtc/base/scoped_ptr.h"
14 #include "webrtc/common_video/include/video_image.h"
15 #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
16 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
17 #include "webrtc/system_wrappers/include/tick_util.h"
18 #include "webrtc/test/testsupport/fileutils.h"
19 #include "webrtc/test/testsupport/metrics/video_metrics.h"
20 #include "webrtc/tools/simple_command_line_parser.h
    [all...]
  /external/webrtc/webrtc/api/objc/
RTCSessionDescription.mm 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/base/checks.h"
15 #import "webrtc/api/objc/RTCSessionDescription+Private.h"
16 #import "webrtc/base/objc/NSString+StdString.h"
17 #import "webrtc/base/objc/RTCLogging.h"
41 - (webrtc::SessionDescriptionInterface *)nativeDescription {
42 webrtc::SdpParseError error;
44 webrtc::SessionDescriptionInterface *description =
45 webrtc::CreateSessionDescription([[self class] stringForType:_type],
59 (webrtc::SessionDescriptionInterface *)nativeDescription
    [all...]
RTCSessionDescription+Private.h 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #include "talk/app/webrtc/jsep.h"
25 webrtc::SessionDescriptionInterface *nativeDescription;
33 (webrtc::SessionDescriptionInterface *)nativeDescription;
RTCStatsReport+Private.h 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #include "talk/app/webrtc/statstypes.h"
20 - (instancetype)initWithNativeReport:(const webrtc::StatsReport &)nativeReport;
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.mm 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit.h"
12 #import "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info_objc.h"
13 #import "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.h"
14 #include "webrtc/modules/video_capture/video_capture_config.h"
15 #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
16 #include "webrtc/system_wrappers/include/trace.h"
18 namespace webrtc
44 WEBRTC_TRACE(webrtc::kTraceDebug, webrtc::kTraceVideoCapture, _id
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
26 #include "webrtc/base/checks.h"
27 #include "webrtc/base/safe_conversions.h"
28 #include "webrtc/base/scoped_ptr.h"
29 #include "webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h"
30 #include "webrtc/modules/audio_coding/neteq/include/neteq.h"
31 #include "webrtc/modules/audio_coding/neteq/tools/input_audio_file.h"
32 #include "webrtc/modules/audio_coding/neteq/tools/output_audio_file.h"
33 #include "webrtc/modules/audio_coding/neteq/tools/output_wav_file.h"
34 #include "webrtc/modules/audio_coding/neteq/tools/packet.h
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
13 #include "webrtc/base/checks.h"
14 #include "webrtc/base/format_macros.h"
15 #include "webrtc/engine_configurations.h"
16 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
17 #include "webrtc/system_wrappers/include/trace.h"
19 namespace webrtc { namespace
28 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceAudioCoding, dummy_id
    [all...]
  /external/webrtc/talk/app/webrtc/
mediacontroller.h 31 #include "webrtc/base/thread.h"
37 namespace webrtc { namespace
50 virtual webrtc::Call* call_w() = 0;
53 } // namespace webrtc
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaSource+Internal.h 30 #include "talk/app/webrtc/mediastreaminterface.h"
35 rtc::scoped_refptr<webrtc::MediaSourceInterface> mediaSource;
38 (rtc::scoped_refptr<webrtc::MediaSourceInterface>)mediaSource;
RTCMediaStream+Internal.h 30 #include "talk/app/webrtc/mediastreamtrack.h"
35 rtc::scoped_refptr<webrtc::MediaStreamInterface> mediaStream;
38 (rtc::scoped_refptr<webrtc::MediaStreamInterface>)mediaStream;
RTCMediaStreamTrack+Internal.h 30 #include "talk/app/webrtc/mediastreaminterface.h"
35 rtc::scoped_refptr<webrtc::MediaStreamTrackInterface> mediaTrack;
38 (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)mediaTrack;
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 30 #include "talk/app/webrtc/test/fakedtlsidentitystore.h"
31 #include "talk/app/webrtc/test/fakeperiodicvideocapturer.h"
32 #include "talk/app/webrtc/test/mockpeerconnectionobservers.h"
33 #include "talk/app/webrtc/test/peerconnectiontestwrapper.h"
34 #include "talk/app/webrtc/videosourceinterface.h"
35 #include "webrtc/base/gunit.h"
36 #include "webrtc/p2p/client/fakeportallocator.h"
45 using webrtc::FakeConstraints;
46 using webrtc::FakeVideoTrackRenderer;
47 using webrtc::IceCandidateInterface
    [all...]
  /external/webrtc/webrtc/audio/
audio_receive_stream.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/audio_receive_stream.h"
15 #include "webrtc/audio_state.h"
16 #include "webrtc/base/thread_checker.h"
17 #include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
19 namespace webrtc { namespace
29 class AudioReceiveStream final : public webrtc::AudioReceiveStream {
32 const webrtc::AudioReceiveStream::Config& config,
33 const rtc::scoped_refptr<webrtc::AudioState>& audio_state);
36 // webrtc::ReceiveStream implementation
    [all...]
scoped_voe_interface.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/base/checks.h"
16 namespace webrtc { namespace
26 explicit ScopedVoEInterface(webrtc::VoiceEngine* e)
43 } // namespace webrtc
  /external/webrtc/webrtc/system_wrappers/include/
logcat_trace_context.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/system_wrappers/include/trace.h"
20 namespace webrtc { namespace
24 class LogcatTraceContext : public webrtc::TraceCallback {
33 } // namespace webrtc
logging.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
44 namespace webrtc { namespace
101 sev < webrtc::LS_INFO ? (void) 0 :
107 RESTRICT_LOGGING_PRECONDITION(sev) !(webrtc::LogMessage::Loggable(sev)) \
109 : webrtc::LogMessageVoidify() &
112 LOG_SEVERITY_PRECONDITION(webrtc::sev) \
113 webrtc::LogMessage(__FILE__, __LINE__, webrtc::sev).stream()
119 webrtc::LogMessage(__FILE__, __LINE__, sev).stream()
130 } // namespace webrtc
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_helpers_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/system_wrappers/include/data_log.h"
17 using ::webrtc::DataLog;
21 webrtc::ValueContainer<int> v1(c);
23 webrtc::ValueContainer<int> v2(c);
36 webrtc::ValueContainer<double> v1(c);
38 webrtc::ValueContainer<double> v2(c);
52 webrtc::MultiValueContainer<int> m1(a, 3);
53 webrtc::MultiValueContainer<int> m2(b, 3);
54 webrtc::MultiValueContainer<int> m3(a, 3)
    [all...]
  /external/webrtc/webrtc/test/fuzzers/
webrtc_fuzzer_main.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/base/logging.h"
33 namespace webrtc { namespace
35 } // namespace webrtc
39 webrtc::FuzzOneInput(data, size);

Completed in 610 milliseconds

1 2 3 4 56 7 8 91011>>