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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c1010 double actual_delay, delay, sync_threshold, ref_clock, diff; local
1033 sync_threshold = FFMAX(AV_SYNC_THRESHOLD, delay);
1035 if (diff <= -sync_threshold)
1037 else if (diff >= sync_threshold)

Completed in 30 milliseconds