av_compare_ts 317 doc/examples/muxing.c if (av_compare_ts(ost->next_pts, ost->enc->time_base, av_compare_ts 478 doc/examples/muxing.c if (av_compare_ts(ost->next_pts, c->time_base, av_compare_ts 622 doc/examples/muxing.c (!encode_audio || av_compare_ts(video_st.next_pts, video_st.enc->time_base, av_compare_ts 891 fftools/ffmpeg.c av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time, av_compare_ts 4143 fftools/ffmpeg.c ret = av_compare_ts(*duration, time_base, tmp, tmp_time_base); av_compare_ts 3259 fftools/ffplay.c if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) { av_compare_ts 1194 libavfilter/vf_minterpolate.c if (av_compare_ts(mi_ctx->out_pts, outlink->time_base, mi_ctx->frames[2].avf->pts, inlink->time_base) > 0) av_compare_ts 564 libavformat/concatdec.c return av_compare_ts(pkt->dts, cat->avf->streams[pkt->stream_index]->time_base, av_compare_ts 2137 libavformat/dashenc.c av_compare_ts(elapsed_duration, st->time_base, av_compare_ts 511 libavformat/hdsenc.c av_compare_ts(pkt->dts - st->first_dts, st->time_base, av_compare_ts 2349 libavformat/hlsenc.c if (vs->packets_written && can_split && av_compare_ts(pkt->pts - vs->start_pts, st->time_base, av_compare_ts 889 libavformat/mux.c int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts, av_compare_ts 1164 libavformat/nutenc.c if (!nut->max_pts_tb || av_compare_ts(nut->max_pts, *nut->max_pts_tb, pkt->pts, *nus->time_base) < 0) { av_compare_ts 492 libavformat/rtpenc.c av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, av_compare_ts 46 libavformat/rtpenc_aac.c av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, av_compare_ts 43 libavformat/rtpenc_amr.c av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, av_compare_ts 83 libavformat/rtpenc_xiph.c av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, av_compare_ts 921 libavformat/segment.c av_compare_ts(pkt->pts, st->time_base, av_compare_ts 606 libavformat/smoothstreamingenc.c av_compare_ts(pkt->dts - st->first_dts, st->time_base, av_compare_ts 255 libavformat/tests/movenc.c if (av_compare_ts(audio_dts, audio_st->time_base, video_dts, video_st->time_base) < 0) { av_compare_ts 646 libavformat/wavdec.c av_compare_ts(video_dts, s->streams[1]->time_base, av_compare_ts 175 libavutil/mathematics.h int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);