Searched refs:frame_interval (Results 1 – 4 of 4) sorted by relevance
52 TimeDelta frame_interval = TimeDelta::Millis(config.frame_interval_ms); in FakePeriodicVideoSource() local53 RepeatingTaskHandle::Start(task_queue_->Get(), [this, frame_interval] { in FakePeriodicVideoSource()59 return frame_interval; in FakePeriodicVideoSource()
216 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in OveruseProcessingTimeLimitForFramerate() local218 (frame_interval * options_.high_encode_usage_threshold_percent) / 100; in OveruseProcessingTimeLimitForFramerate()223 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in UnderuseProcessingTimeLimitForFramerate() local225 (frame_interval * options_.low_encode_usage_threshold_percent) / 100; in UnderuseProcessingTimeLimitForFramerate()
1374 static int detect_transition_to_still(VP8_COMP *cpi, int frame_interval, in detect_transition_to_still() argument1384 if ((frame_interval > MIN_GF_INTERVAL) && (loop_decay_rate >= 0.999) && in detect_transition_to_still()
312 const int frame_interval, in detect_transition_to_still() argument319 if (frame_interval > min_gf_interval && loop_decay_rate >= 0.999 && in detect_transition_to_still()