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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dipmovie.c85 uint64_t frame_pts_inc; member in struct:IPMVEContext
201 s->video_pts += s->frame_pts_inc;
334 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
336 1000000.0 / s->frame_pts_inc, AV_RL32(&scratch[0]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dipmovie.c84 uint64_t frame_pts_inc; member in struct:IPMVEContext
200 s->video_pts += s->frame_pts_inc;
333 s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
335 1000000.0 / s->frame_pts_inc, AV_RL32(&scratch[0]),

Completed in 38 milliseconds