Searched refs:AV_ROUND_ZERO (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.h | 80 AV_ROUND_ZERO = 0, ///< Round toward zero. enumerator
|
D | imgutils.c | 333 scaled_dim = av_rescale_rnd(w, sar.num, sar.den, AV_ROUND_ZERO); in av_image_check_sar() 335 scaled_dim = av_rescale_rnd(h, sar.den, sar.num, AV_ROUND_ZERO); in av_image_check_sar()
|
/third_party/ffmpeg/libavformat/ |
D | rmenc.c | 103 …= av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZERO); in rv10_write_header() 179 …av_rescale_q_rnd(stream->total_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZERO)); in rv10_write_header() 307 …mp = av_rescale_q_rnd(stream->nb_frames, (AVRational){1000, 1}, stream->frame_rate, AV_ROUND_ZERO); in write_packet_header()
|
/third_party/ffmpeg/libavutil/tests/ |
D | rational.c | 69 res = av_rescale_rnd(a,b,c, AV_ROUND_ZERO); in main()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 82 …{ "zero", "round towards 0", 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_ZERO }, 0…
|
D | vsrc_testsrc.c | 634 …rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO); in test_fill_picture()
|