Searched refs:STEREO_CHANNELS (Results 1 – 7 of 7) sorted by relevance
212 float gains[STEREO_CHANNELS]; in IOutputMixExt_FillBuffer()213 Summary summaries[STEREO_CHANNELS]; in IOutputMixExt_FillBuffer()215 for (channel = 0; channel < STEREO_CHANNELS; ++channel) { in IOutputMixExt_FillBuffer()446 for (channel = 0; channel < STEREO_CHANNELS; ++channel) { in audioPlayerGainUpdate()
42 float mGains[STEREO_CHANNELS]; ///< Copied from CAudioPlayer::mGains
50 fmt.channels = STEREO_CHANNELS; in SDL_open()
94 float mFinalVolume[STEREO_CHANNELS];
226 if (channelCount >= STEREO_CHANNELS) { in android_audioPlayer_volumeUpdate()345 float amplFromStereoPos[STEREO_CHANNELS]; in android_player_volumeUpdate()
88 float mGains[STEREO_CHANNELS]; ///< Computed gain based on volume, mute, solo, stereo position
78 #define STEREO_CHANNELS 2 macro