Home
last modified time | relevance | path

Searched refs:AV_ROUND_ZERO (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h80 AV_ROUND_ZERO = 0, ///< Round toward zero. enumerator
Dimgutils.c333 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/
Drmenc.c103 …= 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/
Drational.c69 res = av_rescale_rnd(a,b,c, AV_ROUND_ZERO); in main()
/third_party/ffmpeg/libavfilter/
Dvf_fps.c82 …{ "zero", "round towards 0", 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_ZERO }, 0…
Dvsrc_testsrc.c634 …rescale_rnd(test->nb_frame * test->time_base.num, p10decimals, test->time_base.den, AV_ROUND_ZERO); in test_fill_picture()