summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change property from vendor to sys.jinwu2018-07-032-41/+41
| | | | Change-Id: I08e0426f4189a8d62a54c0ca83658b18b1babbb3
* SnapdragonCamera: Update the method for save warmstart AWBxianming wang2018-07-021-17/+26
| | | | | | | Update the method for save warmstart AWB gains and cct. CRs-Fixed: 2271396 Change-Id: I7be37b207131b2daf063888bcca53860365162e3
* SnapdragonCamera: version info 2.02.010jinwu2018-06-291-1/+1
| | | | | | Change to 2.02.010 Change-Id: Iaff52e111087aa50b214457df1f45aaffe2de1f3
* Merge "SnapdragonCamera: Hide the deepzoom and deepportrait mode"Linux Build Service Account2018-06-282-4/+8
|\
| * SnapdragonCamera: Hide the deepzoom and deepportrait modexianming wang2018-06-282-4/+8
| | | | | | | | | | | | | | Hide the deepzoom and deepportrait mode. CRs-Fixed: 2269361 Change-Id: Ibd49da4d4d8c1f8931d45a95b08044a43e465850
* | Merge "SnapdragonCamera:Fix CTS issue"Linux Build Service Account2018-06-282-2/+2
|\ \
| * | SnapdragonCamera:Fix CTS issuejunjiez2018-06-282-2/+2
| |/ | | | | | | | | | | | | | | | | Change the id of the review done button to match the requirement of CTS test Change-Id: I93859d78fa64a7fe9baad72019932e99833fb268 CRs-Fixed: 2226102
* / Fix can't zoom to 8x levelzhuw2018-06-271-2/+2
|/ | | | | | change caculation of zoom level Change-Id: Ie825e39a3b40d23abf1d8b59dda2d93d240bc68a
* Merge "SnapdragonCamera: Complete the function of AWB Gains and CCT"Linux Build Service Account2018-06-272-1/+74
|\
| * SnapdragonCamera: Complete the function of AWB Gains and CCTxianming wang2018-06-272-1/+74
| | | | | | | | | | | | | | Complete the function of AWB Gains and CCT CRs-Fixed: 2267778 Change-Id: Ied1c3f153c78a5f980b5133b939abe415b9d027e
* | Merge "SnapdragonCamera:Fix unbind error"Linux Build Service Account2018-06-271-1/+1
|\ \
| * | SnapdragonCamera:Fix unbind errorjunjiez2018-06-271-1/+1
| |/ | | | | | | | | | | | | | | Avoid to unbind service when service is null. Change-Id: I923d6cdf5434d57b7fa518fa384bc6e0970843ff CRs-Fixed: 2263104
* | Merge "SnapdragonCamera: Modify the previewSize"Linux Build Service Account2018-06-271-1/+6
|\ \
| * | SnapdragonCamera: Modify the previewSizexianming wang2018-06-271-1/+6
| |/ | | | | | | | | | | | | | | (1) When display is QHD/QHD+, set previewSize is 1920x1440. (2) When display is 2160x1080, set previewSize is 1440x1080. CRs-Fixed: 2266854 Change-Id: I760aa13eb3f0e5c6a3131404597e708a28fba993
* / SnapdragonCamera: Add 480fps in app menu for videoxianming wang2018-06-272-0/+8
|/ | | | | | | Add 480fps in app menu for video CRs-Fixed: 2267453 Change-Id: Ib9e2a081f6b72fdb2d33abc2430d82f2713f45c9
* Fix FC in MonkeyTestjinwu2018-06-261-10/+18
| | | | | | Catch more exceptions in startRecordingVideo. Change-Id: I4f1ffc7cabf7c45b44bbdbbff0f01a96c3601ef9
* SnapdragonCamera:Fix CTS issuejunjiez2018-06-222-1/+8
| | | | | | | | | | When DPAD_CENTER is pressed, capture a image to pass CTS test and set the default focused view to avoid DPAD_CENTER key event lost. Change-Id: I75601cf0576251492140e8da30eac0b3d149b5c8 CRs-Fixed: 2226102
* SnapdragonCamera: CancelTouchFocus when exit camera.xianming wang2018-06-141-1/+2
| | | | | | | CancelTouchFocus when exit camera. CRs-Fixed: 2248659 Change-Id: I2ac18ad7fbd09eb136a2203276fcfb7ef337e113
* Merge "Fix force close when init camera info on P" into ↵Linux Build Service Account2018-06-146-23/+78
|\ | | | | | | camera-SnapdragonCamera.lnx.1.0
| * Fix force close when init camera info on Pzhuw2018-06-136-23/+78
| | | | | | | | | | | | | | Use camera service instead of hardware.camera to get camera info Change-Id: I2837660a13b674a076006b0f6ecce603967e62ca
* | SDCamera: Fix thumbnail is black when filter enabledzhuw2018-06-132-16/+31
|/ | | | | | start mediaRecorder after progressing image is available Change-Id: If251d3b4a347852a70baf14cac2945b0c09e7cd8
* Merge "SnapdragonCamera:Fix Dp toast" into camera-SnapdragonCamera.lnx.1.0Linux Build Service Account2018-06-112-6/+4
|\
| * SnapdragonCamera:Fix Dp toastjunjiez2018-06-062-6/+4
| | | | | | | | | | | | | | | | | | | | remove GLSurface when DP is off. when GLsurface is created, but DeepPortraitFilter is not in frame filter, don't show toast. Change-Id: I122d925e1564b0fcd75cd7797bf3f75085ecb2e7 CRs-Fixed: 2228152
* | SnapdragonCamera: version info 2.02.009jinwu2018-06-101-1/+1
| | | | | | | | | | | | Change to 2.02.009 Change-Id: I3acc97543ba8cd735daa20f5755933f4fd92f935
* | Merge "Fix FC of external SD Card path null" into ↵Linux Build Service Account2018-06-081-0/+1
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.1.0
| * | Fix FC of external SD Card path nulljinwu2018-06-071-0/+1
| |/ | | | | | | Change-Id: Iadd016fac0378458d3b60868b98673ffcf12959d
* | Merge "Override camera2 for CTS" into camera-SnapdragonCamera.lnx.1.0Linux Build Service Account2018-06-081-1/+1
|\ \
| * | Override camera2 for CTSjinwu2018-06-071-1/+1
| |/ | | | | | | Change-Id: Ic3550546cd98e8627778d1bc0edbd14fbdae12dd
* / SnapdragonCamera:Fix IllegalArgumentExceptionjunjiez2018-06-061-0/+2
|/ | | | | | | | Avoid IllegalArgumentException which is caused by null surface target when setRepeatingRequest. Change-Id: I7863fdd632b9d9bb9aacef8af1de9292443f9581 CRs-Fixed: 2241091
* Change earlyPCR default value to enablezhuw2018-06-032-4/+1
| | | | | | | change default value to enable for earlyPCR enable by default and no need dev option Change-Id: I9a261e8299987ba2e8d9784d860f3a6e8eaf20fc
* Merge "SDcamera: Add option for early PCR" into camera-SnapdragonCamera.lnx.1.0Linux Build Service Account2018-06-016-0/+52
|\
| * SDcamera: Add option for early PCRzhuw2018-05-306-0/+52
| | | | | | | | | | | | add vendor tag and dev option for early PCR Change-Id: I9aa9f5092a288798b00d0dba42680856062194d4
* | Merge "SnapdragonCamera:Fix IllegalStateException" into ↵Linux Build Service Account2018-06-011-0/+2
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.1.0
| * | SnapdragonCamera:Fix IllegalStateExceptionjunjiez2018-05-311-0/+2
| |/ | | | | | | | | | | | | | | | | Catch IllegalStateException when start recording with camera device closed to avoid FC Change-Id: I7682cf32c39d81daff28d32f6c7d5e246f9e55b7 CRs-Fixed: 2246179
* / Support Depth outputformat in SnapCameraAppWei Tan2018-05-311-0/+15
|/ | | | | | | | Fixed SnapcameraApp Force close issue after enable Depth camera. Change-Id: Ic02a2d8756a51c17ff22290ecc4130a4bd4ace0d CRs-Fixed: 2250721
* Fix dev afmode setting don't work after snapshotzhuw2018-05-273-5/+14
| | | | | | | | the afmode is set to 4 after unlockfocus. so change the afmode set to builder if dev is opened and the value is valid. Change-Id: Ic10af057fa944db39b2e94ec162fb99452ed9365
* Merge "SnapdragonCamera: Reset audio mute is false when exit camera" into ↵Linux Build Service Account2018-05-271-0/+1
|\ | | | | | | camera-SnapdragonCamera.lnx.1.0
| * SnapdragonCamera: Reset audio mute is false when exit cameraxianming wang2018-05-221-0/+1
| | | | | | | | | | | | | | Reset audio mute is false when exit camera(call onPause method). CRs-Fixed: 2246218 Change-Id: I8dfe3774d242ebc12d1619161ef1d9e8ae5166db
* | SnapdragonCamera: Remove the default pictureSize.xianming wang2018-05-211-1/+0
|/ | | | | | | | Remove the default pictureSize, set the maximux value by resetifInvalid method. CRs-Fixed: 2245386 Change-Id: I9d22358d4613c527ec5b4fd1940b88714d627ff8
* Merge "Fix focus close when rotate phone during panorama capturing"Linux Build Service Account2018-05-101-0/+3
|\
| * 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
* | SnapdragonCamera: version info 2.02.008jinwu2018-05-081-1/+1
|/ | | | | | Change to 2.02.008 Change-Id: Iee2ef7b8e7c22ee423ba72eb1e8b713d873858b9
* SnapdragonCamera: Set mDeepZoomModeRect gone in surfaceDestroyedxianming wang2018-05-012-9/+19
| | | | | | | | (1) Set mDeepZoomModeRect gone when surfacedestroyed is called. (2) Disable mVideoButton in DeepPortrait mode. CRs-Fixed: 2230047 Change-Id: Ifad2dd6052cd783451251c82307ef24241ea94c6
* Merge "SnapdragonCamera: Enable video flash btn in high speed video"Linux Build Service Account2018-05-011-5/+13
|\
| * SnapdragonCamera: Enable video flash btn in high speed videoxianming wang2018-04-261-5/+13
| | | | | | | | | | | | | | | | Enable video flash button in high speed captureSession. Need to use the setRepeatingBrust to avoid FC. CRs-Fixed: 2230677 Change-Id: I519ad9463842feeffccf0877bf266064c78e102f
* | SnapdragonCamera: Remove DeepZoom`s default pictureSizexianming wang2018-04-261-24/+23
|/ | | | | | | | Remove DeepZoom`s default pictureSize in the depency.json file. Refactor the dependency.json file. CRs-Fixed: 2227380 Change-Id: I3ec6c4eae76afc29360e9ee82692e584ea92957d
* Merge "SnapdragonCamera:Disable video in longshot"Linux Build Service Account2018-04-261-0/+3
|\
| * SnapdragonCamera:Disable video in longshotjunjiez2018-04-181-0/+3
| | | | | | | | | | | | | | | | | | When it's in longshot disable video button to avoid memory issue caused by starting recording when longshot is not completed. Change-Id: I4b77e619e1e48d558eadfd46837ec87ebf397df9 CRs-Fixed: 2210569
* | Merge "SnapdragonCamera: Disable pictureSize menu in deepzoom mode"Linux Build Service Account2018-04-231-0/+10
|\ \
| * | SnapdragonCamera: Disable pictureSize menu in deepzoom modexianming wang2018-04-221-0/+10
| | | | | | | | | | | | | | | | | | | | | Disable PictureSize menu in deepzoom mode. CRs-Fixed: 2227380 Change-Id: I8acc9739aee2097f5bcb96b8e5fb2f4cc20ff73f