Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:maxSampleRate

1181     int maxSampleRate =
1184 if (mSampleRate > maxSampleRate) {
1186 " and will be set to (%d)", mSampleRate, maxSampleRate);
1187 mSampleRate = maxSampleRate;