Searched refs:deltaHalPosition (Results 1 – 1 of 1) sorted by relevance
70 int32_t deltaHalPosition; // initialization not needed, overwitten by __builtin_sub_overflow() in getRenderPosition() local71 (void) __builtin_sub_overflow(halPosition, truncatedPosition, &deltaHalPosition); in getRenderPosition()72 if (deltaHalPosition > 0) { in getRenderPosition()73 mRenderPosition += deltaHalPosition; in getRenderPosition()