Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dmathematics.h236 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
H A 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/
H A Drational.c107 acc = av_add_stable(a, acc, b, 1); in main()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1097 sti->cur_dts = av_add_stable(st->time_base, pkt->pts, duration, 1); in compute_pkt_fields()

Completed in 6 milliseconds