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

/frameworks/av/include/media/
H A DLinearMap.h224 // See findU for details.
227 return findU(y, mX, mY, method, extrapolation, startValue);
231 // See findU for details.
234 return findU(x, mY, mX, method, extrapolation, startValue);
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, function in class:android::LinearMap
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h224 // See findU for details.
227 return findU(y, mX, mY, method, extrapolation, startValue);
231 // See findU for details.
234 return findU(x, mY, mX, method, extrapolation, startValue);
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, function in class:android::LinearMap

Completed in 49 milliseconds