OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinimumInterval
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/talk/media/devices/
yuvframescapturer.cc
128
VideoFormat format(width_, height_, VideoFormat::
kMinimumInterval
,
filevideocapturer.cc
207
// the frame interval to
kMinimumInterval
here. In Start(), if the capture
208
// format's interval is greater than
kMinimumInterval
, we use the interval;
210
VideoFormat format(frame.width, frame.height, VideoFormat::
kMinimumInterval
,
216
// format. Do not use
kMinimumInterval
as it conflicts with video adaptation.
366
// If the capture format's interval is not
kMinimumInterval
, we use it to
371
GetCaptureFormat()->interval > VideoFormat::
kMinimumInterval
filevideocapturer_unittest.cc
139
desired.interval = cricket::VideoFormat::
kMinimumInterval
;
/external/webrtc/talk/media/base/
videocommon.h
193
static const int64_t
kMinimumInterval
=
216
return fps ? rtc::kNumNanosecsPerSec / fps :
kMinimumInterval
;
videocommon.cc
224
const int64_t VideoFormat::
kMinimumInterval
; // Initialized in header.
videocommon_unittest.cc
57
EXPECT_EQ(VideoFormat::
kMinimumInterval
, VideoFormat::FpsToInterval(0));
Completed in 166 milliseconds