Home
last modified time | relevance | path

Searched refs:meanLipSync (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoMultimeterTest.java482 double meanLipSync = (double) lipsyncSum / lipsyncCount; in parseResult() local
483 metrics.put(keyprefix + "lipsync_mean", String.valueOf(meanLipSync)); in parseResult()
484 CLog.i("Lipsync Mean: " + meanLipSync); in parseResult()