HomeSort by relevance Sort by last modified time
    Searched refs:video_source_ (Results 1 - 4 of 4) 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/content/renderer/media/
media_stream_source_extra_data.h 36 video_source_ = source;
64 webrtc::VideoSourceInterface* video_source() { return video_source_.get(); }
74 scoped_refptr<webrtc::VideoSourceInterface> video_source_; member in class:content::MediaStreamSourceExtraData
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 60 pp::VideoSource_Private video_source_; member in class:__anon9817::VEDemoInstance
69 video_source_(this),
77 video_source_.Close();
116 video_source_.Open(src_url,
163 video_source_.GetFrame(

Completed in 54 milliseconds