Searched refs:dropVar (Results 1 – 1 of 1) sorted by relevance
72 const uint32_t dropVar = incomingframe_rate / overshoot; in DropFrame() local74 if (keep_count_ >= dropVar) { in DropFrame()83 const uint32_t dropVar = overshoot / target_frame_rate_; in DropFrame() local84 if (drop_count_ < dropVar) { in DropFrame()