Searched refs:cur_rtp_ts_unwrapped (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.h97 int64_t cur_rtp_ts_unwrapped; member in struct:MOVIndex
H A Dmovenchint.c352 trk->cur_rtp_ts_unwrapped += (int32_t) (ts - trk->prev_rtp_ts);
355 *pts = trk->cur_rtp_ts_unwrapped;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h119 int64_t cur_rtp_ts_unwrapped; member in struct:MOVTrack
H A Dmovenchint.c356 trk->cur_rtp_ts_unwrapped += ts_diff;
361 *dts = trk->cur_rtp_ts_unwrapped;

Completed in 113 milliseconds