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