Home
last modified time | relevance | path

Searched refs:videoFps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java300 int videoFps = highQuality? videoCap.mMaxFrameRate: videoCap.mMinFrameRate; in recordVideoWithPara() local
308 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()
/frameworks/av/media/libmediaplayerservice/
DVideoFrameScheduler.h33 void init(float videoFps = -1);
DVideoFrameScheduler.cpp362 void VideoFrameScheduler::init(float videoFps) { in init() argument
368 mPll.reset(videoFps); in init()