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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.cc 101 VideoFormat format(width_, height_, VideoFormat::kMinimumInterval,
filevideocapturer.cc 204 // the frame interval to kMinimumInterval here. In Start(), if the capture
205 // format's interval is greater than kMinimumInterval, we use the interval;
207 VideoFormat format(frame.width, frame.height, VideoFormat::kMinimumInterval,
213 // format. Do not use kMinimumInterval as it conflicts with video adaptation.
364 // If the capture format's interval is not kMinimumInterval, we use it to
369 GetCaptureFormat()->interval > VideoFormat::kMinimumInterval ?
filevideocapturer_unittest.cc 139 desired.interval = cricket::VideoFormat::kMinimumInterval;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 188 static const int64 kMinimumInterval =
211 return fps ? rtc::kNumNanosecsPerSec / fps : kMinimumInterval;
videocommon.cc 224 const int64 VideoFormat::kMinimumInterval; // Initialized in header.
videocommon_unittest.cc 57 EXPECT_EQ(VideoFormat::kMinimumInterval, VideoFormat::FpsToInterval(0));

Completed in 129 milliseconds