The --use-gl and --ozone-platform flags can affect the underlying
facilities used by the video decoder pipeline.
"--use-gl" can be used to specify a GL backend. One such use is to
request EGL instead of standard desktop GL on ARM platforms with
Mali GPUs combined with the open source driver stack. Desktop GL
on these platforms have some minor issues. Also, the V4L2 decoder
pipeline seems to expect EGL.
"--ozone-platform" can be used to specify an alternative backend instead
of the default X11 on Linux. One could try running the tests using the
DRM or headless backends.
These should be passed through to Chrome, instead of being unrecognized.
BUG=none
TEST=Run with --use-gl or --ozone-platform, should not error
Change-Id: I31c15f6a1bc2f9b2db84bc3d86cd162827f8a5e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3380109
Auto-Submit: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: Miguel Casas-Sanchez <mcasas@chromium.org>
Commit-Queue: Miguel Casas-Sanchez <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1076992}