Home
last modified time | relevance | path

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

/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmencoder.c143 static float max_pts_correction=0;//default_max_pts_correction; variable
1593 if(x<-max_pts_correction) x=-max_pts_correction; else
1594 if(x> max_pts_correction) x= max_pts_correction;
1596 max_pts_correction=default_max_pts_correction*playback_speed;
1598 max_pts_correction=sh_video->frametime*0.10 *playback_speed; // +-10% of time
H A Dmplayer.c255 static float max_pts_correction; //default_max_pts_correction; variable
2094 if (x < -max_pts_correction) in adjust_sync_and_print_status()
2095 x = -max_pts_correction; in adjust_sync_and_print_status()
2096 else if (x > max_pts_correction) in adjust_sync_and_print_status()
2097 x = max_pts_correction; in adjust_sync_and_print_status()
2099 max_pts_correction = default_max_pts_correction; in adjust_sync_and_print_status()
2101 max_pts_correction = mpctx->sh_video->frametime * 0.10; // +-10% of time in adjust_sync_and_print_status()
2775 max_pts_correction = 0.1; in seek()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmencoder.c143 static float max_pts_correction=0;//default_max_pts_correction; variable
1593 if(x<-max_pts_correction) x=-max_pts_correction; else
1594 if(x> max_pts_correction) x= max_pts_correction;
1596 max_pts_correction=default_max_pts_correction*playback_speed;
1598 max_pts_correction=sh_video->frametime*0.10 *playback_speed; // +-10% of time
H A Dmplayer.c255 static float max_pts_correction; //default_max_pts_correction; variable
2094 if (x < -max_pts_correction) in adjust_sync_and_print_status()
2095 x = -max_pts_correction; in adjust_sync_and_print_status()
2096 else if (x > max_pts_correction) in adjust_sync_and_print_status()
2097 x = max_pts_correction; in adjust_sync_and_print_status()
2099 max_pts_correction = default_max_pts_correction; in adjust_sync_and_print_status()
2101 max_pts_correction = mpctx->sh_video->frametime * 0.10; // +-10% of time in adjust_sync_and_print_status()
2775 max_pts_correction = 0.1; in seek()