Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h50 , mLastSlope(0) { in mCache()
133 : mLastSlope; in findY()
146 : mLastSlope; in findY()
221 return mLastSlope; in getLastSlope()
225 mLastSlope = slope; in setLastSlope()
242 config->lastSlope = mLastSlope; in writeToConfig()
268 mLastSlope = config.lastSlope; in readFromConfig()
294 ss << ", mLastSlope=" << mLastSlope; in toString()
327 S mLastSlope; variable