diff options
author | James Dong <jdong@google.com> | 2011-01-04 16:09:07 -0800 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-01-04 16:09:07 -0800 |
commit | 28934a90e168291f6c77c56e8a05f272e5151bbd (patch) | |
tree | da8b10f020741f7dc28161496cbe7e0d59e19622 /include | |
parent | c2f95fba3ab2a4e512fd1152a12e64691f2ea73d (diff) | |
download | frameworks_av-28934a90e168291f6c77c56e8a05f272e5151bbd.zip frameworks_av-28934a90e168291f6c77c56e8a05f272e5151bbd.tar.gz frameworks_av-28934a90e168291f6c77c56e8a05f272e5151bbd.tar.bz2 |
Use video output if necessary for timelapse video recording
Change-Id: I88d0cc824f0fbf8b2f392fbc23c69b5bfefda1b8
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/CameraSourceTimeLapse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/media/stagefright/CameraSourceTimeLapse.h b/include/media/stagefright/CameraSourceTimeLapse.h index afe7287..0e5d534 100644 --- a/include/media/stagefright/CameraSourceTimeLapse.h +++ b/include/media/stagefright/CameraSourceTimeLapse.h @@ -182,10 +182,10 @@ private: // buffer. void fillLastReadBufferCopy(MediaBuffer& sourceBuffer); - // If the passed in size (width x height) is a supported preview size, - // the function sets the camera's preview size to it and returns true. + // If the passed in size (width x height) is a supported video/preview size, + // the function sets the camera's video/preview size to it and returns true. // Otherwise returns false. - bool trySettingPreviewSize(int32_t width, int32_t height); + bool trySettingVideoSize(int32_t width, int32_t height); // The still camera may not support the demanded video width and height. // We look for the supported picture sizes from the still camera and |