Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0008-fix-fbdev-set-resolution-prior-to-buffer.patch25 lv_display_set_resolution(disp, hor_res, ver_res);
29 lv_display_set_dpi(disp, DIV_ROUND_UP(hor_res * 254, width * 10));
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c598 static int npcm_video_capres(struct npcm_video *video, unsigned int hor_res, in npcm_video_capres() argument
604 if (hor_res > MAX_WIDTH || vert_res > MAX_HEIGHT) in npcm_video_capres()
608 FIELD_PREP(VCD_CAP_RES_HOR_RES, hor_res); in npcm_video_capres()