Home
last modified time | relevance | path

Searched refs:av_add_stable (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h236 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
Dmathematics.c191 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc) in av_add_stable() function
/third_party/ffmpeg/libavutil/tests/
Drational.c107 acc = av_add_stable(a, acc, b, 1); in main()
/third_party/ffmpeg/doc/
DAPIchanges1542 Add av_add_stable() function.
/third_party/ffmpeg/libavformat/
Dutils.c1383 st->cur_dts = av_add_stable(st->time_base, pkt->pts, duration, 1); in compute_pkt_fields()