History log of /hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
704b8c03d4765b2f6d0a67bd175a7e9c51661c92 08-Oct-2011 Sundar Raman <sunds@ti.com> CameraHAL: Restore zoom stages back to 60

This provides for a smooth zoom experience with immediate zoom

This reverts commit a38ea5631d139c3d5ffd4e181df2216dbce1b10c.

Fixes b/5251916

Change-Id: If1724ec2ad5d3106e10ee5c2e691f99c19675eaf
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
1c7383822ebd9f8e70d7eec6dd204bb691d29c47 08-Oct-2011 Sundar Raman <sunds@ti.com> CameraHAL: Pass zoom values smoothly

Update the zoom values to the ducati only in the
fillBufferDone callback if another zoom request
is already in progress. However, overwrite the
zoom value with the latest value requested by the
application

Fixes b/5251916

Change-Id: I419baadb2ddd094277f003ddf25f63dca5d078f8
Signed-off-by: Sundar Raman <sunds@ti.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
f9e7d93cfc739190426ae5c3d204980ec8b2e475 23-Sep-2011 Akwasi Boateng <akwasi.boateng@ti.com> Make previous zoom index a member variable

Change previous zoom index variable from static to
member variable since variable is not reset when
application is closed or during suspend resume.

Change-Id: I7a757655dc7e5b30d21716dd38908f3d18131cde
Signed-off-by: Akwasi Boateng <akwasi.boateng@ti.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
a38ea5631d139c3d5ffd4e181df2216dbce1b10c 28-Aug-2011 Sundar Raman <sunds@ti.com> CameraHAL: Reduce the number of zoom stages to make it responsive

Reduce the number of zoom stages from 61 to 31 to make the smooth
zoom more responsive.

Change-Id: I74eb20795cc5164cb03ca7155300bed7cd0716e6
Signed-off-by: Sundar Raman <sunds@ti.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
4fb9d8de9fd6e78637332886ab93b7da9bb6981d 12-Aug-2011 Sundar Raman <sunds@ti.com> Camera HAL: CTS: Fix for #testSmoothZoom

The zoom value being passed up with stopSmoothZoom was 0
instead of 1. CTS expects the value of the zoom callback
to atleast start from 1. This patch fixes this.

Change-Id: I2a043af12d15e83012d1e5b633209ccf194e71ea
Signed-off-by: Sundar Raman <sunds@ti.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
226b496d5cce18e5898383bf479fdd42f2b5abdb 02-Aug-2011 Tyler Luu <tluu@ti.com> CameraHal: Fix a few corner cases with smooth zoom

Fixing a few robustness issues with smooth zoom.
1) Notify application about smooth zoom success only after
setting the state internally. If we notify application
first, it can signal another smooth zoom start breaking
our state.
2) If we notify in goal reached, we don't have return
zoom status again. Double notification can lead to crash

Change-Id: Idda594957822373cb3fd73f1a00459dd9900d955
Signed-off-by: Tyler Luu <tluu@ti.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp
c322989ae6ff6769490828de1b5eda12b749cce9 08-Aug-2011 Iliyan Malchev <malchev@google.com> initial commit

Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXZoom.cpp