Home | History | Annotate | Download | only in audio

Lines Matching full:rate

877         if (sw->rate) {
878 st_rate_stop (sw->rate);
879 sw->rate = NULL;
921 sw->rate = st_rate_start (sw->info.freq, hw_cap->info.freq);
922 if (!sw->rate) {
923 dolog ("Could not start rate conversion for `%s'\n", SW_NAME (sw));
1030 st_rate_flow (sw->rate, src, dst, &isamp, &osamp);
1143 sw->rate,
2143 if (sw->rate) {
2144 st_rate_stop (sw->rate);
2145 sw->rate = NULL;