Home
last modified time | relevance | path

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

/aosp12/system/media/audio_utils/include/audio_utils/
H A DLinearMap.h166 const bool lastStepValid = mStepValid; in push()
170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") in push()
177 if (mSamples > 1 && mStepValid && lastStepValid) { in push()
358 bool mStepValid; // Last sample step was valid (non-negative) variable