| commit | 83e723ced033fe03b682af84a0bf0722e9c4472c | [log] [tgz] |
|---|---|---|
| author | Lambros Lambrou <lambroslambrou@chromium.org> | Mon May 17 21:23:39 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 17 21:23:39 2021 |
| tree | 1ae9097ca6bd3b60c7c7bef22991d9a324121dbe | |
| parent | f820eac6662ed4b2b50b47f9ed5e7ae33a72116c [diff] |
[remoting host] Add new webrtc::VideoEncoder implementation. This is a replacement for the current WebrtcDummyVideoEncoder, to be used for the standard encoding pipeline. This class will be instantiated by WebRTC via the VideoEncoderFactory implementation, and it lives on whatever thread WebRTC uses internally for video-encoding. Status notifications are passed to the VideoStream and frame-scheduler via a VideoChannelStateObserver on the main thread. This class handles the logic for setting encode parameters which is currently managed by the video-scheduler (such as clear_active_map). Bug: 1192865 Change-Id: I33b1decafdcba23870a69dbd68e835fbbac5f53f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878558 Reviewed-by: Ilya Nikolaevskiy <ilnik@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#883623}
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.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.