Dave,
I find that setVideoSize in MediaRecorder leads to
1. ((AndroidCameraInput *)mVideoInputMIO)->SetFrameSize(ac->width, ac-
>height);
2. config->SetOutputFrameSize(0, mVideoWidth, mVideoHeight);
obviously AndroidCameraInput::SetFrameSize setup the video size of
camera preview, and PVMp4H263EncExtensionInterface::SetOutputFrameSize
setup the video output size to be encoded.
I wonder that what will happen if Igive config->SetOutputFrameSize the
different video size than the input video size?
thank you.
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to