Searched refs:mGains (Results 1 – 5 of 5) sorted by relevance
37 private final short[] mGains; field in WaveformData46 mGains = null; in WaveformData()108 mGains = new short[mFramesCount]; in WaveformData()111 mGains[i] = (short)audioGraphFileReadHandle.read(); in WaveformData()139 return mGains; in getFrameGains()
123 track->mGains[0] = audioPlayer->mGains[0]; in track_check()124 track->mGains[1] = audioPlayer->mGains[1]; in track_check()216 float gain = track->mGains[channel]; in IOutputMixExt_FillBuffer()244 mixBuffer->left += (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer()245 mixBuffer->right += (short) (source->right * track->mGains[1]); in IOutputMixExt_FillBuffer()258 mixBuffer->left = (short) (source->left * track->mGains[0]); in IOutputMixExt_FillBuffer()259 mixBuffer->right = (short) (source->right * track->mGains[1]); in IOutputMixExt_FillBuffer()405 thiz->mGains[0] = 1.0f; in IOutputMixExt_checkAudioPlayerSourceSink()406 thiz->mGains[1] = 1.0f; in IOutputMixExt_checkAudioPlayerSourceSink()419 track->mGains[0] = 1.0f; in IOutputMixExt_checkAudioPlayerSourceSink()[all …]
218 thiz->mGains[0] = 1.0f; in IEngine_CreateAudioPlayer()219 thiz->mGains[1] = 1.0f; in IEngine_CreateAudioPlayer()
42 float mGains[STEREO_CHANNELS]; ///< Copied from CAudioPlayer::mGains member
85 float mGains[STEREO_CHANNELS]; ///< Computed gain based on volume, mute, solo, stereo position member