Searched refs:jitter (Results 1 – 6 of 6) sorted by relevance
101 int jitter = GetJitter(i); in RunTest() local102 int64_t testTimeUs = frames[i].timeUs + jitter; in RunTest()104 (long long)frames[i].timeUs, (long long)testTimeUs, jitter); in RunTest()
231 long jitter = Math.abs(totalDuration - mPreviousFrameTotal);240 mJitterMma = add(mJitterMma, jitter);257 mUpdateHandler.obtainMessage(R.id.graph, (int) (jitter / 1000),
23 float jitter[JITTER_LENGTH];42 jitter[i] = (rsRand(rscale)+rsRand(rscale)+rsRand(rscale))/3;179 p += dz * jitter[(x+(y<<11))%JITTER_LENGTH];
26 # and frame delivery jitter (which typically manifests as "jank" or "jerkiness"28 # relatively low amount of jitter at the expense of roughly two frames of30 # increased display jitter (both manual investigation using systrace [1] and
70 3. Accelerometer jitter. The accelerometer latency graph displays the interval
2230 // the average relative jitter in milliseconds. Jitter represents the2233 // apart, the relative jitter between those packets is 1 millisecond.2235 // See RFC 3550 for more information on jitter calculations2238 // the maximum relative jitter for a given ongoing call. Jitter represents2241 // apart, the relative jitter between those packets is 1 millisecond.2243 // See RFC 3550 for more information on jitter calculations.