summaryrefslogtreecommitdiff
path: root/src/com/android/camera/imageprocessor/ZSLQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera:reduce memory costjunjiez2018-09-111-0/+13
| | | | | | | | | | | | 1.limit max preview size to 1080p 2.set max image count of ImageReader to 3. 3.Clear ZSL Queue when start recording. 4.use repeatingBurst instead of repeatingRequest. 5.set ZSL queue size to 3. 6.set ZSL snapshot to 15fps. 7.remove ZslFalloff queue. Change-Id: I87ebec71d5b85b3e5f12a61c5898e43e6e184d61
* SnapdragonCamera: Move property to PersistUtilWeijie Wang2017-07-211-4/+2
| | | | | | Move property to PersistUtil Change-Id: I0735d8215ba302ef4c632d6a15ad95a04cd259a0
* SnapdragonCamera: Rename property nameweijiew2017-04-201-1/+1
| | | | | | | | As app can't read property "persist.camera.xxxx" with permission denied on Android O, so rename "persist.camera.xxx" to "persist.sys.camera.xxx" Change-Id: I808a96919a039916c9274dcf01b9ff174e096326 CRs-Fixed: 2027214
* SnapdragonCamera: Fix a green line in BestPicture and Ubifocusmingwax2017-02-221-2/+4
| | | | | | | | When mStride > mWidth, use the whole yuv bytebuffer to save JPG. Add properties to control whether to print log. CRs-Fixed: 1101620 Change-Id: I18cd27de8be542fc9440be6071ee55149b598ac5
* SnapdragonCamera:Add Raw capture to developer optionjunjiez2017-01-061-7/+17
| | | | | | | | Add raving as Raw option to the developer options, and save both JPEG and RAW data when it't turned on Change-Id: Id2462d0bacc3f2acdf3610b2ca8054079dc40b85 CRs-Fixed: 1087490
* SnapdragonCamera: Continuous shot to YUVJack Yoo2016-11-091-71/+3
| | | | | | | Change continuous shot to YUV with ZSL Change-Id: If69d58456a17fa4181cf58f9660c0c6d033c4938 CRs-Fixed: 1083651
* SnapdragonCamera: SelfieMirror Camera2Jack Yoo2016-10-131-2/+2
| | | | | | | SelfieMirror filter for camera2. Change-Id: Id5fda369a56421199a8c2537491608b8667fb77e CRs-Fixed: 1071798
* SnapdragonCamera: ZSL for camera2Jack Yoo2016-08-291-0/+348
Camera2 Zero Shutter lag. Change-Id: I09c65002e5f703e776b4c32efe78d3e95e76acda CRs-Fixed: 1060586