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

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp330 status_t MediaRecorder::setVideoSize(int width, int height) function in class:android::MediaRecorder
332 ALOGV("setVideoSize(%d, %d)", width, height);
338 ALOGE("setVideoSize called in an invalid state: %d", mCurrentState);
346 status_t ret = mMediaRecorder->setVideoSize(width, height);
348 ALOGE("setVideoSize failed: %d", ret);
H A DIMediaRecorder.cpp182 status_t setVideoSize(int width, int height) function in class:android::BpMediaRecorder
184 ALOGV("setVideoSize(%dx%d)", width, height);
415 reply->writeInt32(setVideoSize(width, height));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp179 status_t MediaRecorderClient::setVideoSize(int width, int height) function in class:android::MediaRecorderClient
181 ALOGV("setVideoSize(%dx%d)", width, height);
187 return mRecorder->setVideoSize(width, height);
H A DStagefrightRecorder.cpp192 status_t StagefrightRecorder::setVideoSize(int width, int height) { function in class:android::StagefrightRecorder
193 ALOGV("setVideoSize: %dx%d", width, height);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java406 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
531 public native void setVideoSize(int width, int height) method in class:MediaRecorder
/frameworks/av/camera/
H A DCameraParameters.cpp377 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters

Completed in 1009 milliseconds