Searched refs:setVideoSize (Results 1 - 21 of 21) 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.h218 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.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.h51 virtual status_t setVideoSize(int width, int height);
H A DStagefrightRecorder.cpp184 status_t StagefrightRecorder::setVideoSize(int width, int height) { function in class:android::StagefrightRecorder
185 ALOGV("setVideoSize: %dx%d", width, height);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java359 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
484 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.java86 mRecorder.setVideoSize(width, height);
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
186 mRecorder.setVideoSize(width, height);
/frameworks/av/include/camera/
H A DCameraParameters.h68 void setVideoSize(int width, int height);
77 // is empty, the camera does not support calls to setVideoSize()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java251 mMediaRecorder.setVideoSize(mWidth, mHeight);
256 mMediaRecorder.setVideoSize(mWidth, mHeight);
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp324 status_t MediaRecorder::setVideoSize(int width, int height) function in class:android::MediaRecorder
326 ALOGV("setVideoSize(%d, %d)", width, height);
332 ALOGE("setVideoSize called in an invalid state: %d", mCurrentState);
340 status_t ret = mMediaRecorder->setVideoSize(width, height);
342 ALOGE("setVideoSize failed: %d", ret);
H A DIMediaRecorder.cpp180 status_t setVideoSize(int width, int height) function in class:android::BpMediaRecorder
182 ALOGV("setVideoSize(%dx%d)", width, height);
413 reply->writeInt32(setVideoSize(width, height));
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp150 params.setVideoSize(width, height);
H A DCameraSource.cpp252 * and also to see whether CameraParameters::setVideoSize()
256 * CameraParameters::setVideoSize() is supported or not.
268 ALOGD("Camera does not support setVideoSize()");
319 params->setVideoSize(width, height);
/frameworks/av/camera/
H A DCameraParameters.cpp376 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp264 ALOGV("setVideoSize(%d, %d)", width, height);
271 process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/RuntimeException", "setVideoSize failed.");
468 {"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.cpp477 mr->setVideoSize(width, height);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp72 params.setVideoSize(videoWidth, videoHeight);

Completed in 402 milliseconds