Searched refs:y_size (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc_opr_v6.h | 21 #define MB_HEIGHT(y_size) DIV_ROUND_UP(y_size, 16) argument 25 #define S5P_MFC_LCU_HEIGHT(y_size) DIV_ROUND_UP(y_size, 32) argument
|
| /linux/drivers/media/platform/nxp/ |
| H A D | imx-pxp.c | 850 u32 y_size; in pxp_start() local 929 y_size = src_stride * src_height; in pxp_start() 932 ps_ubuf = ps_buf + y_size; in pxp_start() 933 ps_vbuf = ps_ubuf + y_size / 4; in pxp_start() 936 ps_ubuf = ps_buf + y_size; in pxp_start() 937 ps_vbuf = ps_ubuf + y_size / 2; in pxp_start() 943 ps_ubuf = ps_buf + y_size; in pxp_start()
|
| /linux/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 2246 u16 y_size; 2293 raw_info->y_size = get_unaligned_be16(¶ms[2]); in hidpp_touchpad_get_raw_info() 2920 u16 x_size, y_size; 2948 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input() 2984 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event() 3109 wd->y_size = raw_info.y_size; in wtp_get_config() 2244 u16 y_size; global() member 2918 u16 x_size, y_size; global() member
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 980 u32 y_size, uv_size; in calc_tile_offsets_planar() local 990 y_size = H * y_stride; in calc_tile_offsets_planar() 991 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar() 1007 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()
|