summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "SnapdraongCamera:Fix stats visualizer" into ↵Jin Wu2018-11-121-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | | SnapdraongCamera:Fix stats visualizerjunjiez2018-11-011-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the inverted BG and BG stats by change the index of the data. Change-Id: I63d75a2b76c49a0b4cf74df7236a8fa77f9434f4 CRs-Fixed: 2334736
* | | | Merge changes I23def159,Ic824361c into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-121-14/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Avoid changing afmode when trigger TAF Fix isDepthFocus can't be read in one of every two frames
| * | | | Avoid changing afmode when trigger TAFzhuw2018-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix afmode to auto when trigger TAF Change-Id: I23def159f4255950e2a4c3f1a401fe19700e87df CRs-Fixed:2332444
| * | | | Fix isDepthFocus can't be read in one of every two framesjinwu2018-11-011-14/+18
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | If read return null from isDepthFocus vendor tag, use value of last time. Change-Id: Ic824361c16d8a9cd41127bab755d071866a93646
* | | | Merge "SnapdraongCamera:HEIF surface mode" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-121-7/+27
|\ \ \ \
| * | | | SnapdraongCamera:HEIF surface modejunjiez2018-10-301-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save all the images into one heic file when enable longshot. Change-Id: I24d1d7f6ff5b677499043bbfe966e10608a86ae3 CRs-Fixed: 2335370
* | | | | Merge "If flash is always on, don't go to HAL-ZSL" into ↵Linux Build Service Account2018-11-121-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | | | If flash is always on, don't go to HAL-ZSLjinwu2018-11-011-0/+1
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I23865c3384e70d337b29559b05bbb1f3f63f7d41
* | | | | Merge "Preview screen error after record video many times" into ↵Linux Build Service Account2018-11-121-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | | | Preview screen error after record video many timesjinwu2018-11-011-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add judgement to avoid this issue. Change-Id: I4f3c543baec27a61bd91cf7d89d348230abb669a
* | | | | Merge "SnapdraongCamera:HEIF surface mode" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-121-12/+93
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | SnapdraongCamera:HEIF surface modejunjiez2018-10-291-12/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save captured images with HEIF format during video recording. Change-Id: I14e6f218aded867e47c334c4f7ba9279f6950c88 CRs-Fixed: 2335370
* | | | | Merge "fix flash mode is wrong during longshot" into ↵Linux Build Service Account2018-11-121-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | | | fix flash mode is wrong during longshotzhuw2018-10-231-4/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | apply common settings for each new capture request builder Change-Id: I006f375af9e56c084584920cf77994ebbd509f1c CRs-Fixed:2334032 2334804
* | | | | Merge "Set max support camera number to 16" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-121-1/+1
|\ \ \ \ \
| * | | | | Set max support camera number to 16jinwu2018-10-191-1/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Ia377fc6176bdf39e253f6aaf342344502e43bd17
* | | | | Merge "fix nullpointer when take picture during camera switch" into ↵Linux Build Service Account2018-11-121-1/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | | fix nullpointer when take picture during camera switchzhuw2018-10-231-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | if session is null, enable shutter icon and cancel snapshot Change-Id: I8f05422da4792f1b26ba79658400316d498652ee CRs-Fixed:2335014 2335026
* | | | Merge "SnapdraongCamera:HEIF surface mode" into camera-SnapdragonCamera.lnx.2.0Abhijit Trivedi2018-11-071-51/+125
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | SnapdraongCamera:HEIF surface modejunjiez2018-10-291-51/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add and remove the input sruface of HeifWriter dynamically to avoid restart session when we want to write data to a new heic file. Change-Id: Iafd9ea7e20d7e81f14bc1c6971168e476cf3ef44 CRs-Fixed: 2335370
* | | Merge "SnapdragonCamera: Revert the original design of ISO" into ↵Abhijit Trivedi2018-11-011-12/+4
|\ \ \ | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | SnapdragonCamera: Revert the original design of ISOxianming wang2018-10-191-12/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | Revert the original design of ISO in ProMode, add 3200ISO like the original design. CRs-Fixed: 2328914 Change-Id: I4ec658f2cc451a5515c50861d590e831ca10ad52
* | | Merge "SnapdragonCamera: Don`t capture in high speed session" into ↵Linux Build Service Account2018-11-011-1/+3
|\ \ \ | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | SnapdragonCamera: Don`t capture in high speed sessionxianming wang2018-10-191-1/+3
| |/ / | | | | | | | | | | | | | | | | | | Add judge conditions does not capture in high speed session. CRs-Fixed: 2331298 Change-Id: Icfe632aca58806735c2c7e5f8f8cfd12c8973efa
* | | Merge "fix zoom value not apply in video pause requestBuilder" into ↵Linux Build Service Account2018-11-011-0/+1
|\ \ \ | | | | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | | fix zoom value not apply in video pause requestBuilderzhuw2018-10-201-0/+1
| |/ / | | | | | | | | | | | | | | | | | | applyVideoCommenSetting when pause Change-Id: If2469147b625760838ef851b82188e6e35511ab8 CRs-Fixed:2324741
* | | Merge "Fix shutter button become gray" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-011-5/+1
|\ \ \
| * | | Fix shutter button become grayjinwu2018-10-181-5/+1
| |/ / | | | | | | | | | | | | | | | | | | Remove this judgement for going back to APP ZSL and shutter button can be enabled. Change-Id: I2289baf750427038489ef3857aa7e74c2de334b5
* | | Merge "SnapdraongCamera:HEIF surface mode" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-011-18/+83
|\ \ \ | | |/ | |/|
| * | SnapdraongCamera:HEIF surface modejunjiez2018-10-181-18/+83
| |/ | | | | | | | | | | | | | | Encode HEIF image with surface mode, send input surface from HeifWriter to camera output directly. Change-Id: Iad91ffa0731150f9f57180eedf23c0a6ff63376d
* | Merge "Update bitrate for non-hfr cases" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-11-011-2/+42
|\ \
| * | Update bitrate for non-hfr casesjinwu2018-10-201-2/+42
| |/ | | | | | | | | | | | | Since different codecs have different bitrate limitations, app should change bitrate according to codec. Change-Id: I4dc978db9c8d0f8f98cf5e58860a3d42d5c7ce01
* | Merge "SnapdragonCamera: Fix NP when get KYE_MANUAL_WB" into ↵Linux Build Service Account2018-11-011-1/+1
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | SnapdragonCamera: Fix NP when get KYE_MANUAL_WBxianming wang2018-10-191-1/+1
| |/ | | | | | | | | | | | | | | Fix NullPointerException when get KEY_MANUAL_WB, use preference to get the values to avoid NULL. CRs-Fixed: 2324867 Change-Id: I068254efc5677f6a1f0efc64d9286b8dccf22bb4
* / SnapdragonCamera: Complete the function of MFNRxianming wang2018-10-241-25/+28
|/ | | | | | | Adapter the function of MFNR and remove the MFSR. CRs-Fixed: 2337922 Change-Id: I45eb23a14eb9469ccdf335cc1718ffa8c67349fb
* Merge "SnapdragonCamera: Add Video recording bitrate corrections" into ↵Linux Build Service Account2018-10-181-1/+1
|\ | | | | | | camera-SnapdragonCamera.lnx.2.0
| * SnapdragonCamera: Add Video recording bitrate correctionsxianming wang2018-10-081-1/+1
| | | | | | | | | | | | | | Add Video recording bitrate corrections. Change-Id: I862c9cb89b5ae8892ad8f8f78fbfefa8325167d0 CRs-Fixed: 2313695
* | Merge "SnapdragonCamera: Added checkbox stats visualizer" into ↵Linux Build Service Account2018-10-181-77/+119
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | SnapdragonCamera: Added checkbox stats visualizerjunjiez2018-09-261-77/+119
| |/ | | | | | | | | | | | | 1) Added checkbox in stats visualizer 2) Added AWB information for display Change-Id: Id51d29b798a5d1f849463d28e03b695384fd3aa4
* | Merge "fix not set anti band level during recording" into ↵Linux Build Service Account2018-10-181-3/+1
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | fix not set anti band level during recordingzhuw2018-09-261-3/+1
| |/ | | | | | | | | | | | | apply anti band level in video comment setting Change-Id: I878458bc3cda31415c27283feab5a363d712e7e1 CRs-Fixed: 2306165
* | Merge "SnapdragonCamera: Sunset and Landscape use APP-ZSL capture" into ↵Linux Build Service Account2018-10-181-1/+5
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | SnapdragonCamera: Sunset and Landscape use APP-ZSL capturexianming wang2018-09-251-1/+5
| |/ | | | | | | | | | | | | Sunset and Landscape mode use APP-ZSL capture. CRs-Fixed: 2319147 Change-Id: Ia09bc465b0221bfec330233aa525e92a93b941cb
* / Improve longshotjinwu2018-09-261-57/+80
|/ | | | | | | | 1. Reduce ImageReader numbers 2. CaptureBurst 20 snapshots one time Change-Id: I37e60e8312995f7318c596f2fd14ac5fd793edfe CRs-Fixed: 2319424
* Merge "Fix focus circle not update issue" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-09-251-1/+4
|\
| * Fix focus circle not update issuejinwu2018-09-211-1/+4
| | | | | | | | | | Change-Id: Id92ace9088ca08ca999e1e2773dcacb978650aac CRs-Fixed: 2297616
* | Merge "SnapdragonCamera:Fix location recording" into ↵Linux Build Service Account2018-09-241-1/+2
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | SnapdragonCamera:Fix location recordingjinwu2018-09-211-1/+2
| |/ | | | | | | | | | | | | | | Get location information from ExifInterface when location is not send to MediaSaveService Change-Id: I7bd49fc5cd303f5bc5b43edb8769156d693232df CRs-Fixed: 2279097
* | Merge "SnapdragonCamera: Completed the absolute value of ISO in ProMode" ↵Linux Build Service Account2018-09-241-4/+12
|\ \ | | | | | | | | | into camera-SnapdragonCamera.lnx.2.0