Searched refs:max_soft_compensation (Results 1 – 3 of 3) sorted by relevance
270 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() local941 … int comp = av_clipf(fdelta, -max_soft_compensation, max_soft_compensation) * duration ; in swr_next_pts()
140 …float max_soft_compensation; ///< swr maximum soft compensation in seconds over… member
108 …, OFFSET(max_soft_compensation),AV_OPT_TYPE_FLOAT ,{.dbl=0 }, INT_MIN, INT_MAX…