HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultVideoFormat (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 41 const VideoFormat kDefaultVideoFormat =
119 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format));
120 EXPECT_EQ(kDefaultVideoFormat.width, format.width);
121 EXPECT_EQ(kDefaultVideoFormat.height, format.height);
122 EXPECT_EQ(kDefaultVideoFormat.interval, format.interval);
webrtcvideoengine.h 187 static const VideoFormatPod kDefaultVideoFormat;
webrtcvideoengine.cc 678 const VideoFormatPod WebRtcVideoEngine::kDefaultVideoFormat =
741 kDefaultVideoFormat.width,
742 kDefaultVideoFormat.height,
743 VideoFormat::IntervalToFps(kDefaultVideoFormat.interval),
    [all...]

Completed in 175 milliseconds