summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/imageprocessor/FrameProcessor.java
Commit message (Collapse)AuthorAgeFilesLines
* SDCamera: Fix thumbnail is black when filter enabledzhuw2018-06-131-0/+6
| | | | | | start mediaRecorder after progressing image is available Change-Id: If251d3b4a347852a70baf14cac2945b0c09e7cd8
* SnapdragonCamera:DeepPortraitjunjiez2018-03-061-4/+48
| | | | | | Add deepportrait feature in SnapdragonCamera. Change-Id: I5fd223cacfb2526efffbf3f13f7c33cafd8ac99d
* SnapdragonCamera:Fix RS issuejunjiez2017-12-201-3/+11
| | | | | | | ensure the surface is valid before set it to the output alloaction. Change-Id: I70751ae36b5bd2133b19110345a65f2621d5dc78
* SnapdragonCamera: RefactorWeijie Wang2017-09-051-2/+10
| | | | | | | | | 1. Add some logs 2. Change the layout of beautify seekbar 3. Add attribute android:visibleToInstantApps="true" for CTS 4. keep capturing until AeState becomes right on chrommaflash mode Change-Id: I295d5d6f42250254d613123a7d58f7f7fb0e7f3d
* Revert "SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3"Weijie Wang2017-09-021-10/+2
| | | | | | This reverts commit b5533d51a7c97138235d29b35cec876d107aeadd. Change-Id: I8063422680802e25d03a374be91e884a86ad55e9
* SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3Weijie Wang2017-08-301-2/+10
| | | | | | Sync LA.UM.6.4 to LA.UM.6.3 Change-Id: Ide9a53b3b5ea6d17154003e4059ae3125f9f3346
* SnapdragonCamera:Improve camera app's robustnessjianhuac2016-12-301-29/+12
| | | | | | | | We just load RenderScript engine once when initialize CaptureModule and destory it when destory CaptureModule, instead of load-destory engine by muti-thread when open-close camera device. Change-Id: I76f9e5f99061fb1557624ab683c37837ae1414f7
* SnapdragonCamera:Fix front camera preview flippedjunjiez2016-12-131-0/+3
| | | | | | | | Modidfy render script to implement new flip way according to the front camera mounting position. Change-Id: I5681447aa17c0499bcb7dc47eef6d4793ee68818 CRs-Fixed: 1097179
* SnapdragonCamera:Fix preview is flipped on 8996junjiez2016-11-291-3/+6
| | | | | | | | Modidfy render script to implement flip another way not 90 according to the camera mounting position. Change-Id: Id6b305fd2b00bc4193f1ba73d4253794e04ee3a6 CRs-Fixed: 1087483
* SnapdragonCamera: Makeup featureJack Yoo2016-09-271-1/+5
| | | | | | | Makeup feature for camera preview and video Change-Id: Ia8cdb629372333c9dceef8aa474402553b7259f0 CRs-Fixed: 1067848
* SnapdragonCamera: Init optimization and concurrency fixesJack Yoo2016-09-271-2/+33
| | | | | | | | | | 1. Frameprocessor init call to be in parallel. 2. Fix concurrency issue on filters with background saving feature. 3. Various other capture module concurrency issue fixes. Change-Id: Icce713b0d6e4ea1c15bbe9ac2cfb3977b0a9c1d7 CRs-Fixed: 1067848
* SnapdragonCamera: Selfie Mirror modeJack Yoo2016-08-161-29/+21
| | | | | | | Selfie mirror menu for front camera1. Change-Id: I2e6845c9e25481106f51772b5d3dfd0a971a2be7 CRs-Fixed: 1050663
* SnapdragonCamera: FrameListener and Video frame processorJack Yoo2016-07-071-44/+184
| | | | | | | | Adding FrameListener with TrackingFocus Adding VideoFrameProcessor with beautification Change-Id: Id51a0417af43140ed27ea5859ff939adc2e78c43 CRs-Fixed: 1035245
* SnapdragonCamera: Sharpshooter post filterJack Yoo2016-06-081-2/+6
| | | | | | | Adding Sharpshooter post process filter Change-Id: I8f3c1962db437e7dfbe2973f806a3f9a26480eb7 CRs-Fixed: 1023183
* SnapdragonCamera: FrameProcessorJack Yoo2016-06-011-0/+335
Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183