Home
last modified time | relevance | path

Searched refs:cframes_new (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c370 snd_pcm_uframes_t cframes_new; in linear_adjust_pitch() local
375 cframes_new = input_frames(rate, info->out.period_size); in linear_adjust_pitch()
376 if ((cframes > info->in.period_size && cframes_new < info->in.period_size) || in linear_adjust_pitch()
377 (cframes < info->in.period_size && cframes_new > info->in.period_size)) { in linear_adjust_pitch()
382 cframes = cframes_new; in linear_adjust_pitch()

Completed in 1 milliseconds