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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h121 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
H A Dmathematics.c145 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h104 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
H A Dmathematics.c139 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b){ function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dseek.c190 av_compare_ts(ts, ts_tb, sp->term_ts, sp->term_ts_tb) > 0) {
207 if (av_compare_ts(ts, ts_tb, timestamp, timebase) <= 0) {
220 if (av_compare_ts(ts, ts_tb, timestamp, timebase) >= 0) {
365 && av_compare_ts(ts_min, time_base, sp->ts_lo, st->time_base) <= 0
366 && av_compare_ts(sp->ts_lo, st->time_base, ts_max, time_base) <= 0) {
372 && av_compare_ts(ts_min, time_base, sp->ts_hi, st->time_base) <= 0
373 && av_compare_ts(sp->ts_hi, st->time_base, ts_max, time_base) <= 0) {
H A Dhlsenc.c282 if (can_split && av_compare_ts(pkt->pts - hls->start_pts, st->time_base,
H A Dwavdec.c482 av_compare_ts(video_dts, s->streams[1]->time_base,
H A Dhdsenc.c537 av_compare_ts(pkt->dts - st->first_dts, st->time_base,
H A Dsegment.c719 av_compare_ts(pkt->pts, st->time_base,
H A Dsmoothstreamingenc.c586 av_compare_ts(pkt->dts - st->first_dts, st->time_base,
H A Dmux.c746 int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts,
H A Dnutenc.c1162 if (!nut->max_pts_tb || av_compare_ts(nut->max_pts, *nut->max_pts_tb, pkt->pts, *nus->time_base) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek.c188 av_compare_ts(ts, ts_tb, sp->term_ts, sp->term_ts_tb) > 0) {
205 if (av_compare_ts(ts, ts_tb, timestamp, timebase) <= 0) {
218 if (av_compare_ts(ts, ts_tb, timestamp, timebase) >= 0) {
363 && av_compare_ts(ts_min, time_base, sp->ts_lo, st->time_base) <= 0
364 && av_compare_ts(sp->ts_lo, st->time_base, ts_max, time_base) <= 0) {
370 && av_compare_ts(ts_min, time_base, sp->ts_hi, st->time_base) <= 0
371 && av_compare_ts(sp->ts_hi, st->time_base, ts_max, time_base) <= 0) {
H A Dsegment.c191 av_compare_ts(pkt->pts, st->time_base,
H A Dutils.c3201 int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dmuxing.c250 if (av_compare_ts(ost->next_pts, ost->st->codec->time_base,
430 if (av_compare_ts(ost->next_pts, ost->st->codec->time_base,
613 (!encode_audio || av_compare_ts(video_st.next_pts, video_st.st->codec->time_base,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c714 av_compare_ts(ost->sync_opts - ost->first_pts, ost->enc_ctx->time_base, of->recording_time,
H A Dffplay.c3246 if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c1740 av_compare_ts(ist->pts, AV_TIME_BASE_Q, of->recording_time + of->start_time,
H A Dffmpeg.c2642 av_compare_ts(pkt.pts, ist->st->time_base, recording_time + start_time, (AVRational){1, 1000000}) >= 0) {

Completed in 174 milliseconds