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.h43 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.h43 virtual status_t setVideoSize(int width, int height);
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.h53 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/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/base/media/java/android/media/
H A DMediaRecorder.java436 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
558 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/libmedia/
H A Dmediarecorder.cpp305 status_t MediaRecorder::setVideoSize(int width, int height) function in class:android::MediaRecorder
307 ALOGV("setVideoSize(%d, %d)", width, height);
313 ALOGE("setVideoSize called in an invalid state: %d", mCurrentState);
321 status_t ret = mMediaRecorder->setVideoSize(width, height);
323 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);
409 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/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java235 mRecorder.setVideoSize(videoWidth, videoHeight);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp282 ALOGV("setVideoSize(%d, %d)", width, height);
289 process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/RuntimeException", "setVideoSize failed.");
522 {"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.cpp475 mr->setVideoSize(width, height);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp120 params.setVideoSize(videoWidth, videoHeight);
1839 newParams.setVideoSize(videoWidth, videoHeight);

Completed in 534 milliseconds