av_rescale_q_rnd 135 doc/examples/remuxing.c pkt.pts = av_rescale_q_rnd(pkt.pts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); av_rescale_q_rnd 136 doc/examples/remuxing.c pkt.dts = av_rescale_q_rnd(pkt.dts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); av_rescale_q_rnd 212 libavfilter/vf_fps.c delta = av_rescale_q_rnd(buf->pts - s->first_pts, inlink->time_base, av_rescale_q_rnd 538 libavformat/concatdec.c *min_ts = av_rescale_q_rnd(*min_ts, tb_in, tb_out, av_rescale_q_rnd 540 libavformat/concatdec.c *max_ts = av_rescale_q_rnd(*max_ts, tb_in, tb_out, av_rescale_q_rnd 566 libavformat/mux.c av_rescale_q_rnd(s->internal->offset, av_rescale_q_rnd 701 libavformat/mux.c uint64_t max= av_rescale_q_rnd(s->max_chunk_duration, AV_TIME_BASE_Q, st->time_base, AV_ROUND_UP); av_rescale_q_rnd 1230 libavformat/utils.c av_rescale_q_rnd(st->parser->duration, av_rescale_q_rnd 142 libavutil/mathematics.c return av_rescale_q_rnd(a, bq, cq, AV_ROUND_NEAR_INF); av_rescale_q_rnd 178 libavutil/mathematics.c a = av_rescale_q_rnd(2*in_ts-1, in_tb, fs_tb, AV_ROUND_DOWN) >>1; av_rescale_q_rnd 179 libavutil/mathematics.c b = (av_rescale_q_rnd(2*in_ts+1, in_tb, fs_tb, AV_ROUND_UP )+1)>>1; av_rescale_q_rnd 112 libavutil/mathematics.h int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq,