Searched refs:setVideoSize (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/include/media/
H A DIMediaRecorder.h49 virtual status_t setVideoSize(int width, int height) = 0;
H A DMediaRecorderBase.h42 virtual status_t setVideoSize(int width, int height) = 0;
H A Dmediarecorder.h234 status_t setVideoSize(int width, int height);
/frameworks/av/media/libmedia/include/media/
H A DIMediaRecorder.h49 virtual status_t setVideoSize(int width, int height) = 0;
H A DMediaRecorderBase.h42 virtual status_t setVideoSize(int width, int height) = 0;
H A Dmediarecorder.h234 status_t setVideoSize(int width, int height);
/frameworks/av/camera/include/camera/
H A DCameraParameters2.h75 void setVideoSize(int width, int height);
84 // is empty, the camera does not support calls to setVideoSize()
H A DCameraParameters.h68 void setVideoSize(int width, int height);
77 // is empty, the camera does not support calls to setVideoSize()
/frameworks/av/include/camera/
H A DCameraParameters2.h75 void setVideoSize(int width, int height);
84 // is empty, the camera does not support calls to setVideoSize()
H A DCameraParameters.h68 void setVideoSize(int width, int height);
77 // is empty, the camera does not support calls to setVideoSize()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java94 mRecorder.setVideoSize(width, height);
144 recorder.setVideoSize(352, 288);
247 recorder.setVideoSize(width, height);
353 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
386 mRecorder.setVideoSize(width, height);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h74 virtual status_t setVideoSize(int width, int height);
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.h53 virtual status_t setVideoSize(int width, int height);
/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
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java242 mMediaRecorder.setVideoSize(mWidth, mHeight);
247 mMediaRecorder.setVideoSize(mWidth, mHeight);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp155 params.setVideoSize(width, height);
/frameworks/av/media/libmedia/
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));
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);
/frameworks/av/camera/
H A DCameraParameters2.cpp265 void CameraParameters2::setVideoSize(int width, int height)
H A DCameraParameters.cpp377 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java235 mRecorder.setVideoSize(videoWidth, videoHeight);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp333 ALOGV("setVideoSize(%d, %d)", width, height);
344 process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/RuntimeException", "setVideoSize failed.");
672 {"setVideoSize", "(II)V", (void *)android_media_MediaRecorder_setVideoSize},
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java238 mRecorder.setVideoSize(width, height);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp470 mr->setVideoSize(width, height);

Completed in 3290 milliseconds

12