Home | History | Annotate | Download | only in performance

Lines Matching defs:frameRate

222     private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat,
237 mRecorder.setVideoFrameRate(frameRate);
441 int frameRate = MediaProfileReader
443 assertTrue("H263 video recording frame rate", frameRate != -1);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
462 int frameRate = MediaProfileReader.getMaxFrameRateForCodec
464 assertTrue("MPEG4 video recording frame rate", frameRate != -1);
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
484 int frameRate = MediaProfileReader
486 assertTrue("H263 video recording frame rate", frameRate != -1);
488 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,