Searched refs:sleepTimeMs (Results 1 – 2 of 2) sorted by relevance
336 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local337 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
1404 int sleepTimeMs; in recordFromSurface() local1407 sleepTimeMs = 1000 / captureRate; in recordFromSurface()1409 sleepTimeMs = 1000 / getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H264); in recordFromSurface()1439 Thread.sleep(sleepTimeMs); in recordFromSurface()1453 Thread.sleep(sleepTimeMs); in recordFromSurface()