Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:maxSampleRate

2738             uint32_t maxSampleRate = mSampleRate * 2;
2742 } else if (reqSampleRate > maxSampleRate) {
2743 reqSampleRate = maxSampleRate;