Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java198 long lastOutputTimeNs = 0; in doDecode() local
245 if (lastOutputTimeNs > 0) { in doDecode()
246 frameTimeDiff[outputNum - 1] = System.nanoTime() - lastOutputTimeNs; in doDecode()
248 lastOutputTimeNs = System.nanoTime(); in doDecode()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java623 long lastOutputTimeNs = 0; in runEncoder() local
668 if (lastOutputTimeNs > 0) { in runEncoder()
671 long diff = System.nanoTime() - lastOutputTimeNs; in runEncoder()
675 lastOutputTimeNs = System.nanoTime(); in runEncoder()
941 long lastOutputTimeNs = 0; in runDecoder() local
977 if (lastOutputTimeNs > 0) { in runDecoder()
980 long diff = System.nanoTime() - lastOutputTimeNs; in runDecoder()
984 lastOutputTimeNs = System.nanoTime(); in runDecoder()