Searched refs:deltaPosition (Results 1 – 2 of 2) sorted by relevance
758 final int deltaPosition = buffer.position() - initialBufferPosition; in toBundle() local759 if (deltaPosition != propSize) { in toBundle()761 + " != deltaPosition:" + deltaPosition); in toBundle()
3445 int32_t deltaPosition = (Modulo<uint32_t>(timestamp.mPosition) in getTimestamp_l() local3447 if (deltaPosition < 0) { in getTimestamp_l()3452 deltaPosition, in getTimestamp_l()3460 if (deltaPosition < 0) { in getTimestamp_l()3462 deltaPosition = 0; in getTimestamp_l()3470 deltaPosition * (long long)NANOS_PER_SECOND / deltaTime; in getTimestamp_l()