summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/imageprocessor/filter/TrackingFocusFrameListener.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Change the TrackingFocus Pending status is 1xianming wang2018-04-021-1/+1
| | | | | | | | Change the TrackingFocus PENDING_REGISTRATION is 1, because the method need an unsigned type. CRs-Fixed: 2200691 Change-Id: If935a8b6beb8270293e926a71ae36bbf95bad44c
* SnapdragonCamera: Fix a green line in BestPicture and Ubifocusmingwax2017-02-221-1/+0
| | | | | | | | When mStride > mWidth, use the whole yuv bytebuffer to save JPG. Add properties to control whether to print log. CRs-Fixed: 1101620 Change-Id: I18cd27de8be542fc9440be6071ee55149b598ac5
* SnapdrgaonCamera: Putting TrackingFocus jni hookJack Yoo2016-09-271-11/+17
| | | | | | | | Adding tracking focus jni library loading part and touch event Change-Id: Ic570a09a0d93eb4b81e52334ba4a1bee2b67cb12 CRs-Fixed: 1067848
* SnapdragonCamera: Adding ubifocus post proc filterJack Yoo2016-07-071-0/+17
| | | | | | | Introducing ubifocus to camera2. Change-Id: I611bea207b9cbbde56a23720b22a5a5e3daa215f CRs-Fixed: 1035245
* SnapdragonCamera: FrameListener and Video frame processorJack Yoo2016-07-071-0/+276
Adding FrameListener with TrackingFocus Adding VideoFrameProcessor with beautification Change-Id: Id51a0417af43140ed27ea5859ff939adc2e78c43 CRs-Fixed: 1035245