History log of /packages/apps/VideoEditor/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
045133a84c417b1469050980990f1623c6448e2c 26-Jul-2011 Shih-chia Cheng <shihchia@google.com> A new project picker for Video Edtor app

This patch replaces existing carousel picker in video editor that uses
rendersciprt as its base with grid view. The old carousel picker is
known for compatibility issues on phones. We are also making the user
experience consistent with Gallery with the new grid view.
Bug: 5026854

Change-Id: I92c57b1b9f7f9810fbd82ee1212bba934feb7401
/packages/apps/VideoEditor/Android.mk
55376db0e04f86905e97da51220eec4dfda935fe 13-Jul-2011 Jean-Baptiste Queru <jbq@google.com> Revert "Use the Java carousel to replace RS version in Video Editor."

This reverts commit dfdf001052d6e467e543dcc04d3d69b71e79ad50.
/packages/apps/VideoEditor/Android.mk
dfdf001052d6e467e543dcc04d3d69b71e79ad50 13-Jul-2011 Ming Jia <mjia@google.com> Use the Java carousel to replace RS version in Video Editor.

1. This is a demo to let java match the api with RS version for VideoEditor.
2. To avoid index error, only call the createCard once with the correct count.
3. Used the Pool to reuse bitmap, which reduced the number of Full GC.
4. reuse the bitmap for previewBitmap when getTexture.

In order to reduce the fullGC caused by large Bitmaps.:
The original ImageUtils will create a new Bitmap every time decode stream from the file.
This behavior allocates lots of memory, and triggers GC frequently.
By using the Options.inBitmap (available from API 11), we can reuse existing Bitmaps with known Width and Height.
This patch makes carousel very smooth, and don't trigger any fullGC.
1. don't create new bitmap in ImageUtil.
2. reduce the number of calls to Canvas.drawBitmap.

Change-Id: I1ff4aaa0f8655a7778eb418d79604aab4a84798b
/packages/apps/VideoEditor/Android.mk
61bbb437d4a579b70e06977c2d930448c49e63f4 20-Jan-2011 Gil Dobjanschi <virgild@google.com> Removed the LOCAL_CERTIFICATE from Android.mk

Change-Id: I06e3afdb09b282dcd193b836697e2e059ede75c6
/packages/apps/VideoEditor/Android.mk
ace3cdb462fef9563a0470223c62a7e80e6d587a 18-Jan-2011 Gil Dobjanschi <virgild@google.com> Initial checkin.

Change-Id: Iffb2ffd2d42565eb4836c30aa75ea2f7923bd8f6
/packages/apps/VideoEditor/Android.mk