Chromium Code Reviews
DescriptionDon't report VAAPI failures for UMA for platforms that don't support it.
On startup, VaapiWrapper::GetSupportedEncodeProfiles is
called to query HW encoder capabilities to fill GpuInfo
with. On VM test however there is no libva present, so we
error out, but also attempt to report an error to UMA,
which blocks and the GPU process gets killed by the GPU
watchdog.
We don't need to report failures on GetSupportedEncodeProfiles
however, as we will report them later when we attempt
to encode anyway.
BUG=402182
TEST=test lumpy under kvm and check chrome is not blocked by
GetSupportedEncodeProfiles
TBR=posciak@chromium.org
Review URL: https://codereview.chromium.org/613223002
Cr-Commit-Position: refs/heads/master@{#297564}
(cherry picked from commit 4505d0f3dc0bd9b96db7275f0ae33b7f841ebaf1)
Committed: https://chromium.googlesource.com/chromium/src/+/b29448409ee02ba02f3768182ff38931d1d7898b
Patch Set 1 #
Messages
Total messages: 3 (1 generated)
|
|||||||||||||||||||