HomeSort by relevance Sort by last modified time
    Searched defs:webrtc (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamproxy.h 31 #include "talk/app/webrtc/mediastreaminterface.h"
32 #include "talk/app/webrtc/proxy.h"
34 namespace webrtc { namespace
52 } // namespace webrtc
mediastreamtrackproxy.h 34 #include "talk/app/webrtc/mediastreaminterface.h"
35 #include "talk/app/webrtc/proxy.h"
37 namespace webrtc { namespace
71 } // namespace webrtc
peerconnectionproxy.h 31 #include "talk/app/webrtc/peerconnectioninterface.h"
32 #include "talk/app/webrtc/proxy.h"
34 namespace webrtc { namespace
70 } // namespace webrtc
videosourceproxy.h 31 #include "talk/app/webrtc/proxy.h"
32 #include "talk/app/webrtc/videosourceinterface.h"
34 namespace webrtc { namespace
49 } // namespace webrtc
webrtcsdp.h 42 namespace webrtc { namespace
79 } // namespace webrtc
  /external/webrtc/src/modules/audio_processing/
splitting_filter.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
61 } // namespace webrtc
high_pass_filter_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
49 } // namespace webrtc
level_estimator_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
50 } // namespace webrtc
splitting_filter.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
33 } // namespace webrtc
  /external/webrtc/src/system_wrappers/interface/
aligned_malloc.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc namespace
sleep.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
22 } // namespace webrtc
cpu_info.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
26 } // namespace webrtc
file_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
22 namespace webrtc { namespace
77 } // namespace webrtc
  /external/webrtc/src/system_wrappers/source/
condition_variable.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
37 } // namespace webrtc
cpu.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
38 } // namespace webrtc
cpu_no_op.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
22 } // namespace webrtc
critical_section.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
27 } // namespace webrtc
sleep.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
22 namespace webrtc { namespace
36 } // namespace webrtc
thread.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
30 } // namespace webrtc
unittest_utilities_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
34 } // namespace webrtc
  /external/chromium_org/remoting/codec/
codec_test.h 10 namespace webrtc { namespace
38 const webrtc::DesktopSize& screen_size,
39 const webrtc::DesktopSize& view_size,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
AudioSource.java 28 package org.webrtc;
AudioTrack.java 28 package org.webrtc;
StatsObserver.java 28 package org.webrtc;
30 /** Interface for observing Stats reports (see webrtc::StatsObservers). */
VideoSource.java 29 package org.webrtc;

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011