Searched refs:meanLipSync (Results 1 – 1 of 1) sorted by relevance
482 double meanLipSync = (double) lipsyncSum / lipsyncCount; in parseResult() local483 metrics.put(keyprefix + "lipsync_mean", String.valueOf(meanLipSync)); in parseResult()484 CLog.i("Lipsync Mean: " + meanLipSync); in parseResult()