Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc56 const float kDefaultSampleDiffMs = 1000.0f / kDefaultFrameRate; variable
79 max_sample_diff_ms_(kDefaultSampleDiffMs * kMaxSampleDiffMarginFactor), in SendProcessingUsage1()
90 max_sample_diff_ms_ = kDefaultSampleDiffMs * kMaxSampleDiffMarginFactor; in Reset()
181 float exp = sample_ms / kDefaultSampleDiffMs; in AddCaptureSample()
188 float exp = diff_last_sample_ms / kDefaultSampleDiffMs; in AddSample()