Searched refs:hactive (Results 1 – 3 of 3) sorted by relevance
17 p->timings.hactive = disp_timing->h_addressable; in get_vic()21 p->timings.htotal = (p->timings.hactive) + (p->timings.hblank); in get_vic()51 p->timings.hactive = 3840; in get_vic()55 p->timings.htotal = (p->timings.hactive) + (p->timings.hblank); in get_vic()76 if (p->timings.hactive * 3 == p->timings.vactive * 4) { in get_vic()78 } else if (p->timings.hactive * 9 == p->timings.vactive * 16) { in get_vic()
376 venc_active_pixels = (p->timings.hactive / (p->timings.pixel_repeat + 1)) * in hdmi_config_encoder()389 p->timings.hactive - 1); in hdmi_config_encoder()567 hdmi_data = p->timings.hactive; in hdmi_config_hdmitx()
158 uint32_t hactive; member
Completed in 7 milliseconds