Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c1528 double sync_threshold, diff = 0; in compute_target_delay() local
1539 sync_threshold = FFMAX(AV_SYNC_THRESHOLD_MIN, FFMIN(AV_SYNC_THRESHOLD_MAX, delay)); in compute_target_delay()
1541 if (diff <= -sync_threshold) in compute_target_delay()
1543 else if (diff >= sync_threshold && delay > AV_SYNC_FRAMEDUP_THRESHOLD) in compute_target_delay()
1545 else if (diff >= sync_threshold) in compute_target_delay()