Searched refs:AUX_MAX (Results 1 – 3 of 3) sorted by relevance
24 static const unsigned char AUX_to_MPH[AUX_MAX] = {58 assert(aux < AUX_MAX); in getEnableLevel()327 for (aux = 0; aux < AUX_MAX; ++aux, ++enableLevel) { in IEffectSend_init()
281 #define AUX_MAX 2 macro286 struct EnableLevel mEnableLevels[AUX_MAX]; // wet enable and volume per effect type
291 for (unsigned int i=0 ; i<AUX_MAX ; i++) { in android_audioPlayer_volumeUpdate()