Searched refs:sleepTimeMs (Results 1 – 2 of 2) sorted by relevance
331 int sleepTimeMs = 1000 + mRandom.nextInt(5000); in createSessionOutputBuffer() local332 Thread.sleep(sleepTimeMs); in createSessionOutputBuffer()
833 int sleepTimeMs; in recordFromSurface() local836 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()