HomeSort by relevance Sort by last modified time
    Searched refs:webrtc (Results 26 - 50 of 581) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/
client_session_control.h 10 namespace webrtc { namespace
12 } // namespace webrtc
31 virtual void OnLocalMouseMoved(const webrtc::DesktopVector& position) = 0;
desktop_shape_tracker_mac.cc 8 #include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h"
13 webrtc::DesktopCaptureOptions options) {
desktop_shape_tracker_x11.cc 8 #include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h"
13 webrtc::DesktopCaptureOptions options) {
desktop_shape_tracker.h 10 namespace webrtc { namespace
13 } // namespace webrtc
21 webrtc::DesktopCaptureOptions options);
30 virtual const webrtc::DesktopRegion& desktop_shape() = 0;
ipc_video_frame_capturer.h 11 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
25 // Routes webrtc::ScreenCapturer calls though the IPC channel to the desktop
27 class IpcVideoFrameCapturer : public webrtc::ScreenCapturer {
33 // webrtc::DesktopCapturer interface.
35 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
37 // webrtc::ScreenCapturer interface.
42 void OnCaptureCompleted(scoped_ptr<webrtc::DesktopFrame> frame);
45 void OnCursorShapeChanged(scoped_ptr<webrtc::MouseCursorShape> cursor_shape);
48 // Points to the callback passed to webrtc::ScreenCapturer::Start().
49 webrtc::ScreenCapturer::Callback* callback_
    [all...]
chromoting_param_traits.cc 12 void ParamTraits<webrtc::DesktopVector>::Write(Message* m,
13 const webrtc::DesktopVector& p) {
19 bool ParamTraits<webrtc::DesktopVector>::Read(const Message* m,
21 webrtc::DesktopVector* r) {
25 *r = webrtc::DesktopVector(x, y);
30 void ParamTraits<webrtc::DesktopVector>::Log(const webrtc::DesktopVector& p,
32 l->append(base::StringPrintf("webrtc::DesktopVector(%d, %d)",
37 void ParamTraits<webrtc::DesktopSize>::Write(Message* m,
38 const webrtc::DesktopSize& p)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICECandidate+Internal.h 30 #include "talk/app/webrtc/peerconnectioninterface.h"
35 webrtc::IceCandidateInterface* candidate;
37 - (id)initWithCandidate:(const webrtc::IceCandidateInterface*)candidate;
RTCVideoRenderer+Internal.h 30 #include "talk/app/webrtc/mediastreaminterface.h"
36 webrtc::VideoRendererInterface *videoRenderer;
38 - (id)initWithVideoRenderer:(webrtc::VideoRendererInterface *)videoRenderer;
RTCMediaConstraints.mm 42 talk_base::scoped_ptr<webrtc::RTCMediaConstraintsNative> _constraints;
43 webrtc::MediaConstraintsInterface::Constraints _mandatory;
44 webrtc::MediaConstraintsInterface::Constraints _optional;
53 new webrtc::RTCMediaConstraintsNative(_mandatory, _optional));
58 + (webrtc::MediaConstraintsInterface::Constraints)
60 webrtc::MediaConstraintsInterface::Constraints constraints;
62 constraints.push_back(webrtc::MediaConstraintsInterface::Constraint(
72 - (const webrtc::RTCMediaConstraintsNative *)constraints {
RTCEnumConverter.h 32 #include "talk/app/webrtc/peerconnectioninterface.h"
37 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState;
40 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
43 (webrtc::PeerConnectionInterface::SignalingState)nativeState;
46 (webrtc::MediaSourceInterface::SourceState)nativeState;
48 + (webrtc::MediaStreamTrackInterface::TrackState)convertTrackStateToNative:
52 (webrtc::MediaStreamTrackInterface::TrackState)nativeState;
RTCPeerConnection+Internal.h 33 #include "talk/app/webrtc/peerconnectioninterface.h"
38 talk_base::scoped_refptr<webrtc::PeerConnectionInterface> peerConnection;
41 talk_base::scoped_refptr<webrtc::PeerConnectionInterface>)peerConnection
42 observer:(webrtc::RTCPeerConnectionObserver *)observer;
  /external/chromium_org/content/renderer/media/
media_stream_source_observer.h 12 #include "third_party/libjingle/source/talk/app/webrtc/mediastreaminterface.h"
22 : NON_EXPORTED_BASE(public webrtc::ObserverInterface),
25 MediaStreamSourceObserver(webrtc::MediaSourceInterface* webrtc_source,
30 // webrtc::ObserverInterface implementation.
33 webrtc::MediaSourceInterface::SourceState state_;
34 scoped_refptr<webrtc::MediaSourceInterface> webrtc_source_;
rtc_video_decoder_factory.h 11 #include "third_party/libjingle/source/talk/media/webrtc/webrtcvideodecoderfactory.h"
12 #include "third_party/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
14 namespace webrtc { namespace
31 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
36 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) OVERRIDE;
media_stream_video_track.h 15 namespace webrtc { namespace
29 MediaStreamVideoTrack(webrtc::VideoTrackInterface* track,
38 // The webrtc video track.
39 // TODO(perkj): Make this class independent of webrtc as part of project
41 webrtc::VideoTrackInterface* video_track_;
mock_media_stream_dependency_factory.h 13 #include "third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface.h"
19 class MockVideoSource : public webrtc::VideoSourceInterface {
23 virtual void RegisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;
24 virtual void UnregisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;
45 std::vector<webrtc::ObserverInterface*> observers_;
50 class MockAudioSource : public webrtc::AudioSourceInterface {
53 const webrtc::MediaConstraintsInterface* constraints);
55 virtual void RegisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;
56 virtual void UnregisterObserver(webrtc::ObserverInterface* observer) OVERRIDE;
64 const webrtc::MediaConstraintsInterface::Constraints& optional_constraints()
    [all...]
rtc_video_encoder.h 17 #include "third_party/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
31 // webrtc::VideoEncoder class for WebRTC. Internally, VEA methods are
39 : NON_EXPORTED_BASE(public webrtc::VideoEncoder) {
42 webrtc::VideoCodecType type,
47 // webrtc::VideoEncoder implementation. Tasks are posted to |impl_| using the
49 virtual int32_t InitEncode(const webrtc::VideoCodec* codec_settings,
53 const webrtc::I420VideoFrame& input_image,
54 const webrtc::CodecSpecificInfo* codec_specific_info,
55 const std::vector<webrtc::VideoFrameType>* frame_types) OVERRIDE
    [all...]
  /external/chromium_org/remoting/protocol/
mouse_input_filter.h 10 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
25 void set_input_size(const webrtc::DesktopSize& size);
28 void set_output_size(const webrtc::DesktopSize& size);
34 webrtc::DesktopSize input_max_;
35 webrtc::DesktopSize output_max_;
  /external/webrtc/src/system_wrappers/interface/
cpu_info.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
26 } // namespace webrtc
  /external/webrtc/src/system_wrappers/source/
critical_section.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
27 } // namespace webrtc
trace_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
17 using webrtc::CpuMeasurementHarness;
18 using webrtc::Trace;
19 using webrtc::kTraceWarning;
20 using webrtc::kTraceUtility;
22 class Logger : public webrtc::CpuTarget {
26 std::string trace_file = webrtc::test::OutputPath() +
29 Trace::SetLevelFilter(webrtc::kTraceAll);
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.h 15 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
21 namespace webrtc { namespace
23 } // namespace webrtc
43 virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
44 const webrtc::DesktopRect& clip_area,
45 webrtc::DesktopFrame* buffer,
46 const webrtc::DesktopRegion& region) OVERRIDE;
47 virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE;
48 virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
49 const webrtc::DesktopVector& dpi) OVERRIDE
    [all...]
  /external/chromium_org/remoting/codec/
codec_test.h 10 namespace webrtc { namespace
38 const webrtc::DesktopSize& screen_size,
39 const webrtc::DesktopSize& view_size,
video_encoder_vpx.h 14 namespace webrtc { namespace
17 } // namespace webrtc
30 const webrtc::DesktopFrame& frame) OVERRIDE;
33 typedef base::Callback<ScopedVpxCodec(const webrtc::DesktopSize&)>
39 bool Initialize(const webrtc::DesktopSize& size);
43 void PrepareImage(const webrtc::DesktopFrame& frame,
44 webrtc::DesktopRegion* updated_region);
48 void PrepareActiveMap(const webrtc::DesktopRegion& updated_region);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.h 37 namespace webrtc { namespace
39 } // namespace webrtc
45 webrtc::DataChannelInit* config);
48 const webrtc::DataChannelInit& config,
  /external/chromium_org/remoting/client/
frame_consumer_proxy.h 33 virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
34 const webrtc::DesktopRect& clip_area,
35 webrtc::DesktopFrame* buffer,
36 const webrtc::DesktopRegion& region) OVERRIDE;
37 virtual void ReturnBuffer(webrtc::DesktopFrame* buffer) OVERRIDE;
38 virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
39 const webrtc::DesktopVector& dpi) OVERRIDE;

Completed in 277 milliseconds

12 3 4 5 6 7 8 91011>>