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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffplay.c193 double video_current_pts_drift; ///<video_current_pts - time (av_gettime) at which we updated video_current_pts - used to have running video pts member in struct:VideoState
1059 return is->video_current_pts_drift + av_gettime() / 1000000.0;
1109 is->frame_timer += av_gettime() / 1000000.0 + is->video_current_pts_drift - is->video_current_pts;
1111 is->video_current_pts = is->video_current_pts_drift + av_gettime() / 1000000.0;
1113 is->video_current_pts_drift = is->video_current_pts - av_gettime() / 1000000.0;
1181 is->video_current_pts_drift = is->video_current_pts - time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffplay.c193 double video_current_pts_drift; ///<video_current_pts - time (av_gettime) at which we updated video_current_pts - used to have running video pts member in struct:VideoState
1059 return is->video_current_pts_drift + av_gettime() / 1000000.0;
1109 is->frame_timer += av_gettime() / 1000000.0 + is->video_current_pts_drift - is->video_current_pts;
1111 is->video_current_pts = is->video_current_pts_drift + av_gettime() / 1000000.0;
1113 is->video_current_pts_drift = is->video_current_pts - av_gettime() / 1000000.0;
1181 is->video_current_pts_drift = is->video_current_pts - time;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffplay.c193 double video_current_pts_drift; ///<video_current_pts - time (av_gettime) at which we updated video_current_pts - used to have running video pts member in struct:VideoState
1059 return is->video_current_pts_drift + av_gettime() / 1000000.0;
1109 is->frame_timer += av_gettime() / 1000000.0 + is->video_current_pts_drift - is->video_current_pts;
1111 is->video_current_pts = is->video_current_pts_drift + av_gettime() / 1000000.0;
1113 is->video_current_pts_drift = is->video_current_pts - av_gettime() / 1000000.0;
1181 is->video_current_pts_drift = is->video_current_pts - time;

Completed in 210 milliseconds