summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-142/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Instantiate GLCanvas rather than reinitialize current GLCanvas.George Mount2013-01-081-2/+2
| | | | | | | GLCanvas was being used as a singleton when it really should allow separate instances for correctness. Change-Id: I650884e843a4a78997b70826f6012ae19b8df549
* GL packaging refactorJohn Reck2012-12-111-0/+2
| | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* Remove black borders in Manta LightCycle capture after orientation change.George Mount2012-10-261-0/+7
| | | | | | Bug 7344906 Change-Id: I70017e4479962d49aedb06ea7b050f638e00fc06
* Add hook to manipulate SurfaceTexture transformJohn Reck2012-10-161-0/+3
| | | | | | Bug: 7302956 Change-Id: I32bdeb22630dbeba9f028e1c68167d10a5288a28
* Remove OnFrameAvailableListener in tear downJohn Reck2012-10-011-0/+1
| | | | | | Bug: 7217305 Change-Id: I79d1741cd757b2cc15a42336153af755ae84bd57
* Guard SurfaceTextureScreenNail with TargetApi.Wu-cheng Li2012-08-101-0/+1
| | | | | bug:6927809 Change-Id: If03ffbcbf908a960f00bba97be0cdbf317ecabe8
* Code clean up.Ahbong Chang2012-07-301-1/+1
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-131-1/+8
| | | | | | Bug: 6706784 Change-Id: Ic1bb2bb27c3184d791de566d88dbade039fb9d87
* Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-031-2/+16
| | | | Change-Id: I606a23863247454051dd183ddf6b77f6bc882685
* Set default buffer size for SurfaceTexture.Chih-Chung Chang2012-05-071-0/+1
| | | | | | This is needed for Panorama. Change-Id: I452335cfec6357aef7b66ecac003a4b0ca0fd9fe
* Add Raw2DTexture.Angus Kong2012-04-241-6/+1
| | | | | | | | | Raw2DTexture is a wrapper of GL 2D texture. It also support copy other texture's content into this texture. bug:5988937 Change-Id: Ib4f6ff7ed2f6ea499517536366b511b7984a9b98
* In filmstrip, show placeholders for pictures not loaded yet.Chih-Chung Chang2012-04-191-5/+0
| | | | Change-Id: I037f1f054da4a3800045d5b89724341ac22272a5
* Add thumb pool the cache Bitmap used for thumbnails.Chih-Chung Chang2012-04-181-1/+1
| | | | Change-Id: Ib710f2a6fc1aa86fe4abdd18d1fa7ac71396a3b4
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-0/+116
Change-Id: I8bf63dfc5b969ecce51841378b093a650b6f91d8