Searched refs:mBalance (Results 1 – 7 of 7) sorted by relevance
34 const float balance = mBalance; in setChannelMask()35 mBalance = 0.f; in setChannelMask()78 if (mBalance == 0.f || mChannelCount < 2) { in process()87 mRampBalance = mBalance; in process()89 } else if (mRampBalance != mBalance) { in process()105 mRampBalance = mBalance; in process()141 ss << "balance " << mBalance << " channelCount " << mChannelCount << " volumes:"; in toString()152 if (mBalance == balance // no change in setBalance()157 mBalance = balance; in setBalance()
69 mRampBalance = mBalance; in setRamp()108 return mBalance; in getBalance()171 float mBalance = 0.f; // balance: -1.f (left), 0.f (center), 1.f (right) variable
57 private SeekBar mBalance; field in VolumeTestFragment161 mBalance = v.findViewById(R.id.balance_bar); in onCreateView()162 mBalance.setOnSeekBarChangeListener(seekListener); in onCreateView()
92 mBalance.setChannelMask(mSinkChannelMask); in FastMixer()239 mBalance.setChannelMask(mSinkChannelMask); in onStateChange()482 mBalance.setBalance(mMasterBalance.load()); in onWork()483 mBalance.process((float *)mMixerBuffer, frameCount); in onWork()
103 audio_utils::Balance mBalance; variable
2922 mBalance.setChannelMask(mChannelMask); in readOutputParameters_l()3958 mBalance.setBalance(mMasterBalance.load()); in threadLoop()3959 mBalance.process((float *)mMixerBuffer, mNormalFrameCount); in threadLoop()4041 mBalance.setBalance(mMasterBalance.load()); in threadLoop()4042 mBalance.process((float *)effectBuffer, mNormalFrameCount); in threadLoop()5990 : mBalance.toString()).c_str()); in dumpInternals_l()6069 mBalance.computeStereoBalance(balance, &mMasterBalanceLeft, &mMasterBalanceRight); in setMasterBalance()
1287 audio_utils::Balance mBalance; variable