Searched defs:setVideoFrameRate (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp367 status_t MediaRecorder::setVideoFrameRate(int frames_per_second) function in class:android::MediaRecorder
369 ALOGV("setVideoFrameRate(%d)", frames_per_second);
375 ALOGE("setVideoFrameRate called in an invalid state: %d", mCurrentState);
383 status_t ret = mMediaRecorder->setVideoFrameRate(frames_per_second);
385 ALOGE("setVideoFrameRate failed: %d", ret);
H A DIMediaRecorder.cpp190 status_t setVideoFrameRate(int frames_per_second) function in class:android::BpMediaRecorder
192 ALOGV("setVideoFrameRate(%d)", frames_per_second);
409 reply->writeInt32(setVideoFrameRate(frames_per_second));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp189 status_t MediaRecorderClient::setVideoFrameRate(int frames_per_second) function in class:android::MediaRecorderClient
191 ALOGV("setVideoFrameRate(%d)", frames_per_second);
197 return mRecorder->setVideoFrameRate(frames_per_second);
H A DStagefrightRecorder.cpp196 status_t StagefrightRecorder::setVideoFrameRate(int frames_per_second) { function in class:android::StagefrightRecorder
197 ALOGV("setVideoFrameRate: %d", frames_per_second);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java331 setVideoFrameRate(profile.videoFrameRate);
473 public native void setVideoFrameRate(int rate) throws IllegalStateException; method in class:MediaRecorder

Completed in 554 milliseconds