Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dvideo_decimator.cc72 const uint32_t dropVar = incomingframe_rate / overshoot; in DropFrame() local
74 if (keep_count_ >= dropVar) { in DropFrame()
83 const uint32_t dropVar = overshoot / target_frame_rate_; in DropFrame() local
84 if (drop_count_ < dropVar) { in DropFrame()