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

1 2 3 45 6 7 8 91011

  /external/webrtc/test/
test_suite.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
39 } // namespace webrtc
  /external/webrtc/test/testsupport/
frame_reader.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
81 } // namespace webrtc
frame_writer.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
68 } // namespace webrtc
packet_reader.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
56 } // namespace webrtc
packet_reader.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
51 } // namespace webrtc
  /external/chromium_org/remoting/codec/
video_encoder_vp8.h 15 namespace webrtc { namespace
17 } // namespace webrtc
29 const webrtc::DesktopFrame* frame,
36 bool Init(const webrtc::DesktopSize& size);
44 // TODO(sergeyu): Update this code to use webrtc::DesktopRegion.
45 void PrepareImage(const webrtc::DesktopFrame* frame,
  /external/chromium_org/remoting/host/
desktop_environment.h 20 namespace webrtc { namespace
22 } // namespace webrtc
42 virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.h 33 #include "talk/app/webrtc/dtmfsenderinterface.h"
34 #include "talk/app/webrtc/mediastreaminterface.h"
35 #include "talk/app/webrtc/proxy.h"
41 // the WebRTC W3C Editor's Draft.
42 // http://dev.w3.org/2011/webrtc/editor/webrtc.html
48 namespace webrtc { namespace
136 } // namespace webrtc
fakeportallocatorfactory.h 34 #include "talk/app/webrtc/peerconnectioninterface.h"
37 namespace webrtc { namespace
72 } // namespace webrtc
jsepicecandidate.cc 28 #include "talk/app/webrtc/jsepicecandidate.h"
32 #include "talk/app/webrtc/webrtcsdp.h"
35 namespace webrtc { namespace
105 } // namespace webrtc
jsepicecandidate.h 35 #include "talk/app/webrtc/jsep.h"
39 namespace webrtc { namespace
90 } // namespace webrtc
localaudiosource.cc 28 #include "talk/app/webrtc/localaudiosource.h"
33 #include "talk/app/webrtc/mediaconstraintsinterface.h"
35 using webrtc::MediaConstraintsInterface;
36 using webrtc::MediaSourceInterface;
38 namespace webrtc { namespace
127 } // namespace webrtc
localvideosource.h 31 #include "talk/app/webrtc/mediastreaminterface.h"
32 #include "talk/app/webrtc/notifier.h"
33 #include "talk/app/webrtc/videosourceinterface.h"
52 namespace webrtc { namespace
66 const webrtc::MediaConstraintsInterface* constraints);
85 void Initialize(const webrtc::MediaConstraintsInterface* constraints);
98 } // namespace webrtc
mediastream_unittest.cc 30 #include "talk/app/webrtc/audiotrack.h"
31 #include "talk/app/webrtc/mediastream.h"
32 #include "talk/app/webrtc/videotrack.h"
45 namespace webrtc { namespace
101 scoped_refptr<webrtc::MediaStreamTrackInterface> video_track(
115 scoped_refptr<webrtc::MediaStreamTrackInterface> audio_track(
151 scoped_refptr<webrtc::VideoTrackInterface> video_track(
157 scoped_refptr<webrtc::AudioTrackInterface> audio_track(
162 } // namespace webrtc
mediastreamtrack.h 33 #include "talk/app/webrtc/mediastreaminterface.h"
34 #include "talk/app/webrtc/notifier.h"
36 namespace webrtc { namespace
79 } // namespace webrtc
peerconnectionfactory.h 32 #include "talk/app/webrtc/mediastreaminterface.h"
33 #include "talk/app/webrtc/peerconnectioninterface.h"
38 namespace webrtc { namespace
126 } // namespace webrtc
portallocatorfactory.cc 28 #include "talk/app/webrtc/portallocatorfactory.h"
38 namespace webrtc { namespace
92 } // namespace webrtc
streamcollection.h 34 #include "talk/app/webrtc/peerconnectioninterface.h"
36 namespace webrtc { namespace
123 } // namespace webrtc
videotrack.cc 27 #include "talk/app/webrtc/videotrack.h"
31 #include "talk/media/webrtc/webrtcvideocapturer.h"
33 namespace webrtc { namespace
78 } // namespace webrtc
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaConstraints.java 28 package org.webrtc;
MediaSource.java 29 package org.webrtc;
SessionDescription.java 29 package org.webrtc;
StatsReport.java 28 package org.webrtc;
30 /** Java version of webrtc::StatsReport. */
33 /** Java version of webrtc::StatsReport::Value. */
VideoTrack.java 28 package org.webrtc;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakevideotrackrenderer.h 31 #include "talk/app/webrtc/mediastreaminterface.h"
34 namespace webrtc { namespace
68 } // namespace webrtc

Completed in 720 milliseconds

1 2 3 45 6 7 8 91011