upload android base code part4

This commit is contained in:
August 2018-08-08 17:00:29 +08:00
parent b9e30e05b1
commit 78ea2404cd
23455 changed files with 5250148 additions and 0 deletions

View file

@ -0,0 +1,31 @@
## 5.8\. Secure Media
If device implementations support secure video output and are capable of
supporting secure surfaces, they:
* [C-1-1] MUST declare support for `Display.FLAG_SECURE`.
If device implementations declare support for `Display.FLAG_SECURE` and support
wireless display protocol, they:
* [C-2-1] MUST secure the link with a cryptographically strong mechanism such
as HDCP 2.x or higher for the displays connected through wireless protocols
such as Miracast.
If device implementations declare support for `Display.FLAG_SECURE` and
support wired external display, they:
* [C-3-1] MUST support HDCP 1.2 or higher for all wired external displays.
If device implementations are Android Television devices and support 4K
resolution, they:
* [T-1-1] MUST support HDCP 2.2 for all wired external displays.
If Television device implementations don't support 4K resolution, they:
* [T-2-1] MUST support HDCP 1.4 for all wired external displays.
* [T-SR] Television device implementations are STRONGLY RECOMMENDED to
support simulataneous decoding of secure streams. At minimum, simultaneous
decoding of two steams is STRONGLY RECOMMENDED.