Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A DInterpolator.h159 const S maxSlope = 3 * sec; in findY() local
311 static S constrainSlope(S slope, S maxSlope) { in constrainSlope()