Lines Matching defs:rate
82 uint32_t rate;
194 rate_multiple = tcfg->rate / 48000;
270 * Set up the sample rate.
272 tmp = tcfg->rate;
279 if (sample_rate != tcfg->rate) {
281 tcfg->rate);
287 * This program will measure the real sampling rate by
291 * can be used to detect if the sampling rate badly
294 * with the sampling rate.
336 (void) printf(_("\t<measured sample rate %8.2f Hz (%4.2f%%)>\n"),
513 tcfg->rate = atoi(optarg);