Home | History | Annotate | Download | only in itf

Lines Matching refs:pMax

125     SLmillibel *pMax)
129 if (NULL == pMin && NULL == pMax) {
136 if (NULL != pMax)
137 *pMax = thiz->mBandLevelRangeMax;
246 SLmilliHertz *pMin, SLmilliHertz *pMax)
250 if (NULL == pMin && NULL == pMax) {
261 if (NULL != pMax)
262 *pMax = thiz->mBands[band].mMax;
278 if (NULL != pMax) {
279 *pMax = range[1];