DescriptionAndroid 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
Committed: https://crrev.com/96b7b47e058f32a913bb0f12cffa3fb80a71bde3
Cr-Commit-Position: refs/heads/master@{#301113}
Patch Set 1 : #
Messages
Total messages: 13 (7 generated)
|