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.java331 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local
332 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
DMediaRecorderTest.java833 int sleepTimeMs; in recordFromSurface() local
836 sleepTimeMs = 1000 / captureRate; in recordFromSurface()
838 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()
868 Thread.sleep(sleepTimeMs); in recordFromSurface()
882 Thread.sleep(sleepTimeMs); in recordFromSurface()