summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiling warningsjinwu2018-02-2820-49/+83
| | | | Change-Id: I4cb217a4283c5234e62f8b895b5aa662c04fb9a2
* Merge "SnapdragonCamera: Remove the stop preview when snapshot"Linux Build Service Account2018-02-281-5/+2
|\
| * SnapdragonCamera: Remove the stop preview when snapshotxianming wang2018-02-281-5/+2
| | | | | | | | | | | | | | Remove the code of stop preview when snapshot. Change-Id: Ie1c830c6699ac877f233c9ef0fd5ba7471299dae CRs-Fixed: 2143864
* | SnapdragonCamera: Support zzhdr for Video HDRzhuw2018-02-287-8/+99
|/ | | | | | | | | (1) Add operation in dev options (2) Set opmode before createsession (3) Set vendor tag in first PCR CRs-Fixed: 2197108 Change-Id: Ib3e95f4a09960f8aa41e79b5f3b8832fcf8d90fc
* SnapdragonCamera: Fix FC keep open and close the cameraxianming wang2018-02-261-2/+9
| | | | | | | | When Camera is closed, surface wait time out and throw IllegalState Exception, app will catch the exception and avoid force close. CRs-Fixed: 2187990 Change-Id: I3540912a7891a57ab3127b8f500e77947280bcba
* SnapdragonCamera: Complete the function of EIS and FOVCxianming wang2018-02-147-49/+124
| | | | | | | | Completed the function of EIS and FOVC, set the outConfigrations for EIS and FOVC. CRs-Fixed: 2189663 Change-Id: I64dea42bfcf879f01645ae9a7303a0fd60134843
* Merge "SnapdragonCamera: Add set 60fps array index method"Linux Build Service Account2018-02-122-3/+76
|\
| * SnapdragonCamera: Add set 60fps array index methodxianming wang2018-02-102-3/+76
| | | | | | | | | | | | | | | | Add setVendorStreamConfigMode method before createCaptureSession method. CRs-Fixed: 2156355 Change-Id: I764d6a99d42ae720671c20864d5cd3ced170546c
* | Fix Burst and HAL-ZSL issuesjinwu2018-02-101-11/+14
|/ | | | | | | 1. Do abort action when stop taking burst pictures 2. If flash is required then take picture in noraml process. Change-Id: I5ea6b5da108a074300597b2bd6d130f5d1610c2d
* Merge "SnapdragonCamera: Complete the function of DeepZoom"Linux Build Service Account2018-02-1011-34/+345
|\
| * SnapdragonCamera: Complete the function of DeepZoomxianming wang2018-02-0611-34/+345
| | | | | | | | | | | | | | | | Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
* | SnapdragonCamera: version info 2.01.000jinwu2018-02-071-2/+2
|/ | | | | | Change to 2.01.000. Change-Id: Idd3910cc7c076befd632929cdf3417bf33f41f74
* Merge "SDcamera:Remove indication of EIS when call endofStream"Linux Build Service Account2018-02-061-24/+49
|\
| * SDcamera:Remove indication of EIS when call endofStreamzhuw2018-02-021-24/+49
| | | | | | | | | | | | | | remove indication of EIS support high speed record when end of stream Change-Id: I53eb58cfc83689838edfe3d148cb4de7c55fcb8f
* | SnapdragonCamera: Fix Monkey FC because of NullPointerExceptionxianming wang2018-02-062-13/+19
|/ | | | | | | Add sentenced empty condition for avoid NullPointerException. CRs-Fixed: 2183750 Change-Id: Ie574f6fd5971ef7f295a784818d728783d8505fd
* SnapdragonCamera: version info 2.00.020jinwu2018-02-011-1/+1
| | | | | | Change to 2.00.020. Change-Id: I11a15c1527cf35eac95815ed84e66438d964fc4b
* Merge "SnapdragonCamera: Fix FC because of NullPointerException"Linux Build Service Account2018-01-311-3/+3
|\
| * SnapdragonCamera: Fix FC because of NullPointerExceptionxianming wang2018-01-301-3/+3
| | | | | | | | | | | | | | Fix force close because of NullPointerException. Change-Id: I44bf4adda7a62350adc13a620a72a3f0721f8a71 CRs-Fixed: 2175117
* | Merge "SDcamera:Fix AE mode is changed after Snapshot"Linux Build Service Account2018-01-312-12/+5
|\ \
| * | SDcamera:Fix AE mode is changed after Snapshotzhuw2018-01-292-12/+5
| |/ | | | | | | | | | | when in dev option, apply common settings after snapshot Change-Id: I96a25267ea43167137cc19fb82f4a23431b3199e
* | Merge "SDcamera:Fix wrong TAF value when the bound is cut"Linux Build Service Account2018-01-311-0/+11
|\ \
| * | SDcamera:Fix wrong TAF value when the bound is cutzhuw2018-01-291-0/+11
| |/ | | | | | | | | | | | | | | recompute the width and height of preview size map the TAF region to this rectangle first when camera picture size is set to 16:9 Change-Id: I92ee861b04f8707632eac43170d7f2a02beb727e
* / SDCamera:Fix ANR when long press in previewzhuw2018-01-251-2/+1
|/ | | | | | don't trigger TAF unless singleTapup Change-Id: I3347ae21ca19d915c502e8124ef8bc9f2d85236d
* Merge "SnapdragonCamera: version info 2.00.019"Linux Build Service Account2018-01-251-1/+1
|\
| * SnapdragonCamera: version info 2.00.019jinwu2018-01-241-1/+1
| | | | | | | | | | | | Change to 2.00.019. Change-Id: I092ea551f5826a901df70e1effd2f54d5e3ac115
* | SnapdragonCamera: Add command to set videoSizexianming wang2018-01-242-0/+23
|/ | | | | | | Add setprop "persist.vendor.camera.video.size" to set the video size. Change-Id: Icd6792a3afc36c11902d839e2981507cb78bd31c CRs-Fixed: 2175168
* Merge "SDcamera: Fix CAF when take picture in manual promode"Linux Build Service Account2018-01-241-2/+12
|\
| * SDcamera: Fix CAF when take picture in manual promodezhuw2018-01-231-2/+12
| | | | | | | | | | | | cancel focus and set control.af.mode to OFF Change-Id: I2d64052a0853a95b93c0a497b422525cf36824f5
* | Merge "SnapdragonCamera: Change cameraId use getCurrentCameraId method"Linux Build Service Account2018-01-241-1/+1
|\ \
| * | SnapdragonCamera: Change cameraId use getCurrentCameraId methodxianming wang2018-01-231-1/+1
| |/ | | | | | | | | | | | | Change get the CameraId by getCurrentCameraId. Change-Id: I650cd1a7ea4bbd7625e7607083070648fb20b6fb CRs-Fixed: 2174524
* | Merge "SnapdragonCamera: Fix can not choose the size of qcfa"Linux Build Service Account2018-01-242-2/+5
|\ \
| * | SnapdragonCamera: Fix can not choose the size of qcfaxianming wang2018-01-232-2/+5
| |/ | | | | | | | | | | | | Change the method which could get the qcfa enable menu. CRs-Fixed: 2174256 Change-Id: I7a7aba8a414f715ef8297e9014d7b998b769b0e9
* | Merge "Fix two issues"Linux Build Service Account2018-01-241-1/+4
|\ \
| * | Fix two issuesjinwu2018-01-231-1/+4
| |/ | | | | | | | | | | | | 1. Increase EXTRA_QUICK_CAPTURE 2. Take zsl in switch mode. Change-Id: Ibab3a49d45e2ddceffd834eb64cf0957af38b3f2
* / Fix FC of selecting manual mode in DualCamera Modejinwu2018-01-231-4/+4
|/ | | | | | | If it is switch mode, then use updatePreviewLogical instead of updatePreviewMono. Change-Id: I3a36bd31850e1ce2a2cb469454a24db77a813ad6
* SnapdragonCamera: add new tag for EISzhuw2018-01-221-18/+93
| | | | | | | 1.add new vendor tag for EIS 2.send request when pause and stop recording video Change-Id: Ie715675038398495470ada6cb91196d40e3afbae
* SDcamera:Fix CAF not work on front and logical camerazhuw2018-01-161-1/+2
| | | | | | | send camera id with arg1 when construct message Change-Id: I8e57f45918215e46ac6bd0f09b9a2ce69c774ae6 CRs-Fixed: 2171560
* Merge "SnapdragonCamera: version info 2.00.018"Linux Build Service Account2018-01-153-30/+33
|\
| * SnapdragonCamera: version info 2.00.018jinwu2018-01-151-1/+1
| | | | | | | | | | | | Change to 2.00.018. Change-Id: Iefe973701c32f32528d01d285cf880620bb3eade
| * Fix the issue of detecting HDR failed.jinwu2018-01-152-29/+32
| | | | | | | | | | | | | | 1. Change the type of isHdrScene to Byte 2. Get the value from capture result instead of characteristics Change-Id: Ice7e7c60345eaaddf17ab212a8e659a5f732e6c7
* | Merge "SnapdragonCamera:Avoid black preview"Linux Build Service Account2018-01-151-1/+1
|\ \
| * | SnapdragonCamera:Avoid black previewjunjiez2018-01-151-1/+1
| |/ | | | | | | | | | | | | | | | | | | Some resolution is not in regular ratio and will cause the preview to be larger than screen. Ensure preview size is not larger than screen to avoid black preview. Change-Id: I19a916520b9aac794dda7d6c11f547ec6ce2a41d CRs-Fixed: 2163684
* | Merge "SnapdragonCamera:reset EV and WB"Linux Build Service Account2018-01-152-0/+13
|\ \
| * | SnapdragonCamera:reset EV and WBjunjiez2018-01-152-0/+13
| |/ | | | | | | | | | | | | | | | | EV and WB are still set manually when close promode,need to reset the values of EV and WB to default. Change-Id: I930c3190d702cd92cb63dc4ea4aa363ad2319ce1 CRs-Fixed: 2163642
* | Merge "SDCamera:Fix offset when show circle in face detection"Linux Build Service Account2018-01-151-2/+12
|\ \
| * | SDCamera:Fix offset when show circle in face detectionzhuw2018-01-141-2/+12
| |/ | | | | | | | | | | | | change rw and rh to correct size Change-Id: I9482dd03529f5f2d86aad481ece049c31da32105 CRs-Fixed: 2163923
* / SnapdragonCamera: Adapte modify cameraID from the commandxianming wang2018-01-101-1/+11
|/ | | | | | | Adapte modify the cameraID from run the command. CRs-Fixed: 2164841 Change-Id: I2325390d2658378ca579952cdd240172fae779f7
* SnapdragonCamera: Fix freeze when zoom just after TAFzhuw2018-01-071-0/+1
| | | | | | cancel TAF before update zoom Change-Id: I5acc2b4be5b087a5401bdfd469649f4ed6be0d7d
* Merge "napdragonCamera: version info 2.00.017"Linux Build Service Account2018-01-071-1/+1
|\
| * napdragonCamera: version info 2.00.017jinwu2018-01-031-1/+1
| | | | | | | | | | | | Change to 2.00.017. Change-Id: I3ce1c371940883d0c1084edf3d04126bc72fa7c3