Home
last modified time | relevance | path

Searched refs:out_tb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.c168 …VRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb){ in av_rescale_delta() argument
174 …if (*last == AV_NOPTS_VALUE || !duration || in_tb.num*(int64_t)out_tb.den <= out_tb.num*(int64_t)i… in av_rescale_delta()
177 return av_rescale_q(in_ts, in_tb, out_tb); in av_rescale_delta()
188 return av_rescale_q(this, fs_tb, out_tb); in av_rescale_delta()
Dmathematics.h223 …VRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb);