Searched refs:in_tb (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.c | 168 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t … 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() 176 *last = av_rescale_q(in_ts, in_tb, fs_tb) + duration; in av_rescale_delta() 177 return av_rescale_q(in_ts, in_tb, out_tb); in av_rescale_delta() 180 a = av_rescale_q_rnd(2*in_ts-1, in_tb, fs_tb, AV_ROUND_DOWN) >>1; in av_rescale_delta() 181 b = (av_rescale_q_rnd(2*in_ts+1, in_tb, fs_tb, AV_ROUND_UP )+1)>>1; in av_rescale_delta()
|
D | mathematics.h | 223 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t …
|