summaryrefslogtreecommitdiffstats
path: root/res/layout/video_module.xml
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Add face detection icon to videoJay Wang2016-08-211-0/+10
| | | | | | | Add video face detection to developer option CRs-Fixed: 978207 Change-Id: I9308573a5a1004fc3803a955bc96f495ecbfc6c7
* SnapdragonCamera: Adjusting view initializationJack Yoo2016-08-141-2/+1
| | | | | | | | Instead of removing and adding the entire root view, changing only core surface view on module change. Change-Id: I5c39cf23b2a58280f4e4e8484865bbed0b12e1cf CRs-Fixed: 979254
* SnapdragonCamera: adjust video recording duration marginsJay Wang2016-08-031-2/+2
| | | | | | | | | Video recording duration overlays with mute button for low resolution display. Resolve the issue but adjusting the margins Change-Id: I526529dd71190f65b2b97c1bd79844129e2773f9 CRs-Fixed: 1019589
* SnapdragonCamera: Fix viewfinder flashing issue in camcorder modeJay Wang2016-08-031-2/+1
| | | | | | | | | | | The preview cover is removed before the preview frame is generated and causes the homescreen shows up for a short duration. To resolve the issue, show the preview cover by default until the first preview frame is generated by camera framework. Change-Id: I1e193b64689b8b51eaa0e3891974405536869efd CRs-Fixed: 1003977
* SnapdragonCamera: Fix progress indicator overlapped by thumbnail iconlikaid2016-08-031-1/+1
| | | | | | | | | | The video progress indicator was near to the screen left, when recording a video with landscape mode, it will be overlapped by thumbnail icon. Adjust the padding left size of the indicator to avoid this issue. CRs-Fixed: 901605 Change-Id: I0d915c4a449422352e4a316a6ae1f662049d8807
* SnapdragonCamera: Recording screen to be dynamicJack Yoo2016-05-261-1/+0
| | | | | | | Let the recording rotate layout to be removed by default and added when it's needed. Change-Id: I2b910897956b914c150941276b299160e9147055
* Drop new focus indicator into Camera2.Paul Rohde2016-01-151-0/+4
| | | | | | | * Create a new custom focus view that interacts with physical lens diopter changes. * Replace all occurances of the old focus indicator with the new one. Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b
* SnapdragonCamera: remove nav bar to enable full screen previewByunghun Jeon2015-08-031-0/+1
| | | | | | | Remove the navigation bar in order to take advantage of full screen. Change-Id: I25f42af825c4f3b7ad6521c2ee6d62fa4219044a CRs-Fixed: 865254
* SnapdragonCamera: Use MDP composition instead of GPUByunghun Jeon2014-11-171-43/+43
| | | | | | Use MDP composition instead of GPU Change-Id: I4f47d26365bd611242a21e66b232d7521b502b04
* Camera2: Added pause button in CamcorderManikanta Kanamarlapudi2014-01-211-3/+18
| | | | | | | | | - Added pause button in camcorder app.so that user pause recording and resume later which results in a single recorded clip. CRs-Fixed: 587051 Change-Id: I2a7d8af7fcea74fe8af62c44119c3c1fa0c13e85
* Show a preview cover until real preview is readyDoris Liu2013-10-151-0/+6
| | | | | Bug: 11211650 Change-Id: Ic4b26ef0f03eac0682e7be0d4bcb1c4632d85f39
* Fix gap between camera controls and nav barDoris Liu2013-08-291-3/+9
| | | | | Bug: 10097187 Change-Id: I9918a09a1e0b2d3c5a89330b800a9b7f2c2a6408
* Fix video capture intent handlingDoris Liu2013-08-131-0/+1
| | | | | | Bug: 10296343 Change-Id: I55fb6c71b59a1559ebb58c65e71d510379367435
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-0/+7
| | | | | | | | | | | | http://ag/339319 http://ag/338974 http://ag/338401 http://ag/324149 Adapted to work in Camera2 and adding a .gitignore so that temporary Eclipse files and folders are not submitted. Change-Id: I40295c7f0139f76270c44f0ca395c0574a288569
* Switch over to use new camera activityDoris Liu2013-06-181-35/+31
| | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* Flatten view hierarchy and rotate viewsDoris Liu2013-03-041-0/+57
TODO: SRI pano and Lightcycle can use a bit more flattening. I will get to them next. (Maybe in a different CL.) TODO: Need to cancel capture animation in onConfigurationChanged() Change-Id: I00fd3e098117d9fb74fde2c128407ab6275bcedf