Home
last modified time | relevance | path

Searched refs:frame_interval (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/test/
Dfake_periodic_video_source.h52 TimeDelta frame_interval = TimeDelta::Millis(config.frame_interval_ms); in FakePeriodicVideoSource() local
53 RepeatingTaskHandle::Start(task_queue_->Get(), [this, frame_interval] { in FakePeriodicVideoSource()
59 return frame_interval; in FakePeriodicVideoSource()
/external/webrtc/video/adaptation/
Doveruse_frame_detector_unittest.cc216 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in OveruseProcessingTimeLimitForFramerate() local
218 (frame_interval * options_.high_encode_usage_threshold_percent) / 100; in OveruseProcessingTimeLimitForFramerate()
223 int64_t frame_interval = rtc::kNumMicrosecsPerSec / fps; in UnderuseProcessingTimeLimitForFramerate() local
225 (frame_interval * options_.low_encode_usage_threshold_percent) / 100; in UnderuseProcessingTimeLimitForFramerate()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1374 static int detect_transition_to_still(VP8_COMP *cpi, int frame_interval, in detect_transition_to_still() argument
1384 if ((frame_interval > MIN_GF_INTERVAL) && (loop_decay_rate >= 0.999) && in detect_transition_to_still()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c312 const int frame_interval, in detect_transition_to_still() argument
319 if (frame_interval > min_gf_interval && loop_decay_rate >= 0.999 && in detect_transition_to_still()