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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h157 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
H A Drational.c192 acc = av_add_stable(a, acc, b, 1);
H A Dmathematics.c189 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c1285 st->cur_dts = av_add_stable(st->time_base, pkt->pts, duration, 1);

Completed in 45 milliseconds