Searched refs:video_current_pts (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.c165 double video_current_pts; ///<current displayed pts (different from video_clock if frame fifos are used) member in struct:VideoState
166 int64_t video_current_pts_time; ///<time (av_gettime) at which we updated video_current_pts - used to have running video pts
954 return is->video_current_pts + delta;
1003 is->video_current_pts = get_video_clock(is);
1076 is->video_current_pts = vp->pts;
1108 if ((is->video_current_pts > (sp->pts + ((float) sp->sub.end_display_time / 1000)))
1109 || (sp2 && is->video_current_pts > (sp2->pts + ((float) sp2->sub.start_display_time / 1000))))

Completed in 90 milliseconds