commit | bb214a0ca7f64dd7b8d043280d3032f4b707c2cc | [log] [tgz] |
---|---|---|
author | Yuri Wiitala <[email protected]> | Sat Jan 06 02:08:27 2018 |
committer | Commit Bot <[email protected]> | Sat Jan 06 04:21:18 2018 |
tree | b6e958b51b2b25e2ed44cb97190aa74e76ef1942 | |
parent | 64c66d0857248bcdb35888127e9ff94b8f11a1bc [diff] |
FrameSinkVideoCapturer: Mojo IDL and glue w/ FrameSinkManagerImpl. Introduces the Mojo IDL for the new VIZ FrameSinkVideoCapturer, and modifies viz::FrameSinkVideoCapturerImpl to implement the mojo-generated interface. Notable integration-related changes: 1. An interface change was made to the consumer's OnFrameCaptured() method, to pass the elements of the captured video frame in a form that is much more convenient for client-side use. 2. FrameSinkManager: Added a CreateVideoCapturer() method to FrameSinkManager so that privileged clients can create instances. Added glue for resolving compositor frame sinks, just-registered frame sinks, and auto-terminating capture when frame sinks are unregistered. 3. Updated unit tests, adding "RunLoop.Run()" as needed to allow Mojo method calls to propagate. [email protected] Bug: 754872 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ie5ad1ecbce624bd8e373bcaa212ed50a13f2a420 Reviewed-on: https://chromium-review.googlesource.com/833035 Commit-Queue: Yuri Wiitala <[email protected]> Reviewed-by: kylechar <[email protected]> Reviewed-by: Xiangjun Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#527504}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .