Searched refs:checkedDiff (Results 1 - 2 of 2) sorted by relevance
/frameworks/av/include/media/ |
H A D | LinearMap.h | 170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") 172 checkedDiff(&ydiff, y, mY[mPos], "y"); 241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { function in class:android::LinearMap
|
/frameworks/av/media/libmedia/include/media/ |
H A D | LinearMap.h | 170 mStepValid = checkedDiff(&xdiff, x, mX[mPos], "x") 172 checkedDiff(&ydiff, y, mY[mPos], "y"); 241 static inline bool checkedDiff(int32_t *diff, T x2, T x1, const char *coord) { function in class:android::LinearMap
|
Completed in 8 milliseconds