Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Disph3a_aewb.c48 win1 |= ((conf->win_width >> 1) - 1) << ISPH3A_AEWWIN1_WINW_SHIFT; in h3a_aewb_setup_regs()
126 if (unlikely(user_cfg->win_width < OMAP3ISP_AEWB_MIN_WIN_W || in h3a_aewb_validate_params()
127 user_cfg->win_width > OMAP3ISP_AEWB_MAX_WIN_W || in h3a_aewb_validate_params()
128 user_cfg->win_width & 0x01)) in h3a_aewb_validate_params()
197 if (cur_cfg->win_width != user_cfg->win_width) { in h3a_aewb_set_params()
198 cur_cfg->win_width = user_cfg->win_width; in h3a_aewb_set_params()
314 aewb_recover_cfg->win_width = OMAP3ISP_AEWB_MIN_WIN_W; in omap3isp_h3a_aewb_init()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c127 *width = scrpriv->win_width; in hostx_want_screen_geometry()
611 scrpriv->win_width = prewin_geom->width; in hostx_init()
621 scrpriv->win_width, in hostx_init()
645 scrpriv->win_width = xscreen->width_in_pixels; in hostx_init()
654 &scrpriv->win_width, in hostx_init()
989 scrpriv->win_width = width; in hostx_screen_init()
998 scrpriv->win_width, scrpriv->win_height); in hostx_screen_init()
1073 int stride = (scrpriv->win_width * bytes_per_pixel + 0x3) & ~0x3; in hostx_paint_rect()
1575 scrpriv->win_width, scrpriv->win_height); in ephyr_glamor_init()
H A Dephyr.h77 int win_width, win_height; member
H A Dephyr.c513 scrpriv->win_width = screen->width; in ephyrRandRSetConfig()
517 scrpriv->win_width, in ephyrRandRSetConfig()
893 scrpriv->win_width, in ephyrProcessExpose()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c319 const int win_width = top->winsize.ws_col - 1; in perf_top__print_sym_table() local
328 printf("%-*.*s\n", win_width, win_width, graph_dotted_line); in perf_top__print_sym_table()
350 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Domap3isp.h149 __u16 win_width; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Domap3isp.h149 __u16 win_width; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Domap3isp.h149 __u16 win_width; member
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h587 u32 win_width; member
H A Dfimc-is-param.c428 isp->metering.win_width = val; in __is_set_isp_metering()