Searched refs:deltaTimeNs (Results 1 – 1 of 1) sorted by relevance
427 final long deltaTimeNs = timeNs - mLastTimeNs; in add() local429 if (deltaFrames == 0 && deltaTimeNs == 0) return; in add()432 final double jitterMs = (deltaTimeNs - deltaFramesNs) // actual - expected in add()440 + ") deltaTimeNs(" + deltaTimeNs in add()442 assertTrue(mTag + " timestamp time should be increasing", deltaTimeNs >= 0); in add()