Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java760 double nowUs = 0, lastMs = 0; in logPerformanceResults() local
764 msDiff[i] = Math.round((nowMs - lastMs) * 1000) / 1000.; in logPerformanceResults()
765 lastMs = nowMs; in logPerformanceResults()