Searched defs:pMax (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIEqualizer.c125 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
124 IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin, SLmillibel *pMax) argument
245 IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pMin, SLmilliHertz *pMax) argument
[all...]

Completed in 37 milliseconds