Home
last modified time | relevance | path

Searched refs:mCurve (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DBalance.h51 , mCurve(normalize(std::move(curve))) { } in mRamp()
187 const std::function<float(float)> mCurve; // monotone volume transfer func [0, 1] -> [0, 1] variable
/system/media/audio_utils/
DBalance.cpp123 *left = mCurve(1.f - balance); in computeStereoBalance()
127 *right = mCurve(1.f + balance); in computeStereoBalance()