Searched refs:AV_ROUND_PASS_MINMAX (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.c | 63 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()
|
D | mathematics.h | 108 AV_ROUND_PASS_MINMAX = 8192, enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 168 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/ |
D | remuxing.c | 159 …_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/ |
D | concatdec.c | 657 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in rescale_interval() 659 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in rescale_interval()
|
D | mpeg.c | 1012 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in vobsub_read_seek() 1015 AV_ROUND_DOWN | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
|
D | utils.c | 2568 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/ |
D | lavfi.c | 420 … 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/ |
D | ffmpeg.c | 2537 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()
|