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

/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp343 status_t MediaRecorder::setVideoSize(int width, int height) function in class:android::MediaRecorder
345 ALOGV("setVideoSize(%d, %d)", width, height);
351 ALOGE("setVideoSize called in an invalid state: %d", mCurrentState);
359 status_t ret = mMediaRecorder->setVideoSize(width, height);
361 ALOGE("setVideoSize failed: %d", ret);
H A DIMediaRecorder.cpp196 status_t setVideoSize(int width, int height) function in class:android::BpMediaRecorder
198 ALOGV("setVideoSize(%dx%d)", width, height);
476 reply->writeInt32(setVideoSize(width, height));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp186 status_t MediaRecorderClient::setVideoSize(int width, int height) function in class:android::MediaRecorderClient
188 ALOGV("setVideoSize(%dx%d)", width, height);
194 return mRecorder->setVideoSize(width, height);
H A DStagefrightRecorder.cpp296 status_t StagefrightRecorder::setVideoSize(int width, int height) { function in class:android::StagefrightRecorder
297 ALOGV("setVideoSize: %dx%d", width, height);
/frameworks/av/camera/
H A DCameraParameters.cpp377 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java488 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
610 public native void setVideoSize(int width, int height) method in class:MediaRecorder

Completed in 131 milliseconds