Home
last modified time | relevance | path

Searched refs:max_soft_compensation (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample.c270 s->max_soft_compensation = s->async / (double) s->in_sample_rate; in swr_init()
938 } else if(s->soft_compensation_duration && s->max_soft_compensation) { in swr_next_pts()
940 …double max_soft_compensation = s->max_soft_compensation / (s->max_soft_compensation < 0 ? -s->in_s… in swr_next_pts() local
941 … int comp = av_clipf(fdelta, -max_soft_compensation, max_soft_compensation) * duration ; in swr_next_pts()
Dswresample_internal.h140 …float max_soft_compensation; ///< swr maximum soft compensation in seconds over… member
Doptions.c108 …, OFFSET(max_soft_compensation),AV_OPT_TYPE_FLOAT ,{.dbl=0 }, INT_MIN, INT_MAX…