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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dffmdec.c458 int64_t pts_min, pts_max, pts; local
468 pts_max = get_dts(s, pos_max);
471 (double)(pts_max - pts_min);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dffmdec.c559 int64_t pts_min, pts_max, pts; local
579 pts_max = get_dts(s, pos_max);
580 if (pts_min > wanted_pts || pts_max <= wanted_pts) {
586 (double)(pts_max - pts_min);

Completed in 101 milliseconds