Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java340 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local
341 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
DMediaRecorderTest.java771 int sleepTimeMs; in recordFromSurface() local
774 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
776 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
806 Thread.sleep(sleepTimeMs); in recordFromSurface()
820 Thread.sleep(sleepTimeMs); in recordFromSurface()