Searched refs:av_gcd_q (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | rational.h | 214 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def);
|
D | rational.c | 186 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def) in av_gcd_q() function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_untile.c | 100 outlink->time_base = av_gcd_q(inlink->time_base, dt, AV_TIME_BASE / 2, AV_TIME_BASE_Q); in config_output()
|
D | framesync.c | 151 fs->time_base = av_gcd_q(fs->time_base, fs->in[i].time_base, in ff_framesync_configure()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 159 Add av_gcd_q().
|