Searched refs:LATENCY_MARGIN (Results 1 – 1 of 1) sorted by relevance
1381 final double LATENCY_MARGIN = .3f; // Account for system load, capture call duration etc. in testRepeatingAndCaptureCombined() local1557 (long) (estimatedTotalLatency * (1.f - LATENCY_MARGIN)); in testRepeatingAndCaptureCombined()1559 (long) (estimatedTotalLatency * (1.f + LATENCY_MARGIN)); in testRepeatingAndCaptureCombined()