commit | b107a278fe61cf29c6fbc26bcdad517fa06cbcda | [log] [tgz] |
---|---|---|
author | Miguel Casas <mcasas@chromium.org> | Fri Jul 08 18:56:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 08 18:56:43 2022 |
tree | b3e411660f5ed599605c51035be8606bcab9423f | |
parent | 4757ddfc081b7420c0666b2ff78afd75b2ed80bf [diff] |
media/gpu/test: s/VideoDecoderClient/DecoderWrapper/ and cosmetic fixes VideoDecoderClient is not a client at all, but a compound of the actual VideoDecoder (usually a VideoDecoderPipeline) and associated logic. So Wrapper feels like a better name. Since I was already touching this, I did a few cosmetic changes: - Member vars decoder_client_(thread_/sequence_checker_) are now called "worker" which is a Chromium commonplace name. - s/|video_decoder_client_state_|/|state_|/ since it's a clear internal name. - s/|video_player_sequence_checker_|/|parent_sequence_checker_|/ since a class cannot be prescriptive about its owner class. - Event response method are added an On... prefix (e.g. FlushDoneTask() turns into OnFlushDoneTask(), which is clearer and more common in Chromium. Some comments are fixed. Bug: None Change-Id: Iea7395020f3e84febb6ec74d4ffbc6ebd030b179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3751722 Reviewed-by: Nathan Hebert <nhebert@chromium.org> Commit-Queue: Miguel Casas-Sanchez <mcasas@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022243}
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.
If you found a bug, please file it at https://crbug.com/new.