Searched refs:hor_res (Results 1 – 2 of 2) sorted by relevance
25 lv_display_set_resolution(disp, hor_res, ver_res);29 lv_display_set_dpi(disp, DIV_ROUND_UP(hor_res * 254, width * 10));
598 static int npcm_video_capres(struct npcm_video *video, unsigned int hor_res, in npcm_video_capres() argument604 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()