Searched defs:setVideoSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp324 status_t MediaRecorder::setVideoSize(int width, int height) function in class:android::MediaRecorder
326 ALOGV("setVideoSize(%d, %d)", width, height);
332 ALOGE("setVideoSize called in an invalid state: %d", mCurrentState);
340 status_t ret = mMediaRecorder->setVideoSize(width, height);
342 ALOGE("setVideoSize failed: %d", ret);
H A DIMediaRecorder.cpp179 status_t setVideoSize(int width, int height) function in class:android::BpMediaRecorder
181 ALOGV("setVideoSize(%dx%d)", width, height);
402 reply->writeInt32(setVideoSize(width, height));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp178 status_t MediaRecorderClient::setVideoSize(int width, int height) function in class:android::MediaRecorderClient
180 ALOGV("setVideoSize(%dx%d)", width, height);
186 return mRecorder->setVideoSize(width, height);
H A DStagefrightRecorder.cpp182 status_t StagefrightRecorder::setVideoSize(int width, int height) { function in class:android::StagefrightRecorder
183 ALOGV("setVideoSize: %dx%d", width, height);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java332 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
457 public native void setVideoSize(int width, int height) method in class:MediaRecorder
/frameworks/av/camera/
H A DCameraParameters.cpp371 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters

Completed in 371 milliseconds