/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_amr.c | 43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
|
H A D | rtpenc_aac.c | 46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
|
H A D | rtpenc_xiph.c | 83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
|
H A D | rtpenc.c | 494 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
|
H A D | hdsenc.c | 509 av_compare_ts(pkt->dts - sti->first_dts, st->time_base, in hds_write_packet()
|
H A D | smoothstreamingenc.c | 593 av_compare_ts(pkt->dts - sti->first_dts, st->time_base, in ism_write_packet()
|
H A D | mux.c | 650 if (av_compare_ts(cmp_ts, cmp_tb, ts, tb) < 0) { in handle_avoid_negative_ts() 898 int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts, in interleave_compare_dts()
|
H A D | wavdec.c | 725 av_compare_ts(video_dts, vst->time_base, in wav_read_packet()
|
H A D | concatdec.c | 732 return av_compare_ts(pkt->dts, cat->avf->streams[pkt->stream_index]->time_base, in packet_after_outpoint()
|
H A D | segment.c | 900 av_compare_ts(pkt->pts, st->time_base, in seg_write_packet()
|
H A D | nutenc.c | 1189 if (!nut->max_pts_tb || av_compare_ts(nut->max_pts, *nut->max_pts_tb, pkt->pts, *nus->time_base) < 0) { in nut_write_packet()
|
H A D | dashenc.c | 2165 av_compare_ts(elapsed_duration, st->time_base, in dash_write_packet()
|
H A D | demux.c | 2108 int delta = av_compare_ts(ch1->start, ch1->time_base, ch2->start, ch2->time_base); in chapter_start_cmp()
|
H A D | hlsenc.c | 2494 if (vs->packets_written && can_split && av_compare_ts(pkt->pts - vs->start_pts, st->time_base, in hls_write_packet()
|
/third_party/ffmpeg/libavutil/ |
H A D | mathematics.h | 176 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
|
H A D | mathematics.c | 147 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b) in av_compare_ts() function
|
/third_party/ffmpeg/doc/examples/ |
H A D | muxing.c | 318 if (av_compare_ts(ost->next_pts, ost->enc->time_base, in get_audio_frame() 480 if (av_compare_ts(ost->next_pts, c->time_base, in get_video_frame() 624 (!encode_audio || av_compare_ts(video_st.next_pts, video_st.enc->time_base, in main()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 255 if (av_compare_ts(audio_dts, audio_st->time_base, video_dts, video_st->time_base) < 0) { in mux_frames()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_minterpolate.c | 1184 if (av_compare_ts(mi_ctx->out_pts, outlink->time_base, mi_ctx->frames[2].avf->pts, inlink->time_base) > 0) in filter_frame()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 756 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time, in check_recording_time() 3820 ret = av_compare_ts(*duration, time_base, tmp, tmp_time_base); in duration_max()
|
H A D | ffplay.c | 3251 if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) { in seek_chapter()
|