Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c175 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_binary_cmd() argument
183 op.params[1].value.a = hres; in cmd_binary_cmd()
193 uint32_t hop, uint32_t hres) in cmd_unary_cmd() argument
200 op.params[0].value.b = hres; in cmd_unary_cmd()
211 uint32_t hn, uint32_t hres) in cmd_ternary_cmd() argument
220 op.params[1].value.b = hres; in cmd_ternary_cmd()
230 uint32_t hres) in cmd_neg() argument
232 return cmd_unary_cmd(c, s, TA_CRYPT_CMD_ARITH_NEG, hop, hres); in cmd_neg()
236 uint32_t hop1, uint32_t hop2, uint32_t hres) in cmd_add() argument
238 return cmd_binary_cmd(c, s, TA_CRYPT_CMD_ARITH_ADD, hop1, hop2, hres); in cmd_add()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch138 - hmargin = (uint32_t)(page->hmargin * scale * page->hres * ((image->bps + 7) / 8));
140 + hmargin = _TIFFClampDoubleToUInt32(page->hmargin * scale * page->hres * ((image->bps + 7) / …
151 if ((hmargin * 2.0) > (pwidth * page->hres))
156 - owidth = (uint32_t)((pwidth * page->hres) - (hmargin * 2));
158 + owidth = _TIFFClampDoubleToUInt32((pwidth * page->hres) - (hmargin * 2));
163 - owidth = (uint32_t)(iwidth - (hmargin * 2 * page->hres));
165 + owidth = _TIFFClampDoubleToUInt32(iwidth - (hmargin * 2 * page->hres));
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dviamode.c341 int hres, int vres, int refresh) in get_best_mode() argument
347 if (modes[i].xres != hres || modes[i].yres != vres) in get_best_mode()
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument
361 hres, vres, refresh); in viafb_get_best_mode()
364 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode() argument
368 hres, vres, refresh); in viafb_get_best_rb_mode()
H A Dviamode.h44 const struct fb_videomode *viafb_get_best_mode(int hres, int vres,
46 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
H A Dioctl.c67 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
H A Dhw.h654 int viafb_get_refresh(int hres, int vres, u32 float_refresh);
655 void viafb_update_device_setting(int hres, int vres, int bpp, int flag);
H A Dioctl.h187 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
H A Dhw.c1513 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) in viafb_update_device_setting() argument
1516 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1521 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1998 int viafb_get_refresh(int hres, int vres, u32 long_refresh) in viafb_get_refresh() argument
2002 best = viafb_get_best_mode(hres, vres, long_refresh); in viafb_get_refresh()
2007 if (hres == 1200 && vres == 900) in viafb_get_refresh()
H A Dlcd.c436 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) in via_pitch_alignment_patch_lcd() argument
442 dwPitch = hres * (bpp >> 3); in via_pitch_alignment_patch_lcd()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dvalkyriefb.h85 int hres; member
H A Dplatinumfb.h340 int hres; member
H A Dplatinumfb.c146 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) in platinumfb_set_par()
223 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); in platinum_vram_reqd()
475 pinfo->xres = vmode_attrs[vmode-1].hres; in platinum_var_to_par()