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