Home | History | Annotate | Download | only in webrtc

Lines Matching refs:cricket

40 // cricket::VideoCapturer and make sure the camera is started at a resolution
46 namespace cricket {
50 } // namespace cricket
64 cricket::ChannelManager* channel_manager,
65 cricket::VideoCapturer* capturer,
69 virtual const cricket::VideoOptions* options() const { return &options_; }
71 virtual cricket::VideoCapturer* GetVideoCapturer() {
76 virtual void AddSink(cricket::VideoRenderer* output);
77 virtual void RemoveSink(cricket::VideoRenderer* output);
80 LocalVideoSource(cricket::ChannelManager* channel_manager,
81 cricket::VideoCapturer* capturer);
86 void OnStateChange(cricket::VideoCapturer* capturer,
87 cricket::CaptureState capture_state);
90 cricket::ChannelManager* channel_manager_;
91 talk_base::scoped_ptr<cricket::VideoCapturer> video_capturer_;
93 cricket::VideoFormat format_;
94 cricket::VideoOptions options_;