Home | History | Annotate | Download | only in devices

Lines Matching refs:capturer

399   scoped_ptr<cricket::VideoCapturer> capturer(dm->CreateScreenCapturer(
401 EXPECT_FALSE(capturer.get() == NULL);
402 // TODO(hellner): creating a window capturer and immediately deleting it
423 scoped_ptr<cricket::VideoCapturer> capturer(dm->CreateScreenCapturer(
425 EXPECT_FALSE(capturer.get() == NULL);
432 scoped_ptr<cricket::VideoCapturer> capturer(
435 capturer->set_enable_camera_list(true);
436 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
442 scoped_ptr<cricket::VideoCapturer> capturer(
445 capturer->set_enable_camera_list(true);
446 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
454 scoped_ptr<cricket::VideoCapturer> capturer(
457 capturer->set_enable_camera_list(true);
458 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
465 scoped_ptr<cricket::VideoCapturer> capturer(
468 capturer->set_enable_camera_list(true);
469 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));