summaryrefslogtreecommitdiff
path: root/src/com/android/camera/ui/PanoCaptureProcessView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix focus close when rotate phone during panorama capturingzhuw2018-05-091-0/+3
| | | | | | | if layout size is changed and then the mAargbBuffer.length is less than processing bitmap's w*h, don't process this frame. Change-Id: I2ce9d35b4d89a79bd5863be59c0bd4bf843e81e2
* Merge "SnapdragonCamera: Fix live shot image stretch when recording is 4K" ↵Linux Build Service Account2017-03-061-1/+2
|\ | | | | | | into camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Fix live shot image stretch when recording is 4Kmingwax2017-03-011-1/+2
| | | | | | | | | | | | | | | | | | | | (1) When the video is seted 4K UHD, the mVideoSnapshotSize should be setted the similar aspect ratio to ensure the picture which live shotted is not stretched. (2) Fixed the width and height of the panorama image CRs-Fixed: 2012167 Change-Id: I15d139c6d558923d6b4a32ee3613c44c7a974129
* | SnapdragonCamera: Fix rotation angle when the rear in differ anglemingwax2017-02-231-8/+21
|/ | | | | | | | Change the rotation angle and px py values when the rear in different angle. 8953`s rear angle is 90. 8998`s rear angle is 270. CRs-Fixed: 1103364 Change-Id: I8bf2e76d2faf2417f9439b6b575bfc364974277e
* SnapdragonCamera: Fix FC NullpointerException in PanoCapturemingwax2016-12-141-12/+18
| | | | | | | | Add mutex lock to ensure the mBitmapstream value is not changed to null. CRs-Fixed: 1101177 Change-Id: I3095a3d2f0b25a5ba929f16ebc75af81a8950653
* SnapdragonCamera: PanoramaUI and filter changeJack Yoo2016-10-201-15/+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: Panorama2 fixJack Yoo2016-10-131-3/+4
| | | | | | | | 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/+1097
Introducing Panorama capture module for Camera2 Change-Id: I98306c6c88c34c58b99adf9d472418392015f6c5 CRs-Fixed: 1067848