HomeSort by relevance Sort by last modified time
    Searched defs:best_format (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc 119 VideoFormat best_format; local
120 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best_format));
121 EXPECT_EQ(expected_format, best_format);
  /external/webrtc/talk/media/devices/
devicemanager_unittest.cc 434 cricket::VideoFormat best_format; local
436 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
437 EXPECT_EQ(kHdFormat, best_format);
444 cricket::VideoFormat best_format; local
446 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
447 EXPECT_EQ(kHdFormat, best_format);
456 cricket::VideoFormat best_format; local
458 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
459 EXPECT_EQ(kHdFormat, best_format);
467 cricket::VideoFormat best_format; local
    [all...]

Completed in 642 milliseconds