Home
last modified time | relevance | path

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

/cts/tests/mediapc/src/android/mediapc/cts/
DPlaybackFrameDrop.java193 long nowUs = System.nanoTime() / 1000; in dequeueOutput() local
195 mRenderStartTimeUs = nowUs; in dequeueOutput()
197 } else if (nowUs > getRenderTimeUs(mOutputCount + 1)) { in dequeueOutput()
202 } else if (nowUs > getRenderTimeUs(mOutputCount)) { in dequeueOutput()
211 if ((getRenderTimeUs(mOutputCount) - nowUs) > (mEachFrameTimeIntervalUs / 2)) { in dequeueOutput()
213 Thread.sleep(((getRenderTimeUs(mOutputCount) - nowUs) - in dequeueOutput()
/cts/tests/tests/media/src/android/media/cts/
DCodecState.java395 long nowUs = mMediaTimeProvider.getNowUs(); in drainOutputBuffer() local
397 long lateUs = nowUs - realTimeUs; in drainOutputBuffer()
DMediaCodecTunneledPlayer.java518 long nowUs = getNowUs(); in getRealTimeUsForMediaTime() local
519 mDeltaTimeUs = nowUs - mediaTimeUs; in getRealTimeUsForMediaTime()
DVideoDecoderPerfTest.java249 long nowUs = (System.nanoTime() + 500) / 1000; in doDecode() local
251 frameTimeUsDiff[outputNum - 1] = nowUs - lastOutputTimeUs; in doDecode()
253 lastOutputTimeUs = nowUs; in doDecode()
DMediaCodecClearKeyPlayer.java682 long nowUs = getNowUs(); in getRealTimeUsForMediaTime() local
683 mDeltaTimeUs = nowUs - mediaTimeUs; in getRealTimeUsForMediaTime()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java861 double nowUs = 0, lastMs = 0; in logPerformanceResults() local
863 nowUs += frameTimeUsDiff[i]; in logPerformanceResults()
864 double nowMs = Math.round(nowUs) / 1000.; in logPerformanceResults()
962 long nowUs = (System.nanoTime() + 500) / 1000; in runEncoder() local
967 mEncoderFrameTimeUsDiff[mCurrentTestRound][pos] = nowUs - lastOutputTimeUs; in runEncoder()
969 lastOutputTimeUs = nowUs; in runEncoder()
1176 long nowUs = (System.nanoTime() + 500) / 1000; in runDecoder() local
1179 mDecoderFrameTimeUsDiff[mCurrentTestRound][pos] = nowUs - lastOutputTimeUs; in runDecoder()
1181 lastOutputTimeUs = nowUs; in runDecoder()