Searched refs:mExtrapolateTail (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DLinearMap.h142 // mExtrapolateTail(false), // only valid if mSamples > 0
199 mExtrapolateTail = false;
205 mExtrapolateTail = true;
292 // If mExtrapolateTail is set, the slope of the last line segment
318 (i == (ssize_t)mSamples - 1 && mExtrapolateTail && extrapolation == 0.0)) {
359 bool mExtrapolateTail; // extrapolate tail using oldest line segment member in class:android::LinearMap

Completed in 39 milliseconds