Home | History | Annotate | Download | only in media

Lines Matching refs:capturer

66       : capturer(c),
68 cricket::VideoCapturer* capturer;
449 VideoCapturer* capturer) const {
450 ASSERT(capturer != NULL);
453 this, capturer, &formats));
458 VideoCapturer* capturer,
460 const std::vector<VideoFormat>* formats = capturer->GetSupportedFormats();
470 VideoCapturer* capturer, const VideoFormat& video_format) {
473 capture_manager_.get(), capturer, video_format));
487 VideoCapturer* capturer, const VideoFormat& video_format) {
490 capture_manager_.get(), capturer, video_format));
504 VideoCapturer* capturer, VideoRenderer* renderer) {
507 capture_manager_.get(), capturer, renderer));
511 VideoCapturer* capturer, VideoRenderer* renderer) {
514 capture_manager_.get(), capturer, renderer));
532 void ChannelManager::OnVideoCaptureStateChange(VideoCapturer* capturer,
534 // TODO(whyuan): Check capturer and signal failure only for camera video, not
538 new CaptureStateParams(capturer, result));
546 SignalVideoCaptureStateChange(data->capturer, data->state);