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

/frameworks/av/include/media/
H A DIMediaRecorder.h46 virtual status_t setVideoSize(int width, int height) = 0;
H A DMediaRecorderBase.h41 virtual status_t setVideoSize(int width, int height) = 0;
H A Dmediarecorder.h226 status_t setVideoSize(int width, int height);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h44 virtual status_t setVideoSize(int width, int height);
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.h52 virtual status_t setVideoSize(int width, int 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/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/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java92 mRecorder.setVideoSize(width, height);
142 recorder.setVideoSize(352, 288);
243 recorder.setVideoSize(width, height);
338 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
371 mRecorder.setVideoSize(width, height);
/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/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/libstagefright/
H A DCameraSourceTimeLapse.cpp153 params.setVideoSize(width, height);
H A DCameraSource.cpp264 * and also to see whether CameraParameters::setVideoSize()
268 * CameraParameters::setVideoSize() is supported or not.
280 ALOGD("Camera does not support setVideoSize()");
331 params->setVideoSize(width, height);
/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/jni/
H A Dandroid_media_MediaRecorder.cpp271 ALOGV("setVideoSize(%d, %d)", width, height);
278 process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/RuntimeException", "setVideoSize failed.");
495 {"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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java235 mRecorder.setVideoSize(videoWidth, videoHeight);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp474 mr->setVideoSize(width, height);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp106 params.setVideoSize(videoWidth, videoHeight);
1810 newParams.setVideoSize(videoWidth, videoHeight);

Completed in 604 milliseconds