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(FrameInput());
46 if (video_source_)
47 video_source_->RemoveSink(FrameInput());
videotrack.h 49 return video_source_.get();
60 talk_base::scoped_refptr<VideoSourceInterface> video_source_; member in class:webrtc::VideoTrack
  /external/chromium_org/content/renderer/media/
media_stream_source_extra_data.h 39 video_source_ = source;
49 webrtc::VideoSourceInterface* video_source() { return video_source_.get(); }
67 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:__anon11812::VEDemoInstance
69 video_source_(this),
77 video_source_.Close();
116 video_source_.Open(src_url,
163 video_source_.GetFrame(

Completed in 181 milliseconds