Home | History | Annotate | Download | only in tests

Lines Matching refs:keyPrefix

272             Map<String, String> metrics, String keyprefix, float fps, boolean lipsync) {
280 CLog.i("== Video Multimeter Result '%s' ==", keyprefix);
284 metrics.put(keyprefix + "frame_captured", nrOfDataPointsStr);
288 Assert.assertTrue("Multimeter did not collect any data for " + keyprefix,
297 keyprefix, LogDataType.TEXT, new ByteArrayInputStreamSource(allData.getBytes()));
300 return parseResult(metrics, nrOfDataPoints, allData, keyprefix, fps, lipsync);
322 String keyPrefix = videoInfo[1].trim();
326 metrics = getResult(listener, metrics, keyPrefix, fps, true);
361 long frameCaptured, String result, String keyprefix, float fps,
392 metrics.put(keyprefix + "frame_captured", String.valueOf(frameCount));
419 CLog.w("No result found for " + keyprefix);
422 metrics.put(keyprefix + "frame_drop", totalDropFrame);
427 metrics.put(keyprefix + "smoothness", String.valueOf(smoothnessScore));
433 metrics.put(keyprefix + "freezing", String.valueOf(freezingScore));
470 metrics.put(keyprefix + "lipsync_count", String.valueOf(lipsyncCount));
472 metrics.put(keyprefix + "lipsync_min", String.valueOf(lipsyncVals.get(0)));
474 metrics.put(keyprefix + "lipsync_max", String.valueOf(maxLipsync));
477 metrics.put(keyprefix + "lipsync_mean", String.valueOf(meanLipSync));
483 CLog.i("== End ==", keyprefix);