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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Didroq.c50 int frame_pts_inc; member in struct:RoqDemuxContext
85 roq->frame_pts_inc = 90000 / roq->framerate;
230 roq->video_pts += roq->frame_pts_inc;
246 roq->video_pts += roq->frame_pts_inc;
H A Dipmovie.c96 uint64_t frame_pts_inc; member in struct:IPMVEContext
191 s->video_pts += s->frame_pts_inc;
323 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
325 1000000.0/s->frame_pts_inc, AV_RL32(&scratch[0]), AV_RL16(&scratch[4]));

Completed in 51 milliseconds