diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /dom/media/metrics.yaml | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/metrics.yaml')
-rw-r--r-- | dom/media/metrics.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dom/media/metrics.yaml b/dom/media/metrics.yaml index 58e525174b..3f735b0273 100644 --- a/dom/media/metrics.yaml +++ b/dom/media/metrics.yaml @@ -166,3 +166,27 @@ media.playback: description: True if the first frame is decoded by a hardware decoder. type: boolean expires: never + device_hardware_decoder_support: + type: labeled_boolean + description: + The results of hardware decoder support for different video codecs. True + means that codec can be decoded by hardware on user's device. + metadata: + tags: + - 'Core :: Audio/Video: Playback' + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1892516 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1892516#c4 + data_sensitivity: + - technical + notification_emails: + - media-alerts@mozilla.com + expires: never + labels: + - h264 + - vp8 + - vp9 + - av1 + - hevc + telemetry_mirror: MEDIA_DEVICE_HARDWARE_DECODING_SUPPORT |