Lines Matching defs:pitch
50 unsigned int pitch; /* Stream pitch ratio to 1000000 */
103 unsigned int pitch,
110 * Because the pitch base is 1000000, the final divider here
144 ff = DIV_ROUND_CLOSEST_ULL((freq * pitch), 1953125);
202 pitched_rate_mil = (unsigned long long) prm->srate * prm->pitch;
208 pr_debug("p_srate %d, pitch %d, interval_mil %llu, frames %d\n",
209 prm->srate, prm->pitch, p_interval_mil, frames);
307 prm->srate, prm->pitch,
657 prm->pitch = 1000000;
659 prm->srate, prm->pitch,
703 prm->pitch = 1000000;
891 ucontrol->value.integer.value[0] = prm->pitch;
917 if (prm->pitch != val) {
918 prm->pitch = val;