av_rescale_q      182 doc/examples/filtering_video.c             delay = av_rescale_q(frame->pts - last_pts,
av_rescale_q      335 doc/examples/muxing.c         frame->pts = av_rescale_q(ost->samples_count, (AVRational){1, c->sample_rate}, c->time_base);
av_rescale_q      137 doc/examples/remuxing.c         pkt.duration = av_rescale_q(pkt.duration, in_stream->time_base, out_stream->time_base);
av_rescale_q      234 ffmpeg.c               pts       = av_rescale_q(sub->pts + sub->start_display_time * 1000LL,
av_rescale_q      236 ffmpeg.c               end_pts   = av_rescale_q(sub->pts + sub->end_display_time   * 1000LL,
av_rescale_q      273 ffmpeg.c               pts2 = av_rescale_q(pts, ist->st->time_base, ist2->st->time_base) - 1;
av_rescale_q      732 ffmpeg.c               int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, AV_TIME_BASE_Q);
av_rescale_q      842 ffmpeg.c               ost->sync_opts = av_rescale_q(pts, AV_TIME_BASE_Q, enc->time_base);
av_rescale_q      848 ffmpeg.c               sub->pts               += av_rescale_q(sub->start_display_time, (AVRational){ 1, 1000 }, AV_TIME_BASE_Q);
av_rescale_q      868 ffmpeg.c               pkt.pts  = av_rescale_q(sub->pts, AV_TIME_BASE_Q, ost->st->time_base);
av_rescale_q      869 ffmpeg.c               pkt.duration = av_rescale_q(sub->end_display_time, (AVRational){ 1, 1000 }, ost->st->time_base);
av_rescale_q     1040 ffmpeg.c               pkt.pts    = av_rescale_q(in_picture->pts, enc->time_base, ost->st->time_base);
av_rescale_q     1266 ffmpeg.c                           av_rescale_q(filtered_frame->pts, filter->inputs[0]->time_base, tb) -
av_rescale_q     1267 ffmpeg.c                           av_rescale_q(start_time, AV_TIME_BASE_Q, tb);
av_rescale_q     1273 ffmpeg.c                           av_rescale_q(filtered_frame->pts, filter->inputs[0]->time_base, enc->time_base) -
av_rescale_q     1274 ffmpeg.c                           av_rescale_q(start_time, AV_TIME_BASE_Q, enc->time_base);
av_rescale_q     1525 ffmpeg.c                   pts = FFMAX(pts, av_rescale_q(av_stream_get_end_pts(ost->st),
av_rescale_q     1696 ffmpeg.c           int64_t ost_tb_start_time = av_rescale_q(start_time, AV_TIME_BASE_Q, ost->st->time_base);
av_rescale_q     1697 ffmpeg.c           int64_t ist_tb_start_time = av_rescale_q(start_time, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     1738 ffmpeg.c               opkt.pts = av_rescale_q(pkt->pts, ist->st->time_base, ost->st->time_base) - ost_tb_start_time;
av_rescale_q     1743 ffmpeg.c               opkt.dts = av_rescale_q(ist->dts, AV_TIME_BASE_Q, ost->st->time_base);
av_rescale_q     1745 ffmpeg.c               opkt.dts = av_rescale_q(pkt->dts, ist->st->time_base, ost->st->time_base);
av_rescale_q     1757 ffmpeg.c           opkt.duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->st->time_base);
av_rescale_q     1906 ffmpeg.c               ist->dts = ist->next_dts = ist->pts = ist->next_pts = av_rescale_q(decoded_frame->pts, avctx->time_base, AV_TIME_BASE_Q);
av_rescale_q     1957 ffmpeg.c           pkt->dts  = av_rescale_q(ist->dts, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     2021 ffmpeg.c               ist->next_pts = ist->pts = av_rescale_q(decoded_frame->pts = best_effort_timestamp, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     2161 ffmpeg.c                   ist->dts += av_rescale_q(pkt->pts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     2183 ffmpeg.c               ist->next_dts = ist->dts = av_rescale_q(pkt->dts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     2210 ffmpeg.c                       duration = av_rescale_q(avpkt.duration, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     2266 ffmpeg.c                       int64_t next_dts = av_rescale_q(ist->next_dts, time_base_q, av_inv_q(ist->framerate));
av_rescale_q     2267 ffmpeg.c                       ist->next_dts = av_rescale_q(next_dts + 1, av_inv_q(ist->framerate), time_base_q);
av_rescale_q     2269 ffmpeg.c                       ist->next_dts += av_rescale_q(pkt->duration, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     2482 ffmpeg.c                   t = av_rescale_q(t, AV_TIME_BASE_Q, avctx->time_base);
av_rescale_q     2487 ffmpeg.c                       pts[index++] = av_rescale_q(c->start, c->time_base,
av_rescale_q     2495 ffmpeg.c                   pts[index++] = av_rescale_q(t, AV_TIME_BASE_Q, avctx->time_base);
av_rescale_q     2877 ffmpeg.c                           ost->forced_kf_pts[j] = av_rescale_q(ost->forced_kf_pts[j],
av_rescale_q     3251 ffmpeg.c               int64_t opts = av_rescale_q(ost->st->cur_dts, ost->st->time_base,
av_rescale_q     3591 ffmpeg.c                       new_start_time = FFMIN(new_start_time, av_rescale_q(st->start_time, st->time_base, AV_TIME_BASE_Q));
av_rescale_q     3599 ffmpeg.c               stime = av_rescale_q(is->start_time, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3633 ffmpeg.c               pkt.dts += av_rescale_q(ifile->ts_offset, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3635 ffmpeg.c               pkt.pts += av_rescale_q(ifile->ts_offset, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3646 ffmpeg.c               int64_t pkt_dts = av_rescale_q(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     3654 ffmpeg.c                   pkt.dts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3656 ffmpeg.c                       pkt.pts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3664 ffmpeg.c               int64_t pkt_dts = av_rescale_q(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     3674 ffmpeg.c                       pkt.dts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3676 ffmpeg.c                           pkt.pts -= av_rescale_q(delta, AV_TIME_BASE_Q, ist->st->time_base);
av_rescale_q     3685 ffmpeg.c                       int64_t pkt_pts = av_rescale_q(pkt.pts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     3697 ffmpeg.c               ifile->last_ts = av_rescale_q(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q);
av_rescale_q     1622 ffmpeg_opt.c           int64_t ts_off   = av_rescale_q(start_time - ifile->ts_offset,
av_rescale_q     1625 ffmpeg_opt.c                              av_rescale_q(ofile->recording_time, AV_TIME_BASE_Q, in_ch->time_base);
av_rescale_q      587 ffplay.c                               frame->pts = av_rescale_q(frame->pts, d->avctx->time_base, tb);
av_rescale_q      589 ffplay.c                               frame->pts = av_rescale_q(frame->pkt_pts, av_codec_get_pkt_timebase(d->avctx), tb);
av_rescale_q      591 ffplay.c                               frame->pts = av_rescale_q(d->next_pts, d->next_pts_tb, tb);
av_rescale_q     3384 ffplay.c           stream_seek(is, av_rescale_q(is->ic->chapters[i]->start, is->ic->chapters[i]->time_base,
av_rescale_q     1968 ffprobe.c                      *cur_ts = av_rescale_q(pkt.pts, tb, AV_TIME_BASE_Q);
av_rescale_q     2220 ffserver.c                         c->first_pts = av_rescale_q(pkt.dts, c->fmt_in->streams[pkt.stream_index]->time_base, AV_TIME_BASE_Q);
av_rescale_q     2258 ffserver.c                             c->cur_pts = av_rescale_q(pkt.dts, ist->time_base, AV_TIME_BASE_Q);
av_rescale_q     2260 ffserver.c                             c->cur_frame_duration = av_rescale_q(pkt.duration, ist->time_base, AV_TIME_BASE_Q);
av_rescale_q     2295 ffserver.c                             pkt.dts = av_rescale_q(pkt.dts, ist->time_base, ost->time_base);
av_rescale_q     2297 ffserver.c                             pkt.pts = av_rescale_q(pkt.pts, ist->time_base, ost->time_base);
av_rescale_q     2298 ffserver.c                         pkt.duration = av_rescale_q(pkt.duration, ist->time_base, ost->time_base);
av_rescale_q       94 libavcodec/assdec.c     const int ts_start    = av_rescale_q(avpkt->pts,      avctx->time_base, ass_tb);
av_rescale_q       95 libavcodec/assdec.c     const int ts_duration = av_rescale_q(avpkt->duration, avctx->time_base, ass_tb);
av_rescale_q       56 libavcodec/audio_frame_queue.c         new->pts = av_rescale_q(f->pts,
av_rescale_q      574 libavcodec/avpacket.c         pkt->pts = av_rescale_q(pkt->pts, src_tb, dst_tb);
av_rescale_q      576 libavcodec/avpacket.c         pkt->dts = av_rescale_q(pkt->dts, src_tb, dst_tb);
av_rescale_q      578 libavcodec/avpacket.c         pkt->duration = av_rescale_q(pkt->duration, src_tb, dst_tb);
av_rescale_q      580 libavcodec/avpacket.c         pkt->convergence_duration = av_rescale_q(pkt->convergence_duration, src_tb, dst_tb);
av_rescale_q      552 libavcodec/ccaption_dec.c             int start_time = av_rescale_q(ctx->start_time, avctx->time_base, (AVRational){ 1, 100 });
av_rescale_q      553 libavcodec/ccaption_dec.c             int end_time = av_rescale_q(ctx->end_time, avctx->time_base, (AVRational){ 1, 100 });
av_rescale_q      558 libavcodec/ccaption_dec.c             sub->pts = av_rescale_q(ctx->start_time, avctx->time_base, AV_TIME_BASE_Q);
av_rescale_q      790 libavcodec/dvbsubdec.c         sub->end_display_time = av_rescale_q((sub->pts - ctx->prev_start ), AV_TIME_BASE_Q, (AVRational){ 1, 1000 }) - 1;
av_rescale_q      202 libavcodec/internal.h     return av_rescale_q(samples, (AVRational){ 1, avctx->sample_rate },
av_rescale_q       98 libavcodec/libzvbi-teletextdec.c     const int ts_start    = av_rescale_q(ctx->pts,          AV_TIME_BASE_Q,        (AVRational){1, 100});
av_rescale_q       99 libavcodec/libzvbi-teletextdec.c     const int ts_duration = av_rescale_q(ctx->sub_duration, (AVRational){1, 1000}, (AVRational){1, 100});
av_rescale_q      415 libavcodec/libzvbi-teletextdec.c         ctx->pts = av_rescale_q(pkt->pts, avctx->pkt_timebase, AV_TIME_BASE_Q);
av_rescale_q      312 libavcodec/microdvddec.c             int ts_start     = av_rescale_q(start,    avctx->time_base, (AVRational){1,100});
av_rescale_q      314 libavcodec/microdvddec.c                 av_rescale_q(duration, avctx->time_base, (AVRational){1,100}) : -1;
av_rescale_q       88 libavcodec/movtextdec.c     ts_start = av_rescale_q(avpkt->pts,
av_rescale_q       91 libavcodec/movtextdec.c     ts_end   = av_rescale_q(avpkt->pts + avpkt->duration,
av_rescale_q      107 libavcodec/mpeg4video_parser.c         s1->pts = av_rescale_q(s->time, (AVRational){1, s->avctx->time_base.den}, (AVRational){1, 1200000});
av_rescale_q       72 libavcodec/mpl2dec.c     const int ts_start     = av_rescale_q(avpkt->pts,      avctx->time_base, (AVRational){1,100});
av_rescale_q       74 libavcodec/mpl2dec.c                              av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
av_rescale_q      123 libavcodec/samidec.c         int ts_start     = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
av_rescale_q      125 libavcodec/samidec.c                            av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
av_rescale_q      211 libavcodec/srtdec.c             ts_start = av_rescale_q(avpkt->pts,
av_rescale_q      214 libavcodec/srtdec.c             ts_end   = av_rescale_q(avpkt->pts + avpkt->duration,
av_rescale_q       52 libavcodec/textdec.c     const int ts_start     = av_rescale_q(avpkt->pts,      avctx->time_base, (AVRational){1,100});
av_rescale_q       54 libavcodec/textdec.c                              av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
av_rescale_q     2565 libavcodec/utils.c                     int64_t diff_ts = av_rescale_q(avctx->internal->skip_samples,
av_rescale_q     2590 libavcodec/utils.c                     int64_t diff_ts = av_rescale_q(frame->nb_samples - discard_padding,
av_rescale_q     2757 libavcodec/utils.c                 sub->pts = av_rescale_q(avpkt->pts,
av_rescale_q     2766 libavcodec/utils.c                 sub->end_display_time = av_rescale_q(avpkt->duration,
av_rescale_q       83 libavcodec/webvttdec.c         int ts_start     = av_rescale_q(avpkt->pts, avctx->time_base, (AVRational){1,100});
av_rescale_q       85 libavcodec/webvttdec.c                            av_rescale_q(avpkt->duration, avctx->time_base, (AVRational){1,100}) : -1;
av_rescale_q       73 libavcodec/xsubdec.c         packet_time = av_rescale_q(avpkt->pts, AV_TIME_BASE_Q, (AVRational){1, 1000});
av_rescale_q      181 libavdevice/caca.c     caca_set_display_time(c->display, av_rescale_q(1, st->codec->time_base, AV_TIME_BASE_Q));
av_rescale_q      414 libavdevice/lavfi.c         d = av_rescale_q(frame->pts, tb, AV_TIME_BASE_Q);
av_rescale_q      642 libavdevice/pulse_audio_enc.c         s->timestamp += av_rescale_q(samples, r, st->time_base);
av_rescale_q      457 libavdevice/v4l2.c             int64_t period = av_rescale_q(1, tb, ctx->streams[0]->avg_frame_rate);
av_rescale_q      179 libavdevice/xcbgrab.c     int64_t frame_time = av_rescale_q(1, c->time_base, AV_TIME_BASE_Q);
av_rescale_q      207 libavfilter/af_adelay.c     s->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base);
av_rescale_q      235 libavfilter/af_adelay.c             s->next_pts += av_rescale_q(nb_samples, (AVRational){1, outlink->sample_rate}, outlink->time_base);
av_rescale_q      287 libavfilter/af_aecho.c     s->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base);
av_rescale_q      322 libavfilter/af_aecho.c             s->next_pts += av_rescale_q(nb_samples, (AVRational){1, outlink->sample_rate}, outlink->time_base);
av_rescale_q      233 libavfilter/af_afade.c     int64_t cur_sample = av_rescale_q(buf->pts, inlink->time_base, (AVRational){1, inlink->sample_rate});
av_rescale_q      262 libavfilter/af_amerge.c                   av_rescale_q(am->in[0].pos,
av_rescale_q      471 libavfilter/af_amix.c         int64_t pts = av_rescale_q(buf->pts, inlink->time_base,
av_rescale_q       84 libavfilter/af_apad.c     apad->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base);
av_rescale_q      127 libavfilter/af_apad.c             apad->next_pts += av_rescale_q(n_out, (AVRational){1, outlink->sample_rate}, outlink->time_base);
av_rescale_q      119 libavfilter/af_asetnsamples.c         asns->next_out_pts += av_rescale_q(nb_out_samples, (AVRational){1, outlink->sample_rate}, outlink->time_base);
av_rescale_q      184 libavfilter/af_asyncts.c                   av_rescale_q(buf->pts, inlink->time_base, outlink->time_base);
av_rescale_q     1062 libavfilter/af_atempo.c         av_rescale_q(atempo->nsamples_out,
av_rescale_q      260 libavfilter/af_compand.c                     s->pts += av_rescale_q(nb_samples - i,
av_rescale_q      303 libavfilter/af_compand.c     s->pts += av_rescale_q(frame->nb_samples,
av_rescale_q      248 libavfilter/af_resample.c                 s->next_pts = av_rescale_q(in->pts, inlink->time_base,
av_rescale_q      268 libavfilter/af_resample.c                 out->pts = av_rescale_q(in->pts, inlink->time_base,
av_rescale_q      170 libavfilter/avf_concat.c     buf->pts = av_rescale_q(buf->pts, inlink->time_base, outlink->time_base);
av_rescale_q      176 libavfilter/avf_concat.c         in->pts += av_rescale_q(buf->nb_samples,
av_rescale_q      266 libavfilter/avf_concat.c     nb_samples = av_rescale_q(seg_delta - cat->in[in_no].pts,
av_rescale_q      276 libavfilter/avf_concat.c         buf->pts = base_pts + av_rescale_q(sent, rate_tb, outlink->time_base);
av_rescale_q      257 libavfilter/avf_showwaves.c                              av_rescale_q((p - (int16_t *)insamples->data[0]) / nb_channels,
av_rescale_q      454 libavfilter/avfilter.c     link->current_pts = av_rescale_q(pts, link->time_base, AV_TIME_BASE_Q);
av_rescale_q     1124 libavfilter/avfilter.c                 pbuf->pts += av_rescale_q(inpos, samples_tb, link->time_base);
av_rescale_q      170 libavfilter/buffersink.c         s->next_pts += av_rescale_q(nb_samples, (AVRational){1, link->sample_rate},
av_rescale_q      210 libavfilter/buffersink.c                           av_rescale_q(av_audio_fifo_size(s->audio_fifo),
av_rescale_q       35 libavfilter/dualinput.c     mainpic->pts = av_rescale_q(mainpic->pts, s->fs.time_base, ctx->outputs[0]->time_base);
av_rescale_q      632 libavfilter/f_ebur128.c                 av_rescale_q(idx_insample, (AVRational){ 1, inlink->sample_rate },
av_rescale_q       97 libavfilter/f_interleave.c     frame->pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q);
av_rescale_q      458 libavfilter/f_sendcmd.c     ts = av_rescale_q(ref->pts, inlink->time_base, AV_TIME_BASE_Q);
av_rescale_q      124 libavfilter/fifo.c         frame->pts += av_rescale_q(offset, (AVRational){1, link->sample_rate},
av_rescale_q      184 libavfilter/framesync.c         pts = av_rescale_q(frame->pts, fs->in[in].time_base, fs->time_base);
av_rescale_q      114 libavfilter/settb.c         frame->pts = av_rescale_q(frame->pts, inlink->time_base, outlink->time_base);
av_rescale_q      102 libavfilter/trim.c         int64_t start_pts = av_rescale_q(s->start_time, AV_TIME_BASE_Q, tb);
av_rescale_q      107 libavfilter/trim.c         int64_t end_pts = av_rescale_q(s->end_time, AV_TIME_BASE_Q, tb);
av_rescale_q      112 libavfilter/trim.c         s->duration_tb = av_rescale_q(s->duration, AV_TIME_BASE_Q, tb);
av_rescale_q      258 libavfilter/trim.c         pts = av_rescale_q(frame->pts, inlink->time_base,
av_rescale_q      337 libavfilter/trim.c             out->pts += av_rescale_q(start_sample, (AVRational){ 1, out->sample_rate },
av_rescale_q      142 libavfilter/vf_fps.c             buf->pts = av_rescale_q(s->first_pts, ctx->inputs[0]->time_base,
av_rescale_q      189 libavfilter/vf_fps.c                 s->first_pts = av_rescale_q(first_pts, AV_TIME_BASE_Q,
av_rescale_q      192 libavfilter/vf_fps.c                        s->first_pts, av_rescale_q(first_pts, AV_TIME_BASE_Q,
av_rescale_q      252 libavfilter/vf_fps.c         buf_out->pts = av_rescale_q(s->first_pts, inlink->time_base,
av_rescale_q      502 libavfilter/vf_frei0r.c     s->update(s->instance, av_rescale_q(frame->pts, s->time_base, (AVRational){1,1000}),
av_rescale_q      157 libavfilter/vf_mergeplanes.c     out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base);
av_rescale_q       80 libavfilter/vf_repeatfields.c         f->pts = pts + av_rescale_q(fields, (AVRational){1001, 60000}, link->time_base);
av_rescale_q      345 libavfilter/vf_tinterlace.c         out->pts = av_rescale_q(out->pts, tinterlace->preout_time_base, outlink->time_base);
av_rescale_q      379 libavfilter/vf_tinterlace.c     out->pts = av_rescale_q(out->pts, tinterlace->preout_time_base, outlink->time_base);
av_rescale_q      163 libavfilter/vf_zoompan.c         int64_t pts = av_rescale_q(in->pts, inlink->time_base,
av_rescale_q      261 libavfilter/vsrc_mptestsrc.c         av_rescale_q(test->duration, AV_TIME_BASE_Q, av_inv_q(test->frame_rate)) : -1;
av_rescale_q      141 libavfilter/vsrc_testsrc.c         av_rescale_q(test->pts, test->time_base, AV_TIME_BASE_Q) >= test->duration)
av_rescale_q      276 libavformat/apngdec.c     ctx->pkt_duration = av_rescale_q(delay_num,
av_rescale_q      317 libavformat/asfenc.c         int64_t pres_time = av_rescale_q(c->start, c->time_base, scale);
av_rescale_q       94 libavformat/audiointerleave.c     pkt->duration = av_rescale_q(*aic->samples, st->time_base, aic->time_base);
av_rescale_q     1086 libavformat/avidec.c     next_ts = av_rescale_q(next_ast->frame_offset, next_st->time_base,
av_rescale_q     1093 libavformat/avidec.c             ts = av_rescale_q(ast->sub_pkt.dts, st->time_base, AV_TIME_BASE_Q);
av_rescale_q     1311 libavformat/avidec.c             ts = av_rescale_q(ts, st->time_base,
av_rescale_q     1485 libavformat/avidec.c             int64_t dts= av_rescale_q(pkt->dts, st->time_base, AV_TIME_BASE_Q);
av_rescale_q     1607 libavformat/avidec.c                 dts = av_rescale_q(st->index_entries[idx[i]].timestamp /
av_rescale_q     1620 libavformat/avidec.c                 dts = av_rescale_q(st->index_entries[idx[i] - 1].timestamp /
av_rescale_q     1726 libavformat/avidec.c     int64_t ts2     = av_rescale_q(timestamp, st->time_base, st2->time_base);
av_rescale_q     1811 libavformat/avidec.c                                           av_rescale_q(timestamp,
av_rescale_q     1832 libavformat/avidec.c                 av_rescale_q(timestamp, st->time_base, st2->time_base) * FFMAX(ast2->sample_size, 1),
av_rescale_q      530 libavformat/avisynth.c             samples = av_rescale_q(avs->curr_frame, samplerate, fps) -
av_rescale_q      533 libavformat/avisynth.c             samples = av_rescale_q(1, samplerate, fps);
av_rescale_q      658 libavformat/avisynth.c             avs->curr_sample = av_rescale_q(timestamp, samplerate, fps);
av_rescale_q      664 libavformat/avisynth.c             avs->curr_frame  = av_rescale_q(timestamp, fps, samplerate);
av_rescale_q      665 libavformat/avisynth.c             avs->curr_sample = av_rescale_q(avs->curr_frame, samplerate, fps);
av_rescale_q      521 libavformat/concatdec.c     delta = av_rescale_q(cat->cur_file->start_time - file_start_time,
av_rescale_q      537 libavformat/concatdec.c     *ts     = av_rescale_q    (*    ts, tb_in, tb_out);
av_rescale_q      488 libavformat/dashenc.c         int64_t start_time = av_rescale_q(os->segments[start_index]->time, s->streams[0]->time_base, AV_TIME_BASE_Q);
av_rescale_q      886 libavformat/dashenc.c         c->last_duration = av_rescale_q(pkt->pts - os->start_pts,
av_rescale_q      889 libavformat/dashenc.c         c->total_duration = av_rescale_q(pkt->pts - os->first_pts,
av_rescale_q      932 libavformat/dashenc.c             c->last_duration = av_rescale_q(os->max_pts - os->start_pts,
av_rescale_q      935 libavformat/dashenc.c         c->total_duration = av_rescale_q(os->max_pts - os->first_pts,
av_rescale_q      302 libavformat/dv.c         avctx->bit_rate = av_rescale_q(c->sys->frame_size,
av_rescale_q      446 libavformat/dv.c         c->abytes = av_rescale_q(c->frames, c->sys->time_base,
av_rescale_q      538 libavformat/dv.c     s->bit_rate = av_rescale_q(c->dv_demux->sys->frame_size,
av_rescale_q      159 libavformat/ffmetadec.c         s->duration = av_rescale_q(s->chapters[s->nb_chapters - 1]->end,
av_rescale_q     1483 libavformat/hls.c                                  av_rescale_q(pls->id3_offset,
av_rescale_q     1497 libavformat/hls.c         pls->pkt.duration = av_rescale_q(pls->pkt.duration,
av_rescale_q     1515 libavformat/hls.c     int64_t scaled_ts_a = av_rescale_q(ts_a, get_timebase(pls_a), MPEG_TIME_BASE_Q);
av_rescale_q     1516 libavformat/hls.c     int64_t scaled_ts_b = av_rescale_q(ts_b, get_timebase(pls_b), MPEG_TIME_BASE_Q);
av_rescale_q     1551 libavformat/hls.c                         c->first_timestamp = av_rescale_q(pls->pkt.dts,
av_rescale_q     1605 libavformat/hls.c             c->cur_timestamp = av_rescale_q(pkt->dts,
av_rescale_q      210 libavformat/id3v2enc.c     start = av_rescale_q(ch->start, ch->time_base, time_base);
av_rescale_q      211 libavformat/id3v2enc.c     end   = av_rescale_q(ch->end,   ch->time_base, time_base);
av_rescale_q     1936 libavformat/matroskadec.c         track->codec_delay = av_rescale_q(track->codec_delay,
av_rescale_q     2029 libavformat/matroskadec.c                 st->codec->delay = av_rescale_q(track->codec_delay,
av_rescale_q     2035 libavformat/matroskadec.c                                           av_rescale_q(track->seek_preroll,
av_rescale_q     2697 libavformat/matroskadec.c         AV_WL32(side_data + 4, av_rescale_q(discard_padding,
av_rescale_q      901 libavformat/matroskaenc.c                       av_rescale_q(codec->initial_padding,
av_rescale_q     1077 libavformat/matroskaenc.c         int64_t chapterstart = av_rescale_q(c->start, c->time_base, scale);
av_rescale_q     1078 libavformat/matroskaenc.c         int64_t chapterend   = av_rescale_q(c->end,   c->time_base, scale);
av_rescale_q     1571 libavformat/matroskaenc.c         discard_padding = av_rescale_q(AV_RL32(side_data + 4),
av_rescale_q     4350 libavformat/mov.c         timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base);
av_rescale_q     3020 libavformat/movenc.c         avio_wb64(pb, av_rescale_q(c->start, c->time_base, (AVRational){1,10000000}));
av_rescale_q     4430 libavformat/movenc.c             frag_duration = av_rescale_q(pkt->dts - trk->cluster[0].dts,
av_rescale_q     4588 libavformat/movenc.c         int64_t end = av_rescale_q(c->end, c->time_base, (AVRational){1,MOV_TIMESCALE});
av_rescale_q     4589 libavformat/movenc.c         pkt.pts = pkt.dts = av_rescale_q(c->start, c->time_base, (AVRational){1,MOV_TIMESCALE});
av_rescale_q      173 libavformat/mp3dec.c         read_xing_toc(s, mp3->header_filesize, av_rescale_q(mp3->frames,
av_rescale_q      235 libavformat/mp3dec.c             st->start_time = av_rescale_q(st->skip_samples,
av_rescale_q      321 libavformat/mp3dec.c         st->duration = av_rescale_q(mp3->frames, (AVRational){spf, c.sample_rate},
av_rescale_q      790 libavformat/mpeg.c             timestamp = av_rescale_q(timestamp, av_make_q(1, 1000), st->time_base);
av_rescale_q      959 libavformat/mpeg.c         ts = av_rescale_q(ts, AV_TIME_BASE_Q, time_base);
av_rescale_q     1323 libavformat/mpegtsenc.c             pkt2.dts = av_rescale_q(pkt->dts, st->time_base, ts_st->amux->streams[0]->time_base);
av_rescale_q      546 libavformat/mux.c         int64_t offset = av_rescale_q(s->output_ts_offset, AV_TIME_BASE_Q, st->time_base);
av_rescale_q      753 libavformat/mux.c         int64_t ts = av_rescale_q(pkt ->dts, st ->time_base, AV_TIME_BASE_Q) - s->audio_preload*(st ->codec->codec_type == AVMEDIA_TYPE_AUDIO);
av_rescale_q      754 libavformat/mux.c         int64_t ts2= av_rescale_q(next->dts, st2->time_base, AV_TIME_BASE_Q) - s->audio_preload*(st2->codec->codec_type == AVMEDIA_TYPE_AUDIO);
av_rescale_q      801 libavformat/mux.c         int64_t top_dts = av_rescale_q(top_pkt->dts,
av_rescale_q      812 libavformat/mux.c             last_dts = av_rescale_q(last->pkt.dts,
av_rescale_q      984 libavformat/mux.c         local_pkt.pts = av_rescale_q(pkt->pts,
av_rescale_q      988 libavformat/mux.c         local_pkt.dts = av_rescale_q(pkt->dts,
av_rescale_q      992 libavformat/mux.c         local_pkt.duration = av_rescale_q(pkt->duration,
av_rescale_q     1678 libavformat/mxfdec.c                 start_position = av_rescale_q(sourceclip->start_position,
av_rescale_q     1974 libavformat/mxfdec.c                 st->duration = av_rescale_q(st->duration,
av_rescale_q     3029 libavformat/mxfdec.c         sample_time = av_rescale_q(sample_time, st->time_base,
av_rescale_q      601 libavformat/nutdec.c                av_rescale_q(tmp / nut->time_base_count,
av_rescale_q      662 libavformat/nutdec.c     s->duration = av_rescale_q(max_pts / nut->time_base_count,
av_rescale_q     1033 libavformat/nutenc.c                    av_rescale_q(av_gettime(), AV_TIME_BASE_Q, *nus->time_base));
av_rescale_q      170 libavformat/oggenc.c     next_granule = av_rescale_q(ogg_granule_to_timestamp(st2->priv_data, next->granule),
av_rescale_q      172 libavformat/oggenc.c     cur_granule  = av_rescale_q(ogg_granule_to_timestamp(st->priv_data, page->granule),
av_rescale_q      266 libavformat/oggenc.c             int64_t start = av_rescale_q(page->start_granule, st->time_base,
av_rescale_q      268 libavformat/oggenc.c             int64_t next  = av_rescale_q(page->granule, st->time_base,
av_rescale_q      587 libavformat/oggenc.c                   av_rescale_q(st->codec->initial_padding,
av_rescale_q      141 libavformat/r3d.c         st->duration = av_rescale_q(r3d->video_offsets_count,
av_rescale_q      374 libavformat/r3d.c     frame_num = av_rescale_q(sample_time, st->time_base,
av_rescale_q       61 libavformat/rawvideodec.c     st->codec->bit_rate = av_rescale_q(avpicture_get_size(st->codec->pix_fmt, s->width, s->height),
av_rescale_q      276 libavformat/rl2.c                     av_rescale_q(timestamp, st->time_base, st2->time_base),
av_rescale_q      785 libavformat/rtpdec.c         uint32_t arrival_ts = av_rescale_q(received, AV_TIME_BASE_Q,
av_rescale_q      268 libavformat/rtpenc.c     rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000},
av_rescale_q      134 libavformat/rtpenc_mpegts.c         local_pkt.pts = av_rescale_q(pkt->pts,
av_rescale_q      138 libavformat/rtpenc_mpegts.c         local_pkt.dts = av_rescale_q(pkt->dts,
av_rescale_q     2140 libavformat/rtsp.c                         rtpctx2->rtcp_ts_offset = av_rescale_q(
av_rescale_q      560 libavformat/rtspdec.c                     av_rescale_q(reply->range_start, AV_TIME_BASE_Q,
av_rescale_q      928 libavformat/rtspdec.c     rt->seek_timestamp = av_rescale_q(timestamp,
av_rescale_q     1470 libavformat/sbgdec.c         ts = av_rescale_q(ts, AV_TIME_BASE_Q, avf->streams[0]->time_base);
av_rescale_q       52 libavformat/seek-test.c     ts= av_rescale_q(ts, base, (AVRational){1, 1000000});
av_rescale_q      142 libavformat/seek-test.c             timestamp= av_rescale_q(timestamp, AV_TIME_BASE_Q, st->time_base);
av_rescale_q      784 libavformat/segment.c         seg->cur_entry.start_pts = av_rescale_q(pkt->pts, st->time_base, AV_TIME_BASE_Q);
av_rescale_q      806 libavformat/segment.c     offset = av_rescale_q(seg->initial_offset - (seg->reset_timestamps ? seg->cur_entry.start_pts : 0),
av_rescale_q      473 libavformat/tee.c         pkt2.pts      = av_rescale_q(pkt->pts,      tb, tb2);
av_rescale_q      474 libavformat/tee.c         pkt2.dts      = av_rescale_q(pkt->dts,      tb, tb2);
av_rescale_q      475 libavformat/tee.c         pkt2.duration = av_rescale_q(pkt->duration, tb, tb2);
av_rescale_q      712 libavformat/utils.c             pkt->dts = pkt->pts = av_rescale_q(av_gettime(), AV_TIME_BASE_Q, st->time_base);
av_rescale_q     2169 libavformat/utils.c             ts = av_rescale_q(ts, AV_TIME_BASE_Q, time_base);
av_rescale_q     2255 libavformat/utils.c             start_time1 = av_rescale_q(st->start_time, st->time_base,
av_rescale_q     2265 libavformat/utils.c                             av_rescale_q(st->duration, st->time_base,
av_rescale_q     2277 libavformat/utils.c             duration1 = av_rescale_q(st->duration, st->time_base,
av_rescale_q     2322 libavformat/utils.c                 st->start_time = av_rescale_q(ic->start_time, AV_TIME_BASE_Q,
av_rescale_q     2325 libavformat/utils.c                 st->duration = av_rescale_q(ic->duration, AV_TIME_BASE_Q,
av_rescale_q     2803 libavformat/utils.c             int64_t end = max_time ? av_rescale_q(max_time, AV_TIME_BASE_Q,
av_rescale_q     2809 libavformat/utils.c                 int64_t next_start = av_rescale_q(ch1->start, ch1->time_base,
av_rescale_q     3253 libavformat/utils.c                 t = av_rescale_q(st->info->codec_info_duration, st->time_base, AV_TIME_BASE_Q);
av_rescale_q     3255 libavformat/utils.c                 t = FFMAX(t, av_rescale_q(st->codec_info_nb_frames, av_inv_q(st->avg_frame_rate), AV_TIME_BASE_Q));
av_rescale_q     3261 libavformat/utils.c                 t = FFMAX(t, av_rescale_q(st->info->fps_last_dts - st->info->fps_first_dts, st->time_base, AV_TIME_BASE_Q));
av_rescale_q      587 libavformat/wavdec.c             smv_timestamp = av_rescale_q(timestamp, s->streams[0]->time_base, s->streams[1]->time_base);
av_rescale_q      589 libavformat/wavdec.c             timestamp = av_rescale_q(smv_timestamp, s->streams[1]->time_base, s->streams[0]->time_base);
av_rescale_q      174 libavutil/mathematics.c         *last = av_rescale_q(in_ts, in_tb, fs_tb) + duration;
av_rescale_q      175 libavutil/mathematics.c         return av_rescale_q(in_ts, in_tb, out_tb);
av_rescale_q      186 libavutil/mathematics.c     return av_rescale_q(this, fs_tb, out_tb);
av_rescale_q      205 libavutil/mathematics.c         int64_t old = av_rescale_q(ts, ts_tb, inc_tb);
av_rescale_q      206 libavutil/mathematics.c         int64_t old_ts = av_rescale_q(old, inc_tb, ts_tb);
av_rescale_q      207 libavutil/mathematics.c         return av_rescale_q(old + 1, inc_tb, ts_tb) + (ts - old_ts);
av_rescale_q      104 libavutil/mathematics.h int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
av_rescale_q      192 libavutil/rational.c                             int exact = start + av_rescale_q(i+1, b, a);
av_rescale_q      242 tools/uncoded_frame.c                     frame->pts = av_rescale_q(frame->pts,