Home
last modified time | relevance | path

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

/system/dev/display/vim-display/
A Dhdmitx.cpp362 uint32_t hs_begin, hs_end; in hdmi_config_encoder() local
424 hs_begin = h_end + venc_fp; in hdmi_config_encoder()
425 if (hs_begin >= venc_total_pixels) { in hdmi_config_encoder()
426 hs_begin -= venc_total_pixels; in hdmi_config_encoder()
430 hs_end = hs_begin + venc_hsync; in hdmi_config_encoder()
432 WRITE32_REG(VPU, VPU_ENCP_DVI_HSO_BEGIN, hs_begin); in hdmi_config_encoder()
447 WRITE32_REG(VPU, VPU_ENCP_DVI_VSO_BEGIN_EVN, hs_begin); in hdmi_config_encoder()
448 WRITE32_REG(VPU, VPU_ENCP_DVI_VSO_END_EVN, hs_begin); in hdmi_config_encoder()

Completed in 3 milliseconds