diff options
author | Naseer Ahmed <naseer@codeaurora.org> | 2012-07-20 09:05:53 -0700 |
---|---|---|
committer | Brian Muramatsu <btmura@google.com> | 2012-07-23 12:36:44 -0700 |
commit | f48aef64b218d42bd2ede62dcb03a3d7831ebbf9 (patch) | |
tree | afb95b95e336f64cca8a6ede6725a212983a362a /libgralloc/framebuffer.cpp | |
parent | 8831816879bf525f5a752e9911fb85fa88b7d493 (diff) | |
download | android_hardware_qcom_display-f48aef64b218d42bd2ede62dcb03a3d7831ebbf9.tar.gz android_hardware_qcom_display-f48aef64b218d42bd2ede62dcb03a3d7831ebbf9.tar.bz2 android_hardware_qcom_display-f48aef64b218d42bd2ede62dcb03a3d7831ebbf9.zip |
liboverlay: Refactor, bug-fixes, upgrade.
* Fix memory leak during copying pipe objects.
* Remove unused / unnecessary code.
* setMemoryId API is merged with queueBuffer.
* setParameter API is setTransform now.
* Rotator upgraded to:
--Allow different rotator hardware types.
--Remove dependency on MDP code.
--Allocate memory only during first playback,
close when the associated pipe is closed.
* Have single commit implementation.
* Include new format types.
* Remove WAIT and CHANNEL enums and usage. Replace BypassPipe with
GenericPipe. Client expected to set alignments and parameters.
Add transform combination enums.
* Allow APIs to be called in any order. Do transform calcs in commit.
Move ext type setter and getter functions.
* Add calculations for 180 transform.
* Add secure session support in rotator
* Implement all rotations in terms of H flip, V flip and 90 rotation.
Change-Id: I34a9a2a0f1255b3467a0abbaa254d0b584e901ce
Diffstat (limited to 'libgralloc/framebuffer.cpp')
-rw-r--r-- | libgralloc/framebuffer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgralloc/framebuffer.cpp b/libgralloc/framebuffer.cpp index 837c53a45..f689d529f 100644 --- a/libgralloc/framebuffer.cpp +++ b/libgralloc/framebuffer.cpp @@ -277,7 +277,6 @@ static void *hdmi_ui_loop(void *ptr) ovutils::PipeArgs parg(mdpFlags, ovutils::OVERLAY_TRANSFORM_0, whf, - ovutils::WAIT, ovutils::ZORDER_0, ovutils::IS_FG_OFF, ovutils::ROT_FLAG_ENABLED); |