HomeSort by relevance Sort by last modified time
    Searched defs:webrtc (Results 176 - 200 of 269) sorted by null

1 2 3 4 5 6 78 91011

  /external/webrtc/src/common_audio/resampler/
resampler_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
143 } // namespace webrtc
resampler.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
23 namespace webrtc namespace
    [all...]
  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
80 } // namespace webrtc
  /external/webrtc/src/system_wrappers/interface/
static_instance.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
21 namespace webrtc { namespace
151 } // namspace webrtc
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
143 } // namespace webrtc
cpu_measurement_harness.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
127 } // namespace webrtc
map.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
166 } // namespace webrtc
thread_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
49 Trace::SetLevelFilter(webrtc::kTraceAll);
96 } // namespace webrtc
thread_win.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
21 namespace webrtc { namespace
233 } // namespace webrtc
trace_impl.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
21 namespace webrtc { namespace
130 } // namespace webrtc
trace_posix.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
39 namespace webrtc { namespace
120 } // namespace webrtc
trace_win.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
32 namespace webrtc { namespace
131 } // namespace webrtc
  /external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
32 video_file_ = webrtc::test::ResourcePath("foreman_cif_short", "yuv");
43 webrtc::test::QualityMetricsResult psnr_result_;
44 webrtc::test::QualityMetricsResult ssim_result_;
139 } // namespace webrtc
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 19 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
20 #include "third_party/webrtc/modules/desktop_capture/desktop_region.h"
26 namespace webrtc { namespace
28 } // namespace webrtc
48 virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
49 const webrtc::DesktopRect& clip_area,
50 webrtc::DesktopFrame* buffer,
51 const webrtc::DesktopRegion& region) OVERRIDE;
52 virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE;
53 virtual void SetSourceSize(const webrtc::DesktopSize& source_size
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannelinterface.h 29 // http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannel
41 namespace webrtc { namespace
60 // WebRTC implementation.
137 } // namespace webrtc
jsep.h 44 namespace webrtc { namespace
162 } // namespace webrtc
jsepsessiondescription.cc 27 #include "talk/app/webrtc/jsepsessiondescription.h"
29 #include "talk/app/webrtc/webrtcsdp.h"
36 namespace webrtc { namespace
193 } // namespace webrtc
proxy.h 28 // This file contains Macros for creating proxies for webrtc MediaStream and
60 namespace webrtc { namespace
285 } // namespace webrtc
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 28 package org.webrtc;
PeerConnectionFactory.java 29 package org.webrtc;
VideoRenderer.java 28 package org.webrtc;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeconstraints.h 34 #include "talk/app/webrtc/mediaconstraintsinterface.h"
37 namespace webrtc { namespace
39 class FakeConstraints : public webrtc::MediaConstraintsInterface {
130 } // namespace webrtc
peerconnectiontestwrapper.h 31 #include "talk/app/webrtc/peerconnectioninterface.h"
32 #include "talk/app/webrtc/test/fakeaudiocapturemodule.h"
33 #include "talk/app/webrtc/test/fakeconstraints.h"
34 #include "talk/app/webrtc/test/fakevideotrackrenderer.h"
38 namespace webrtc { namespace
43 : public webrtc::PeerConnectionObserver,
44 public webrtc::CreateSessionDescriptionObserver,
53 bool CreatePc(const webrtc::MediaConstraintsInterface* constraints);
58 webrtc::PeerConnectionInterface::SignalingState new_state) {}
60 webrtc::PeerConnectionObserver::StateType state_changed) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 39 #include "talk/app/webrtc/mediastreaminterface.h"
40 #include "talk/app/webrtc/peerconnectioninterface.h"
43 namespace webrtc { namespace
45 } // namespace webrtc
52 : public webrtc::PeerConnectionObserver,
53 public webrtc::CreateSessionDescriptionObserver,
85 webrtc::PeerConnectionObserver::StateType state_changed) {}
86 virtual void OnAddStream(webrtc::MediaStreamInterface* stream);
87 virtual void OnRemoveStream(webrtc::MediaStreamInterface* stream);
90 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate)
    [all...]
  /external/webrtc/src/common_audio/vad/
vad_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
234 } // namespace webrtc

Completed in 688 milliseconds

1 2 3 4 5 6 78 91011