Home
last modified time | relevance | path

Searched defs:maxSlope (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h165 const S maxSlope = 3 * sec; in findY() local
316 static S constrainSlope(S slope, S maxSlope) { in constrainSlope()