summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/MediaSaveService.java
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Enlarge the saving queue size to 60Mlikaid2016-01-181-2/+2
| | | | | | | | | | | | | | | The picture would not be saved if the saving queue is full. Currently, the queue is very easy to reach 50M during continuous shot with the 13M pixel pictures, that caused many pictures lost during continuous shot. Change the saving queue max size to 60M will avoid this issue, mean while change the LOW_STORAGE_THRESHOLD_BYTES as the same value. CRs-Fixed: 851554 Change-Id: Ib93f05404371872f2b82d489378c01a6122ccb6b Signed-off-by: Zdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com>
* mm-camera: increase save memory limit to 50MBRaghu DP2013-11-211-2/+2
| | | | | | | | | | | | | previous save memory limit was 20MB. if we capture 3 raw images which is of size 18MB each, saving of 3rd image fails if first two images takes time to save . 3rd image save fails because memory inuse crosses save memory limit. 36MB greater than 20MB. So changing limit from 20MB to 50MB. Not an issue for JPEG capture. Change-Id: If89ab4b5dea1bec158aa40577b9b6761be1af5e4 CRs-Fixed: 576070
* Camera: Add support for raw snapshotAlok Kediya2013-10-311-7/+10
| | | | | | | | | | | | | Previously picture format only have option for jpeg and raw, but detailed raw image format is misssing from menu to choose. Also, changes to save raw image to coorect path are included. (cherrypicked from commit c0028f9dbe178c3fed1bcb4af96eb0db4d2e2973) Change-Id: Ifab7fd80e4a83370b2dc6932340005a06cc3552f (cherry picked from commit 27f9245f35d0284c17d8d2fdf5576ea3879e7d33) (cherry picked from commit 3c66703af119c06697f16303fadadbe956646cb3)
* Adding gcam module to Camera2 app.Ruben Brunk2013-09-181-1/+1
| | | | | | Bug: 10430748 Change-Id: I0c53085553cd8505ba376b1518507d36065894f5
* Bring back tiny planet to the Camera filmstripSascha Haeberling2013-09-121-1/+1
| | | | | | | | | Bug: 10393598 The native code and XmpUtil are mostly 1:1 copies from Gallery2. The UI is new and should work on all form factors. Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
* Add rotate support in Film Stripztenghui2013-08-281-1/+1
| | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d
* Fix video capture animation and video snapshot animationDoris Liu2013-08-211-6/+3
| | | | | | | | Also removed unused effects recording code Bug: 10326106 Bug: 10414112 Change-Id: I904a26a0b10c75fcce650dc0ec63d7c11746dc2e
* Fix video snapshot aspect ratioDoris Liu2013-08-201-0/+16
| | | | | Bug: 10312002 Change-Id: Ibe2037195b3936baa63628797ea2b742825ed701
* Refine MediaSaveService to use memory limit.Angus Kong2013-07-171-10/+18
| | | | Change-Id: Ieeb06eddbd742896ecb7c50f0f51facaa77b2d21
* Save video using MediaSaveService.Angus Kong2013-04-191-6/+75
| | | | | bug:8511719 Change-Id: I3fc5054bf7661953181b27e66cc70ba95082d36c
* Add GPSDirection tag using ExifInterface.Angus Kong2013-03-261-5/+9
| | | | | bug:8115825 Change-Id: Iefcbbddbb7f9fed0c386214b428d4743f67d0dd9
* Spring cleaningMichael Kolb2013-03-111-9/+5
| | | | Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a
* Make video snapshot save images in the background.Angus Kong2013-01-311-2/+3
| | | | | bug:8114662 Change-Id: I4e96269bd7723dd9a82d2905a01f736c8982c4ed
* Make background media saving a serviceAngus Kong2013-01-311-0/+155
bug:8091328 Change-Id: If35c1832238e921b6582d8642fdbaa4378ea0c48