Home
last modified time | relevance | path

Searched refs:AV_ROUND_PASS_MINMAX (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.c63 av_assert2((unsigned)(rnd&~AV_ROUND_PASS_MINMAX)<=5 && (rnd&~AV_ROUND_PASS_MINMAX)!=4); in av_rescale_rnd()
65 …if (c <= 0 || b < 0 || !((unsigned)(rnd&~AV_ROUND_PASS_MINMAX)<=5 && (rnd&~AV_ROUND_PASS_MINMAX)!=… in av_rescale_rnd()
68 if (rnd & AV_ROUND_PASS_MINMAX) { in av_rescale_rnd()
71 rnd -= AV_ROUND_PASS_MINMAX; in av_rescale_rnd()
Dmathematics.h108 AV_ROUND_PASS_MINMAX = 8192, enumerator
/third_party/ffmpeg/libavfilter/
Dvf_fps.c168 s->rounding | AV_ROUND_PASS_MINMAX); in config_props()
170 s->rounding | AV_ROUND_PASS_MINMAX); in config_props()
201 s->rounding | AV_ROUND_PASS_MINMAX); in read_frame()
269 eof_rounding | AV_ROUND_PASS_MINMAX); in update_eof_pts()
/third_party/ffmpeg/doc/examples/
Dremuxing.c159 …_rnd(pkt.pts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in main()
160 …_rnd(pkt.dts, in_stream->time_base, out_stream->time_base, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in main()
/third_party/ffmpeg/libavformat/
Dconcatdec.c657 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in rescale_interval()
659 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in rescale_interval()
Dmpeg.c1012 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
1015 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
Dutils.c2568 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in avformat_seek_file()
2571 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in avformat_seek_file()
2664 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in update_stream_timings()
/third_party/ffmpeg/libavdevice/
Dlavfi.c420 … d = av_rescale_q_rnd(frame->pts, tb, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in lavfi_read_packet()
/third_party/ffmpeg/fftools/
Dffmpeg.c2537 AV_ROUND_NEAR_INF | AV_ROUND_PASS_MINMAX); in send_filter_eof()
4401 …rescale_q_rnd(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in process_input()
4429 …rescale_q_rnd(pkt.dts, ist->st->time_base, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in process_input()
4435 AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in process_input()