HomeSort by relevance Sort by last modified time
    Searched refs:video_source_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videotrack.cc 40 video_source_(video_source) {
41 if (video_source_)
42 video_source_->AddSink(&renderers_);
46 if (video_source_)
47 video_source_->RemoveSink(&renderers_);
videotrack.h 48 return video_source_.get();
59 talk_base::scoped_refptr<VideoSourceInterface> video_source_; member in class:webrtc::VideoTrack
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 60 pp::VideoSource_Private video_source_; member in class:__anon14064::VEDemoInstance
69 video_source_(this),
77 video_source_.Close();
116 video_source_.Open(src_url,
163 video_source_.GetFrame(
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_track_adapter.cc 40 // |video_source_| must be released on the main render thread before the
42 // to make sure |video_source_| is released when WebRtcVideoTrackAdapter() is
69 scoped_refptr<webrtc::VideoSourceInterface> video_source_; member in class:content::WebRtcVideoTrackAdapter::WebRtcVideoSourceAdapter
76 // |capture_adapter_| is owned by |video_source_|
86 video_source_(source),
96 // |video_source_| must be released on the main render thread before the
98 // to make sure |video_source_| is released when WebRtcVideoTrackAdapter() is
106 // on that thread. However, since |video_source_| was created on the render
111 video_source_ = NULL;
  /external/chromium_org/content/renderer/media/
media_stream_impl_unittest.cc 52 video_source_(NULL) {
92 video_source_ = new MockMediaStreamVideoCapturerSource(device,
95 return video_source_;
111 return video_source_;
123 MockMediaStreamVideoCapturerSource* video_source_; member in class:content::MediaStreamImplUnderTest

Completed in 355 milliseconds