Lines Matching refs:capturer
66 : capturer(c), in CaptureStateParams()
68 cricket::VideoCapturer* capturer; member
449 VideoCapturer* capturer) const { in GetSupportedFormats()
450 ASSERT(capturer != NULL); in GetSupportedFormats()
453 this, capturer, &formats)); in GetSupportedFormats()
458 VideoCapturer* capturer, in GetSupportedFormats_w() argument
460 const std::vector<VideoFormat>* formats = capturer->GetSupportedFormats(); in GetSupportedFormats_w()
470 VideoCapturer* capturer, const VideoFormat& video_format) { in StartVideoCapture() argument
473 capture_manager_.get(), capturer, video_format)); in StartVideoCapture()
487 VideoCapturer* capturer, const VideoFormat& video_format) { in StopVideoCapture() argument
490 capture_manager_.get(), capturer, video_format)); in StopVideoCapture()
504 VideoCapturer* capturer, VideoRenderer* renderer) { in AddVideoRenderer() argument
507 capture_manager_.get(), capturer, renderer)); in AddVideoRenderer()
511 VideoCapturer* capturer, VideoRenderer* renderer) { in RemoveVideoRenderer() argument
514 capture_manager_.get(), capturer, renderer)); in RemoveVideoRenderer()
532 void ChannelManager::OnVideoCaptureStateChange(VideoCapturer* capturer, in OnVideoCaptureStateChange() argument
538 new CaptureStateParams(capturer, result)); in OnVideoCaptureStateChange()
546 SignalVideoCaptureStateChange(data->capturer, data->state); in OnMessage()