Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DInterpolator.h56 , mLastSlope(0) { in mCache()
139 : mLastSlope; in findY()
152 : mLastSlope; in findY()
227 return mLastSlope; in getLastSlope()
231 mLastSlope = slope; in setLastSlope()
244 ?: parcel->writeFloat(mLastSlope) in writeToParcel()
265 ?: parcel.readFloat(&mLastSlope) in readFromParcel()
299 ss << ", mLastSlope=" << mLastSlope; in toString()
332 S mLastSlope; variable