Searched refs:videoFps (Results 1 – 3 of 3) sorted by relevance
300 int videoFps = highQuality? videoCap.mMaxFrameRate: videoCap.mMinFrameRate; in recordVideoWithPara() local308 MediaFrameworkTestRunner.mMinCameraFps > videoFps){ in recordVideoWithPara()309 videoFps = MediaFrameworkTestRunner.mMinCameraFps; in recordVideoWithPara()312 if (videoFps < MIN_VIDEO_FPS) { in recordVideoWithPara()313 videoFps = MIN_VIDEO_FPS; in recordVideoWithPara()326 Log.v(TAG, "videoFPS : " + videoFps); in recordVideoWithPara()337 mMediaRecorder.setVideoFrameRate(videoFps); in recordVideoWithPara()
33 void init(float videoFps = -1);
362 void VideoFrameScheduler::init(float videoFps) { in init() argument368 mPll.reset(videoFps); in init()