diff options
author | daren.liao <daren.liao@mediatek.com> | 2019-12-19 22:35:02 +0800 |
---|---|---|
committer | Daren Liao <daren.liao@mediatek.com> | 2020-01-08 12:01:31 +0000 |
commit | 5cc9ac99e8b9d9bb7b995eb6acbe10a98dccc6ce (patch) | |
tree | dc5fc33e0c23e874f7ac4efd246e1bcf3ef26a36 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | e716ff86afe4e55f3797cbac7351233897092bcc (diff) |
Change checking rule in startArcAction(false) for HDMI CTS
[Description]
For HDMI CTS Certification:
HEACT 5-15: IEC 60958-1 Stream Verification
Before sending <Request ARC initiation> or <Request ARC termination>
CEC frameworks checks whether the port connected AVR is valid
- if it's connected to ARC port
- if it's adjacent to TV
If AVR changes its PA from valid to non-adjacent
(E.g. ARC port : 1.0.0.0 is valid, it changes to 1.1.0.0)
With the current framework design, <Request ARC Termination>
won't be sent.
However, <Request ARC Termination> should still be sent
to pass this test item.
We should not consider whether the port is direct connected
or not when startArcAction(false)
We should always send <Request ARC termination> for this case.
Test: Pass HEACT 5-15: IEC 60958-1 Stream Verification
Change-Id: I94f4be9fbffbf3e81c35ef81b36a81de3265dd66
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions