Home | History | Annotate | Download | only in audio

Lines Matching refs:rate

873         if (sw->rate) {
874 st_rate_stop (sw->rate);
875 sw->rate = NULL;
917 sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq);
918 if (!sw->rate) {
919 dolog ("Could not start rate conversion for `%s'\n", SW_NAME (sw));
1048 st_rate_flow (sw->rate, src, dst, &isamp, &osamp);
1150 sw->rate,
2180 if (sw->rate) {
2181 st_rate_stop (sw->rate);
2182 sw->rate = NULL;