mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

While HDR is most closely tied to the color transfer (ex. COLOR_TRANSFER_SDR is the only one explicitly mentioning dynamic range), technically color spaces may be associated with HDR as well, like BT.2020 commonly being used for HDR rather than BT.709 for SDR. Therefore, it's more specific to mention just that the transfer is HDR. PiperOrigin-RevId: 466316960 (cherry picked from commit 35161c748956d96e8e83cee007143615ef6f9d07)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.