Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Drational.h214 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def);
Drational.c186 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def) in av_gcd_q() function
/third_party/ffmpeg/libavfilter/
Dvf_untile.c100 outlink->time_base = av_gcd_q(inlink->time_base, dt, AV_TIME_BASE / 2, AV_TIME_BASE_Q); in config_output()
Dframesync.c151 fs->time_base = av_gcd_q(fs->time_base, fs->in[i].time_base, in ff_framesync_configure()
/third_party/ffmpeg/doc/
DAPIchanges159 Add av_gcd_q().