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.cpp182 status_t StagefrightRecorder::setVideoSize(int width, int height) { function in class:android::StagefrightRecorder
183 ALOGV("setVideoSize: %dx%d", width, height);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java332 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
457 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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java215 mRecorder.setVideoSize(176,144);
279 mRecorder.setVideoSize(176,144);
369 mRecorder.setVideoSize(video_width, video_height);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp179 status_t setVideoSize(int width, int height) function in class:android::BpMediaRecorder
181 ALOGV("setVideoSize(%dx%d)", width, height);
402 reply->writeInt32(setVideoSize(width, height));
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);
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp140 params.setVideoSize(width, height);
H A DCameraSource.cpp246 * and also to see whether CameraParameters::setVideoSize()
250 * CameraParameters::setVideoSize() is supported or not.
262 ALOGD("Camera does not support setVideoSize()");
313 params->setVideoSize(width, height);
/frameworks/av/camera/
H A DCameraParameters.cpp371 void CameraParameters::setVideoSize(int width, int height) function in class:android::CameraParameters
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp266 ALOGV("setVideoSize(%d, %d)", width, height);
273 process_media_recorder_call(env, mr->setVideoSize(width, height), "java/lang/RuntimeException", "setVideoSize failed.");
464 {"setVideoSize", "(II)V", (void *)android_media_MediaRecorder_setVideoSize},
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java234 mRecorder.setVideoSize(width, height);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp475 mr->setVideoSize(width, height);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp72 params.setVideoSize(videoWidth, videoHeight);

Completed in 8326 milliseconds