Home
last modified time | relevance | path

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

/system/media/audio_utils/
DBalance.cpp33 const float balance = mBalance; in setChannelMask() local
47 setBalance(balance); // recompute balance in setChannelMask()
92 setBalance(balance); // recompute balance in setChannelMask()
139 void Balance::computeStereoBalance(float balance, float *left, float *right) const in computeStereoBalance() argument
141 if (balance > 0.f) { in computeStereoBalance()
142 *left = mCurve(1.f - balance); in computeStereoBalance()
144 } else if (balance < 0.f) { in computeStereoBalance()
146 *right = mCurve(1.f + balance); in computeStereoBalance()
168 void Balance::setBalance(float balance) in setBalance() argument
170 if (mBalance == balance // no change in setBalance()
[all …]
DDoxyfile2057 # larger than 0 to get control over the balance between CPU load and processing
DDoxyfile.orig2057 # larger than 0 to get control over the balance between CPU load and processing
/system/media/audio_utils/include/audio_utils/
DBalance.h94 void setBalance(float balance);
121 void computeStereoBalance(float balance, float *left, float *right) const;
/system/sepolicy/tools/fc_sort/
DNOTICE211 any particular circumstance, the balance of the section is intended to
/system/chre/pal/doc/
DDoxyfile2141 # larger than 0 to get control over the balance between CPU load and processing
/system/chre/chre_api/doc/
DDoxyfile2141 # larger than 0 to get control over the balance between CPU load and processing