Searched refs:av_add_stable (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.h | 236 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
|
H A D | mathematics.c | 191 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 D | rational.c | 107 acc = av_add_stable(a, acc, b, 1); in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 1097 sti->cur_dts = av_add_stable(st->time_base, pkt->pts, duration, 1); in compute_pkt_fields()
|
Completed in 6 milliseconds