Searched refs:checkedDiff (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libmedia/include/media/ |
D | LinearMap.h | 170 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/ |
D | LinearMap.h | 170 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
|