Searched refs:GT_POINT_SIZE (Results 1 – 3 of 3) sorted by relevance
105 frame->fingers[i].trackId = buf[GT_POINT_SIZE * i + GT_TRACK_ID]; in ParsePointData()109 ((buf[GT_POINT_SIZE * i + GT_X_LOW] & ONE_BYTE_MASK) | in ParsePointData()110 ((buf[GT_POINT_SIZE * i + GT_X_HIGH] & ONE_BYTE_MASK) in ParsePointData()114 ((buf[GT_POINT_SIZE * i + GT_Y_LOW] & ONE_BYTE_MASK) | in ParsePointData()115 ((buf[GT_POINT_SIZE * i + GT_Y_HIGH] & ONE_BYTE_MASK) in ParsePointData()120 ((buf[GT_POINT_SIZE * i + GT_X_LOW] & ONE_BYTE_MASK) | in ParsePointData()121 ((buf[GT_POINT_SIZE * i + GT_X_HIGH] & ONE_BYTE_MASK) in ParsePointData()124 ((buf[GT_POINT_SIZE * i + GT_Y_LOW] & ONE_BYTE_MASK) | in ParsePointData()125 ((buf[GT_POINT_SIZE * i + GT_Y_HIGH] & ONE_BYTE_MASK) in ParsePointData()129 (buf[GT_POINT_SIZE * i + GT_X_LOW] & ONE_BYTE_MASK) | in ParsePointData()[all …]
19 #define GT_POINT_SIZE 8 macro
80 … ((buf[GT_POINT_SIZE * i + GT_X_HIGH] & ONE_BYTE_MASK) << ONE_BYTE_OFFSET);81 frame->fingers[i].y = (buf[GT_POINT_SIZE * i + GT_Y_LOW] & ONE_BYTE_MASK) |82 … ((buf[GT_POINT_SIZE * i + GT_Y_HIGH] & ONE_BYTE_MASK) << ONE_BYTE_OFFSET);84 + frame->fingers[i].x = (buf[GT_POINT_SIZE * i + GT_X_LOW] & ONE_BYTE_MASK) |85 + ((buf[GT_POINT_SIZE * i + GT_X_HIGH] & ONE_BYTE_MASK) << ONE_BYT…86 + frame->fingers[i].y = (buf[GT_POINT_SIZE * i + GT_Y_LOW] & ONE_BYTE_MASK) |87 + ((buf[GT_POINT_SIZE * i + GT_Y_HIGH] & ONE_BYTE_MASK) << ONE_BYT…89 frame->fingers[i].y = (buf[GT_POINT_SIZE * i + GT_X_LOW] & ONE_BYTE_MASK) |90 … ((buf[GT_POINT_SIZE * i + GT_X_HIGH] & ONE_BYTE_MASK) << ONE_BYTE_OFFSET);