Home | History | Annotate | Download | only in libaudio

Lines Matching defs:rate

800     snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());
891 uint32_t rate = hw->getInputSampleRate(*pRate);
892 if (rate != *pRate) {
893 *pRate = rate;
1070 snprintf(buffer, SIZE, "\tsample rate: %d\n", sampleRate());