-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] Add UMA metrics for color space info (#3109)
Now primaries, transfer, matrix, and range ids for both SDR and HDR playbacks are reported to UMA. b/322027866 Change-Id: Id58f73684404a5d8fc1051ca5a4c6b6083c8ff19 (cherry picked from commit 4d34dd9)
- Loading branch information
1 parent
f337bdc
commit ed94d16
Showing
4 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,40 @@ Always run the pretty print utility on this file after editing: | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.HDR.Matrix" enum="MatrixID" expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Matrix id used in HDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.HDR.Primaries" enum="PrimaryID" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Primary id used in HDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.HDR.Range" enum="RangeID" expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Range id used in HDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.HDR.Transfer" enum="TransferID" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Transfer id used in HDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.HTMLMediaElement.CanPlayType.Timing" | ||
units="microseconds" expires_after="never"> | ||
<!-- expires-never: Needed for long-term tracking of format query latency. --> | ||
|
@@ -260,6 +294,40 @@ Always run the pretty print utility on this file after editing: | |
<summary>Timing data for the destruction of SbPlayer.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SDR.Matrix" enum="MatrixID" expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Matrix id used in SDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SDR.Primaries" enum="PrimaryID" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Primary id used in SDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SDR.Range" enum="RangeID" expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Range id used in SDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SDR.Transfer" enum="TransferID" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for baseline Media pipeline health metric. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Transfer id used in SDR playbacks.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SourceBuffer.AppendBuffer.Timing" | ||
units="microseconds" expires_after="never"> | ||
<!-- expires-never: Needed for long-term tracking of SourceBuffer latency. --> | ||
|