Home
last modified time | relevance | path

Searched refs:av_compare_ts (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc_amr.c43 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_amr()
H A Drtpenc_aac.c46 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_aac()
H A Drtpenc_xiph.c83 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in ff_rtp_send_xiph()
H A Drtpenc.c494 av_compare_ts(s->cur_timestamp - s->timestamp, st->time_base, in rtp_send_ilbc()
H A Dhdsenc.c509 av_compare_ts(pkt->dts - sti->first_dts, st->time_base, in hds_write_packet()
H A Dsmoothstreamingenc.c593 av_compare_ts(pkt->dts - sti->first_dts, st->time_base, in ism_write_packet()
H A Dmux.c650 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 Dwavdec.c725 av_compare_ts(video_dts, vst->time_base, in wav_read_packet()
H A Dconcatdec.c732 return av_compare_ts(pkt->dts, cat->avf->streams[pkt->stream_index]->time_base, in packet_after_outpoint()
H A Dsegment.c900 av_compare_ts(pkt->pts, st->time_base, in seg_write_packet()
H A Dnutenc.c1189 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 Ddashenc.c2165 av_compare_ts(elapsed_duration, st->time_base, in dash_write_packet()
H A Ddemux.c2108 int delta = av_compare_ts(ch1->start, ch1->time_base, ch2->start, ch2->time_base); in chapter_start_cmp()
H A Dhlsenc.c2494 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 Dmathematics.h176 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
H A Dmathematics.c147 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 Dmuxing.c318 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 Dmovenc.c255 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 Dvf_minterpolate.c1184 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 Dffmpeg.c756 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 Dffplay.c3251 if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) { in seek_chapter()

Completed in 57 milliseconds