Home
last modified time | relevance | path

Searched refs:native_prog_hact (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/edid-decode/
H A Dparse-cta-block.cpp2513 unsigned native_prog_hact = 0; in check_cta_blocks() local
2534 if (!native_prog_hact) { in check_cta_blocks()
2535 native_prog_hact = iter->t.hact; in check_cta_blocks()
2537 } else if (native_prog_hact != iter->t.hact || in check_cta_blocks()
2557 (max_pref_prog_vact == native_prog_vact && max_pref_prog_hact > native_prog_hact))) in check_cta_blocks()
2559 native_prog_hact, native_prog_vact, in check_cta_blocks()
2568 if (dispid.native_width && native_prog_hact && in check_cta_blocks()
2570 if (dispid.native_width != native_prog_hact || in check_cta_blocks()