summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PanoCaptureUI.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Dialog display incompletely in landscape modeweijiew2016-12-151-7/+8
| | | | | | | Create a new layout for landscape mode CRs-Fixed: 1099373 Change-Id: Ie505c6ef8795e0b8a8b3424afde7cb46fc368136
* SnapdragonCamera: Show label and dialog when switch to new scene modeweijiew2016-12-051-0/+132
| | | | | | | Show label and instructional dialog when switch to new scene mode Change-Id: I75becaa9bb898ca9ef68c94b1195069131745f14 CRs-Fixed: 1091210
* SnapdragonCamera: PanoramaUI and filter changeJack Yoo2016-10-201-9/+21
| | | | | | | | | | 1. Adjusting Panorama UI 2. Adjusting Chormaflash filter 3. Changing Ubifocus focus timeout value 4. ZSL Flash mode change Change-Id: Ia46fdc827cd5529a8b7c6f5cfafc44bb3cf00d06 CRs-Fixed: 1080317
* SnapdragonCamera: frame capture pathJack Yoo2016-10-131-14/+11
| | | | | | | | | | | Frame the path for each capture. 1. ZSL image -> YUV reprocess -> filters -> framework jpeg encoding 2. Non-ZSL -> filters -> framework jpeg encoding 3. Optimizing bestpicture filter image saving 4. Adjusting roi according to the mirror Change-Id: I8989ec57beec3420e6f4311dff951af0a84f5ba9 CRs-Fixed: 1071798
* SnapdragonCamera: Panorama2 fixJack Yoo2016-10-131-1/+3
| | | | | | | | 1. Checking if setting manager instance null on closing. 2. Counting in the lens mount orientation value Change-Id: Ib33819ca91b665768601d8195b3e0afb5a3c88c1 CRs-Fixed: 1071798
* SnapdragonCamera: Panorama ModuleJack Yoo2016-09-271-0/+383
Introducing Panorama capture module for Camera2 Change-Id: I98306c6c88c34c58b99adf9d472418392015f6c5 CRs-Fixed: 1067848