/third_party/ffmpeg/libavformat/ |
D | argo_brp.c | 340 st->start_time = av_rescale_rnd(blk.start_ms, st->codecpar->sample_rate, 1000, AV_ROUND_UP); in argo_brp_read_header() 341 … st->duration = av_rescale_rnd(hdr->duration_ms, st->codecpar->sample_rate, 1000, AV_ROUND_UP); in argo_brp_read_header() 404 pkt->pts = av_rescale_rnd(blk.start_ms, ckhdr.sample_rate, 1000, AV_ROUND_UP); in argo_brp_read_packet() 406 … pkt->duration = av_rescale_rnd(1, st->duration, shdr->extradata.bvid.num_frames, AV_ROUND_UP); in argo_brp_read_packet()
|
D | pcm.c | 78 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP); in ff_pcm_read_seek()
|
D | vqf.c | 277 AV_ROUND_DOWN : AV_ROUND_UP); in vqf_read_seek()
|
D | librtmp.c | 303 flags & AVSEEK_FLAG_BACKWARD ? AV_ROUND_DOWN : AV_ROUND_UP); in rtmp_read_seek()
|
D | aadec.c | 351 (flags & AVSEEK_FLAG_BACKWARD) ? AV_ROUND_DOWN : AV_ROUND_UP) in aa_read_seek()
|
D | gxfenc.c | 908 (int64_t)48000*gxf->time_base.num, AV_ROUND_UP); in gxf_write_media_preamble() 1001 (int64_t)48000*gxf->time_base.num, AV_ROUND_UP); in gxf_compare_field_nb()
|
D | mux.c | 713 AV_ROUND_UP); 859 … uint64_t max= av_rescale_q_rnd(s->max_chunk_duration, AV_TIME_BASE_Q, st->time_base, AV_ROUND_UP);
|
D | mpegtsenc.c | 924 …ame_period = av_rescale_rnd(frame_size, PCR_TIME_BASE, pcr_st->codecpar->sample_rate, AV_ROUND_UP); in enable_pcr_generation_for_stream() 926 …av_rescale_rnd(pcr_st->avg_frame_rate.den, PCR_TIME_BASE, pcr_st->avg_frame_rate.num, AV_ROUND_UP); in enable_pcr_generation_for_stream()
|
D | concatdec.c | 657 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in rescale_interval()
|
D | mpeg.c | 1012 AV_ROUND_UP | AV_ROUND_PASS_MINMAX); in vobsub_read_seek()
|
D | mxfenc.c | 2628 …av_rescale_rnd(st->codecpar->sample_rate, mxf->time_base.num, mxf->time_base.den, AV_ROUND_UP) * 4; in mxf_write_header() 2651 … av_rescale_rnd(st->codecpar->sample_rate, mxf->time_base.num, mxf->time_base.den, AV_ROUND_UP) * in mxf_write_header()
|
D | hls.c | 2306 AV_ROUND_DOWN : AV_ROUND_UP); in hls_read_seek()
|
D | dashdec.c | 2343 AV_ROUND_DOWN : AV_ROUND_UP); in dash_read_seek()
|
/third_party/ffmpeg/doc/examples/ |
D | resampling_audio.c | 151 av_rescale_rnd(src_nb_samples, dst_rate, src_rate, AV_ROUND_UP); in main() 169 src_nb_samples, dst_rate, src_rate, AV_ROUND_UP); in main()
|
D | muxing.c | 354 c->sample_rate, c->sample_rate, AV_ROUND_UP); in write_audio_frame()
|
/third_party/ffmpeg/libavutil/ |
D | mathematics.h | 83 AV_ROUND_UP = 3, ///< Round toward +infinity. enumerator
|
D | rational.c | 134 int64_t x_up = av_rescale_rnd(a, q.den, b, AV_ROUND_UP); in av_nearer_q()
|
D | mathematics.c | 181 b = (av_rescale_q_rnd(2*in_ts+1, in_tb, fs_tb, AV_ROUND_UP )+1)>>1; in av_rescale_delta()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fps.c | 85 …{ "up", "round towards +infty", 0, AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_UP }, 0… 267 int eof_rounding = (s->eof_action == EOF_ACTION_PASS) ? AV_ROUND_UP : s->rounding; in update_eof_pts()
|
D | src_movie.c | 517 … frame->pts += av_rescale_q_rnd(movie->ts_offset, AV_TIME_BASE_Q, outlink->time_base, AV_ROUND_UP); in movie_push_frame() 523 … movie->ts_offset += av_rescale_q_rnd(-diff, outlink->time_base, AV_TIME_BASE_Q, AV_ROUND_UP); in movie_push_frame()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | FFMpegExtractor.cpp | 270 AV_ROUND_UP); in decode()
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 191 track->timescale, AV_ROUND_UP)); in handle_file()
|
D | ismindex.c | 571 track->timescale, AV_ROUND_UP)); in handle_file()
|
/third_party/ffmpeg/libswresample/ |
D | resample.c | 535 …scale_rnd(num, s->out_sample_rate, ((int64_t)s->in_sample_rate) * c->phase_count, AV_ROUND_UP) + 2; in get_out_samples()
|
/third_party/ffmpeg/libavresample/ |
D | utils.c | 761 AV_ROUND_UP); in avresample_get_out_samples()
|