Android Video Capture: Refactor VideoCapture class hierarchy
This CL refactors the current class hierarchy, currently looking sth like: VideoCapture (abstract) ^ ^--- VideoCaptureAndroid +-------- VideoCaptureTango into: VideoCapture (abstract) ^ ^---VideoCaptureCamera (abstract) | ^ ^--- VideoCaptureAndroid | +-------- VideoCaptureTango | +--------VideoCaptureCamera2 (To be introduced in parallel CLs(*)) (*) Note that http://crrev.com/611283002 only introduces static methods, so this "plugging" into this new hierarchy can be done afterwards. Some operators are also moved from end of line to beginning of the next one following presubmit warnings. Also some accessing qualifiers are revisited, and some static methods consolidated at the top of the class declaration, where they seem to belong. BUG=418052 Review URL: https://codereview.chromium.org/656323004 Cr-Commit-Position: refs/heads/master@{#301113}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment