Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DLinearMap.h170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") in push()
172 checkedDiff(&ydiff, y, mY[mPos], "y"); in push()
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { in checkedDiff() function
/frameworks/av/include/media/
DLinearMap.h170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") in push()
172 checkedDiff(&ydiff, y, mY[mPos], "y"); in push()
241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { in checkedDiff() function