Home
last modified time | relevance | path

Searched refs:STEREO_CHANNELS (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp212 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()
/frameworks/wilhelm/src/desktop/
DOutputMixExt.h42 float mGains[STEREO_CHANNELS]; ///< Copied from CAudioPlayer::mGains
DSDL.cpp50 fmt.channels = STEREO_CHANNELS; in SDL_open()
/frameworks/wilhelm/src/android/
Dandroid_defs.h94 float mFinalVolume[STEREO_CHANNELS];
DAudioPlayer_to_android.cpp226 if (channelCount >= STEREO_CHANNELS) { in android_audioPlayer_volumeUpdate()
345 float amplFromStereoPos[STEREO_CHANNELS]; in android_player_volumeUpdate()
/frameworks/wilhelm/src/
Dclasses.h88 float mGains[STEREO_CHANNELS]; ///< Computed gain based on volume, mute, solo, stereo position
Dsles_allinclusive.h78 #define STEREO_CHANNELS 2 macro