Home
last modified time | relevance | path

Searched refs:lastStepValid (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() local
177 if (mSamples > 1 && mStepValid && lastStepValid) { in push()