SlideShare uma empresa Scribd logo
1 de 17
Baixar para ler offline
UHD + HDR
SFO17-101
Mark Gregotski, Director LHG
ENGINEERS
AND DEVICES
WORKING
TOGETHER
Overview
● Introduction
● UHDTV - Technologies
● HDR TV Standards
● HDR support in Android/AOSP
● HDR support in Linux/V4L2
ENGINEERS AND DEVICES
WORKING TOGETHER
Introduction
● The migration from High Definition TV (HDTV) to Ultra High Definition TV
(UHDTV) is upon us
● UHDTV brings not only enhanced spatial resolution, but other important
advanced technologies
● The important thing to remember is that these technologies used in UHDTVs
reflect an upgrade to the entire content ecosystem, from capture,
transmission, and display
● The goal is to bring the original dynamic range of mastered content to the
viewer at home
ENGINEERS AND DEVICES
WORKING TOGETHER
Preserving the human vision: Capture to Display
Image source: avforums
ENGINEERS AND DEVICES
WORKING TOGETHER
UHDTV System Technologies
● High Resolution Video: 3820x2160 pixels (~4x HDTV pixels)
● High Dynamic Range (HDR) - the dynamic range refers to the luminance and
the max and min amount of light a TV can produce
○ Luminance is expressed in ‘nits’ a unit of brightness density
○ Today’s Standard Dynamic Range (SDR) luminance is in the range of 0.0002 to 100 nits
○ HDR luminance variation is 0.00005 nits to >1000 nits
● Wide Color Gamut (WCG) - a TV’s color gamut indicates the level of saturation
and number of colors a TV can produce
● Electro-Optical Transfer Functions
○ More closely model the human visual system
● Metadata: Data that accompanies the content with information on mastering
and dealing with display types
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR TV Standards
● Standards have been defined and continue to evolve for every aspect of HDR
content creation, transport, delivery, and display
● Colorspace:
○ ITU-R Recommendation BT.2020 defines a wide gamut color space
● Transfer functions:
○ Adoption of new transfer functions not based on CRT technology (i.e. SMPTE ST.2084)
● Metadata:
○ SMPTE ST2086:2014 defines static metadata of the associated video content
■ Supported by HDMI 2.0a, included with mastered HDR content to convey color volume of the mastering
display and luminance of the content
● CTA has defined minimum guidelines for a TV to be referred to as an
HDR-Compatible Display
● UHD Alliance: promotes UHD standards development, branding and certification
● Blu-ray Disc Association (BDA) new Ultra HD Blu-ray Disc specification
ENGINEERS AND DEVICES
WORKING TOGETHER
Wide Color Gamut (Rec.709, P3, Rec.2020)
Image credit: Spectracal
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR Transfer Functions
Source: https://www.mysterybox.us/blog/2016/10/19/hdr-video-part-3-hdr-video-terms-explained
ENGINEERS AND DEVICES
WORKING TOGETHER
UHD Alliance
● Multi-industry alliance to promote UHD standards development and UHD
branding, including:
○ TV mfgs Samsung, Sony, LG, Panasonic...
○ Hollywood studios: Disney, Warner, Universal, Fox...
○ Amazon, Dolby, Netflix, DirecTV, Microsoft...
● UHD Alliance Premium Certified
○ Resolution: 3840x2160 (4K)
○ Color depth: 10-bit signal
○ Color palette: Wide Color Gamut
■ Signal input: BT.2020 color representation
■ Display Reproduction: >90% of P3 color gamut
○ High dynamic range: SMPTE ST2084 EOTF
○ Minimum brightness and contrast ratios: Min brightness of 1,000 nits, with black level max 0.05
nits (20,000:1 contrast ratio) OR min brightness of 540 nits with black level maximum of
0.0005 (>1 million:1)
○ Also specifications for content and mastering to match the specs for the TVs
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR TV Delivery Systems
● HDR 10 Media Profile - CTA official HDR video standard for HDR TVs
○ HDR 10 requires use of SMPTE ST.2084 EOTF, BT.2020 color space, 10 bits per channel, 4:2:0
chroma subsampling and inclusion of SMPTE ST.2086 and MaxCLL and MaxFALL metadata
○ Static metadata, not compatible with SDR TVs
○ Playback requires minimum of HDMI 2.0a signal interface
● Dolby Vision™ - proprietary implementation of the PQ curve
○ DV supports both the BT.2020 and DCI-P3 color spaces at 10 and 12 bits per channel
○ Key feature is support of scene by scene transform metadata
○ Scalable solution that can optionally provide compatibility with HDR10 and SDR displays via
base layer and enhancement layer
○ Optionally compatible with HDR10 TVs and SDR TVs
● BBC/NHK
○ Uses HLG transfer function
○ Does not require metadata
○ Playback on HLG-compatible HDR TVs or SDR TVs
○ Usually used for live broadcast
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR Support in Android
● Initial HDR support introduced in Android 7.0
○ Includes the creation of proper constants for the discovery and setup of HDR video pipelines
○ HDR supported in tunneled video playback mode
Source: https://source.android.com/devices/tech/display/hdr
ENGINEERS AND DEVICES
WORKING TOGETHER
Android - HDR
● HDR Discovery
○ Display, Decoder [Dolby-Vision, HEVC HDR 10, VP9 HLG & PQ], Extractors for MP4 and WebM
containers
Source: https://source.android.com/devices/tech/display/hdr
ENGINEERS AND DEVICES
WORKING TOGETHER
Android - HDR Enablement
● SoC vendors and OEMs must do additional work to enable HDR support for a
device
● Display
○ Hardware composition: must support blending HDR content with non-HDR content
○ Display discovery: HDR display discovery only supported by HWC2 via an adapter
■ HWC2 exposes a new API to propagate HDR Static Data to the framework and application
■ HDMI: Capabilities provided via HDMI EDID (CTA-861.3, sect. 4.2)
● EOTF: Traditional Gamma (SDR, HDR), SMPTE 2084
■ Decoders: add HDR-capable tunneled decoders and advertise HDR support
● Dolby Vision™: must add a D-V capable HDR OMX decoder
● HDR10: must add an HDR10-capable OMX decoder
○ A tunneled HEVC decoder supporting parsing and handling of HDMI metadata, support
parsing the mastering metadata SEI blocks and other HDR info in SPS
○ Extractors
■ Dolby Vision™ Extractor
■ HDR10 and VP9 HDR Extractor
○ Pipelines: HDR10 decoder pipeline, Dolby Vision™ decoder pipeline, VP9 decoder pipeline
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR Support in Linux - V4L2
● HDR fits under the V4L2 media subsystem
● HDR10 colorimetry is supported in the V4L2 API
● However, there is still no 10 and/or 12-bit RGB/YUV pixelformats defined
● Hybrid Log-Gamma signaling for the transfer function is not yet implemented
… should not be too difficult
● Dolby Vision™ is proprietary and is its signaling is not supported
● There are patches in progress for HEVC support from Samsung (see
https://lkml.org/lkml/2017/6/19/31)
○ Section 2.9 Compressed formats (has support for VP9 codec)
○ Section 1.10 Extended controls
○ Section 2.14 Colorspaces support for BT.2020 colorspace V4L2_COLORSPACE_BT2020
■ Support for SMPTE 2084 transfer function V4L2_XFER_FUNC_SMPTE2084
ENGINEERS AND DEVICES
WORKING TOGETHER
HDR Implementation VPU vs GPU
● The majority of HDR solutions provided by SoC vendors are VPU based
● With respect to GPUs, there are 3D applications that already do HDR
rendering
○ Proposal to render into FP16 (half-float) buffers and then composite HDR and SDR content with
appropriate tone mapping based on the target monitor capabilities
○ Using the inverse EOTF encode the FP16 data into the display signal
○ Send to monitor with HDR metadata, where the monitor would apply the EOTF to decode the
digital signal into HDR content
● Requires an API to get the HDR information from the display provided in the
Extended Display Identification Data (EDID)
● Wayland compositors need to be FP16 aware
ENGINEERS AND DEVICES
WORKING TOGETHER
References
● HDR Demystified: T. Schulte, with J. Barsotti v.1.0 March 2016
● Mystery Box HDR Video Part 1, Part 3
● SMPTE Study Group Report High-Dynamic-Range (HDR) Imaging Ecosystem
● Acoustic Frontiers - UHD 101: Demystifying 4K, UHD BLU RAY, Wide Color Gamut, HDR, 4:4:4,
18GBPS and the Rest!
● The Broadcast Bridge - UHD and HDR - the Dolby View
● A Perceptual EOTF for Extended Dynamic Range Imagery: S. Miller, Dolby Laboratories, Inc.
● Philips HDR technology - hdr: version 1.0 2015-80-21
● What is UHD Alliance Premium Certified? ; c|net G. Morrison, March 11, 2016
● Rec. 2020 Wikipedia
● HDR Video Playback - https://source.android.com/devices/tech/display/hdr
● Part I Video for Linux API
○ 1. Common API Elements
○ 2. Image Formats
● LWN.net - Linux and high dynamic range displays: J. Edge, October 5, 2016
● Linux and High Dynamic Range (HDR) Display, XDC 2016, Andy Ritger
Thank You
#SFO17
SFO17 keynotes and videos on: connect.linaro.org
For further information: www.linaro.org

Mais conteúdo relacionado

Mais de Linaro

Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...
Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...
Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...Linaro
 
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...Linaro
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineLinaro
 
HKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening KeynoteHKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening KeynoteLinaro
 
HKG18-318 - OpenAMP Workshop
HKG18-318 - OpenAMP WorkshopHKG18-318 - OpenAMP Workshop
HKG18-318 - OpenAMP WorkshopLinaro
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineLinaro
 
HKG18-315 - Why the ecosystem is a wonderful thing, warts and all
HKG18-315 - Why the ecosystem is a wonderful thing, warts and allHKG18-315 - Why the ecosystem is a wonderful thing, warts and all
HKG18-315 - Why the ecosystem is a wonderful thing, warts and allLinaro
 
HKG18- 115 - Partitioning ARM Systems with the Jailhouse Hypervisor
HKG18- 115 - Partitioning ARM Systems with the Jailhouse HypervisorHKG18- 115 - Partitioning ARM Systems with the Jailhouse Hypervisor
HKG18- 115 - Partitioning ARM Systems with the Jailhouse HypervisorLinaro
 
HKG18-TR08 - Upstreaming SVE in QEMU
HKG18-TR08 - Upstreaming SVE in QEMUHKG18-TR08 - Upstreaming SVE in QEMU
HKG18-TR08 - Upstreaming SVE in QEMULinaro
 
HKG18-113- Secure Data Path work with i.MX8M
HKG18-113- Secure Data Path work with i.MX8MHKG18-113- Secure Data Path work with i.MX8M
HKG18-113- Secure Data Path work with i.MX8MLinaro
 
HKG18-120 - Devicetree Schema Documentation and Validation
HKG18-120 - Devicetree Schema Documentation and Validation HKG18-120 - Devicetree Schema Documentation and Validation
HKG18-120 - Devicetree Schema Documentation and Validation Linaro
 
HKG18-223 - Trusted FirmwareM: Trusted boot
HKG18-223 - Trusted FirmwareM: Trusted bootHKG18-223 - Trusted FirmwareM: Trusted boot
HKG18-223 - Trusted FirmwareM: Trusted bootLinaro
 
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...Linaro
 
HKG18-317 - Arm Server Ready Program
HKG18-317 - Arm Server Ready ProgramHKG18-317 - Arm Server Ready Program
HKG18-317 - Arm Server Ready ProgramLinaro
 
HKG18-312 - CMSIS-NN
HKG18-312 - CMSIS-NNHKG18-312 - CMSIS-NN
HKG18-312 - CMSIS-NNLinaro
 
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...Linaro
 
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...Linaro
 
HKG18-212 - Trusted Firmware M: Introduction
HKG18-212 - Trusted Firmware M: IntroductionHKG18-212 - Trusted Firmware M: Introduction
HKG18-212 - Trusted Firmware M: IntroductionLinaro
 
HKG18-116 - RAS Solutions for Arm64 Servers
HKG18-116 - RAS Solutions for Arm64 ServersHKG18-116 - RAS Solutions for Arm64 Servers
HKG18-116 - RAS Solutions for Arm64 ServersLinaro
 
HKG18-TR14 - Postmortem Debugging with Coresight
HKG18-TR14 - Postmortem Debugging with CoresightHKG18-TR14 - Postmortem Debugging with Coresight
HKG18-TR14 - Postmortem Debugging with CoresightLinaro
 

Mais de Linaro (20)

Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...
Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...
Yutaka Ishikawa - Post-K and Arm HPC Ecosystem - Linaro Arm HPC Workshop Sant...
 
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
 
HKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening KeynoteHKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening Keynote
 
HKG18-318 - OpenAMP Workshop
HKG18-318 - OpenAMP WorkshopHKG18-318 - OpenAMP Workshop
HKG18-318 - OpenAMP Workshop
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
 
HKG18-315 - Why the ecosystem is a wonderful thing, warts and all
HKG18-315 - Why the ecosystem is a wonderful thing, warts and allHKG18-315 - Why the ecosystem is a wonderful thing, warts and all
HKG18-315 - Why the ecosystem is a wonderful thing, warts and all
 
HKG18- 115 - Partitioning ARM Systems with the Jailhouse Hypervisor
HKG18- 115 - Partitioning ARM Systems with the Jailhouse HypervisorHKG18- 115 - Partitioning ARM Systems with the Jailhouse Hypervisor
HKG18- 115 - Partitioning ARM Systems with the Jailhouse Hypervisor
 
HKG18-TR08 - Upstreaming SVE in QEMU
HKG18-TR08 - Upstreaming SVE in QEMUHKG18-TR08 - Upstreaming SVE in QEMU
HKG18-TR08 - Upstreaming SVE in QEMU
 
HKG18-113- Secure Data Path work with i.MX8M
HKG18-113- Secure Data Path work with i.MX8MHKG18-113- Secure Data Path work with i.MX8M
HKG18-113- Secure Data Path work with i.MX8M
 
HKG18-120 - Devicetree Schema Documentation and Validation
HKG18-120 - Devicetree Schema Documentation and Validation HKG18-120 - Devicetree Schema Documentation and Validation
HKG18-120 - Devicetree Schema Documentation and Validation
 
HKG18-223 - Trusted FirmwareM: Trusted boot
HKG18-223 - Trusted FirmwareM: Trusted bootHKG18-223 - Trusted FirmwareM: Trusted boot
HKG18-223 - Trusted FirmwareM: Trusted boot
 
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...
HKG18-500K1 - Keynote: Dileep Bhandarkar - Emerging Computing Trends in the D...
 
HKG18-317 - Arm Server Ready Program
HKG18-317 - Arm Server Ready ProgramHKG18-317 - Arm Server Ready Program
HKG18-317 - Arm Server Ready Program
 
HKG18-312 - CMSIS-NN
HKG18-312 - CMSIS-NNHKG18-312 - CMSIS-NN
HKG18-312 - CMSIS-NN
 
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...
HKG18-301 - Dramatically Accelerate 96Board Software via an FPGA with Integra...
 
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...
HKG18-300K2 - Keynote: Tomas Evensen - All Programmable SoCs? – Platforms to ...
 
HKG18-212 - Trusted Firmware M: Introduction
HKG18-212 - Trusted Firmware M: IntroductionHKG18-212 - Trusted Firmware M: Introduction
HKG18-212 - Trusted Firmware M: Introduction
 
HKG18-116 - RAS Solutions for Arm64 Servers
HKG18-116 - RAS Solutions for Arm64 ServersHKG18-116 - RAS Solutions for Arm64 Servers
HKG18-116 - RAS Solutions for Arm64 Servers
 
HKG18-TR14 - Postmortem Debugging with Coresight
HKG18-TR14 - Postmortem Debugging with CoresightHKG18-TR14 - Postmortem Debugging with Coresight
HKG18-TR14 - Postmortem Debugging with Coresight
 

Último

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Último (20)

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

UHD and HDR - SFO17-101

  • 1. UHD + HDR SFO17-101 Mark Gregotski, Director LHG
  • 2. ENGINEERS AND DEVICES WORKING TOGETHER Overview ● Introduction ● UHDTV - Technologies ● HDR TV Standards ● HDR support in Android/AOSP ● HDR support in Linux/V4L2
  • 3. ENGINEERS AND DEVICES WORKING TOGETHER Introduction ● The migration from High Definition TV (HDTV) to Ultra High Definition TV (UHDTV) is upon us ● UHDTV brings not only enhanced spatial resolution, but other important advanced technologies ● The important thing to remember is that these technologies used in UHDTVs reflect an upgrade to the entire content ecosystem, from capture, transmission, and display ● The goal is to bring the original dynamic range of mastered content to the viewer at home
  • 4. ENGINEERS AND DEVICES WORKING TOGETHER Preserving the human vision: Capture to Display Image source: avforums
  • 5. ENGINEERS AND DEVICES WORKING TOGETHER UHDTV System Technologies ● High Resolution Video: 3820x2160 pixels (~4x HDTV pixels) ● High Dynamic Range (HDR) - the dynamic range refers to the luminance and the max and min amount of light a TV can produce ○ Luminance is expressed in ‘nits’ a unit of brightness density ○ Today’s Standard Dynamic Range (SDR) luminance is in the range of 0.0002 to 100 nits ○ HDR luminance variation is 0.00005 nits to >1000 nits ● Wide Color Gamut (WCG) - a TV’s color gamut indicates the level of saturation and number of colors a TV can produce ● Electro-Optical Transfer Functions ○ More closely model the human visual system ● Metadata: Data that accompanies the content with information on mastering and dealing with display types
  • 6. ENGINEERS AND DEVICES WORKING TOGETHER HDR TV Standards ● Standards have been defined and continue to evolve for every aspect of HDR content creation, transport, delivery, and display ● Colorspace: ○ ITU-R Recommendation BT.2020 defines a wide gamut color space ● Transfer functions: ○ Adoption of new transfer functions not based on CRT technology (i.e. SMPTE ST.2084) ● Metadata: ○ SMPTE ST2086:2014 defines static metadata of the associated video content ■ Supported by HDMI 2.0a, included with mastered HDR content to convey color volume of the mastering display and luminance of the content ● CTA has defined minimum guidelines for a TV to be referred to as an HDR-Compatible Display ● UHD Alliance: promotes UHD standards development, branding and certification ● Blu-ray Disc Association (BDA) new Ultra HD Blu-ray Disc specification
  • 7. ENGINEERS AND DEVICES WORKING TOGETHER Wide Color Gamut (Rec.709, P3, Rec.2020) Image credit: Spectracal
  • 8. ENGINEERS AND DEVICES WORKING TOGETHER HDR Transfer Functions Source: https://www.mysterybox.us/blog/2016/10/19/hdr-video-part-3-hdr-video-terms-explained
  • 9. ENGINEERS AND DEVICES WORKING TOGETHER UHD Alliance ● Multi-industry alliance to promote UHD standards development and UHD branding, including: ○ TV mfgs Samsung, Sony, LG, Panasonic... ○ Hollywood studios: Disney, Warner, Universal, Fox... ○ Amazon, Dolby, Netflix, DirecTV, Microsoft... ● UHD Alliance Premium Certified ○ Resolution: 3840x2160 (4K) ○ Color depth: 10-bit signal ○ Color palette: Wide Color Gamut ■ Signal input: BT.2020 color representation ■ Display Reproduction: >90% of P3 color gamut ○ High dynamic range: SMPTE ST2084 EOTF ○ Minimum brightness and contrast ratios: Min brightness of 1,000 nits, with black level max 0.05 nits (20,000:1 contrast ratio) OR min brightness of 540 nits with black level maximum of 0.0005 (>1 million:1) ○ Also specifications for content and mastering to match the specs for the TVs
  • 10. ENGINEERS AND DEVICES WORKING TOGETHER HDR TV Delivery Systems ● HDR 10 Media Profile - CTA official HDR video standard for HDR TVs ○ HDR 10 requires use of SMPTE ST.2084 EOTF, BT.2020 color space, 10 bits per channel, 4:2:0 chroma subsampling and inclusion of SMPTE ST.2086 and MaxCLL and MaxFALL metadata ○ Static metadata, not compatible with SDR TVs ○ Playback requires minimum of HDMI 2.0a signal interface ● Dolby Vision™ - proprietary implementation of the PQ curve ○ DV supports both the BT.2020 and DCI-P3 color spaces at 10 and 12 bits per channel ○ Key feature is support of scene by scene transform metadata ○ Scalable solution that can optionally provide compatibility with HDR10 and SDR displays via base layer and enhancement layer ○ Optionally compatible with HDR10 TVs and SDR TVs ● BBC/NHK ○ Uses HLG transfer function ○ Does not require metadata ○ Playback on HLG-compatible HDR TVs or SDR TVs ○ Usually used for live broadcast
  • 11. ENGINEERS AND DEVICES WORKING TOGETHER HDR Support in Android ● Initial HDR support introduced in Android 7.0 ○ Includes the creation of proper constants for the discovery and setup of HDR video pipelines ○ HDR supported in tunneled video playback mode Source: https://source.android.com/devices/tech/display/hdr
  • 12. ENGINEERS AND DEVICES WORKING TOGETHER Android - HDR ● HDR Discovery ○ Display, Decoder [Dolby-Vision, HEVC HDR 10, VP9 HLG & PQ], Extractors for MP4 and WebM containers Source: https://source.android.com/devices/tech/display/hdr
  • 13. ENGINEERS AND DEVICES WORKING TOGETHER Android - HDR Enablement ● SoC vendors and OEMs must do additional work to enable HDR support for a device ● Display ○ Hardware composition: must support blending HDR content with non-HDR content ○ Display discovery: HDR display discovery only supported by HWC2 via an adapter ■ HWC2 exposes a new API to propagate HDR Static Data to the framework and application ■ HDMI: Capabilities provided via HDMI EDID (CTA-861.3, sect. 4.2) ● EOTF: Traditional Gamma (SDR, HDR), SMPTE 2084 ■ Decoders: add HDR-capable tunneled decoders and advertise HDR support ● Dolby Vision™: must add a D-V capable HDR OMX decoder ● HDR10: must add an HDR10-capable OMX decoder ○ A tunneled HEVC decoder supporting parsing and handling of HDMI metadata, support parsing the mastering metadata SEI blocks and other HDR info in SPS ○ Extractors ■ Dolby Vision™ Extractor ■ HDR10 and VP9 HDR Extractor ○ Pipelines: HDR10 decoder pipeline, Dolby Vision™ decoder pipeline, VP9 decoder pipeline
  • 14. ENGINEERS AND DEVICES WORKING TOGETHER HDR Support in Linux - V4L2 ● HDR fits under the V4L2 media subsystem ● HDR10 colorimetry is supported in the V4L2 API ● However, there is still no 10 and/or 12-bit RGB/YUV pixelformats defined ● Hybrid Log-Gamma signaling for the transfer function is not yet implemented … should not be too difficult ● Dolby Vision™ is proprietary and is its signaling is not supported ● There are patches in progress for HEVC support from Samsung (see https://lkml.org/lkml/2017/6/19/31) ○ Section 2.9 Compressed formats (has support for VP9 codec) ○ Section 1.10 Extended controls ○ Section 2.14 Colorspaces support for BT.2020 colorspace V4L2_COLORSPACE_BT2020 ■ Support for SMPTE 2084 transfer function V4L2_XFER_FUNC_SMPTE2084
  • 15. ENGINEERS AND DEVICES WORKING TOGETHER HDR Implementation VPU vs GPU ● The majority of HDR solutions provided by SoC vendors are VPU based ● With respect to GPUs, there are 3D applications that already do HDR rendering ○ Proposal to render into FP16 (half-float) buffers and then composite HDR and SDR content with appropriate tone mapping based on the target monitor capabilities ○ Using the inverse EOTF encode the FP16 data into the display signal ○ Send to monitor with HDR metadata, where the monitor would apply the EOTF to decode the digital signal into HDR content ● Requires an API to get the HDR information from the display provided in the Extended Display Identification Data (EDID) ● Wayland compositors need to be FP16 aware
  • 16. ENGINEERS AND DEVICES WORKING TOGETHER References ● HDR Demystified: T. Schulte, with J. Barsotti v.1.0 March 2016 ● Mystery Box HDR Video Part 1, Part 3 ● SMPTE Study Group Report High-Dynamic-Range (HDR) Imaging Ecosystem ● Acoustic Frontiers - UHD 101: Demystifying 4K, UHD BLU RAY, Wide Color Gamut, HDR, 4:4:4, 18GBPS and the Rest! ● The Broadcast Bridge - UHD and HDR - the Dolby View ● A Perceptual EOTF for Extended Dynamic Range Imagery: S. Miller, Dolby Laboratories, Inc. ● Philips HDR technology - hdr: version 1.0 2015-80-21 ● What is UHD Alliance Premium Certified? ; c|net G. Morrison, March 11, 2016 ● Rec. 2020 Wikipedia ● HDR Video Playback - https://source.android.com/devices/tech/display/hdr ● Part I Video for Linux API ○ 1. Common API Elements ○ 2. Image Formats ● LWN.net - Linux and high dynamic range displays: J. Edge, October 5, 2016 ● Linux and High Dynamic Range (HDR) Display, XDC 2016, Andy Ritger
  • 17. Thank You #SFO17 SFO17 keynotes and videos on: connect.linaro.org For further information: www.linaro.org