Home | History | Annotate | Download | only in performance

Lines Matching refs:frameRate

205     private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat,
220 mRecorder.setVideoFrameRate(frameRate);
402 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H263);
403 assertTrue("H263 video recording frame rate", frameRate != -1);
405 assertTrue(stressVideoRecord(frameRate, 352, 288, MediaRecorder.VideoEncoder.H263,
422 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.MPEG_4_SP);
423 assertTrue("MPEG4 video recording frame rate", frameRate != -1);
425 assertTrue(stressVideoRecord(frameRate, 352, 288, MediaRecorder.VideoEncoder.MPEG_4_SP,
442 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(MediaRecorder.VideoEncoder.H263);
443 assertTrue("H263 video recording frame rate", frameRate != -1);
446 assertTrue(stressVideoRecord(frameRate, 352, 288, MediaRecorder.VideoEncoder.H263,