Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v6.h21 #define MB_HEIGHT(y_size) DIV_ROUND_UP(y_size, 16) argument
27 #define S5P_MFC_LCU_HEIGHT(y_size) DIV_ROUND_UP(y_size, 32) argument
/linux-6.1.9/include/linux/platform_data/
Dmcs.h21 unsigned int y_size; member
/linux-6.1.9/drivers/input/touchscreen/
Dmcs5000_ts.c174 platform_data->y_size >> 8); in mcs5000_ts_phys_init()
176 platform_data->y_size & 0xff); in mcs5000_ts_phys_init()
/linux-6.1.9/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_dec_hw.h52 u32 y_size; member
Dmtk_jpeg_dec_hw.c172 param->y_size = param->comp_size[0]; in mtk_jpeg_calc_dst_size()
174 param->dec_size = param->y_size + (param->uv_size << 1); in mtk_jpeg_calc_dst_size()
/linux-6.1.9/drivers/media/platform/nxp/
Dimx-pxp.c733 u32 y_size; in pxp_start() local
812 y_size = src_stride * src_height; in pxp_start()
815 ps_ubuf = ps_buf + y_size; in pxp_start()
816 ps_vbuf = ps_ubuf + y_size / 4; in pxp_start()
819 ps_ubuf = ps_buf + y_size; in pxp_start()
820 ps_vbuf = ps_ubuf + y_size / 2; in pxp_start()
826 ps_ubuf = ps_buf + y_size; in pxp_start()
/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-irq.c344 u32 y_size = 720 * ((f->src_h + 31) & ~31); in ivtv_dma_stream_dec_prepare() local
366 (bytes_written + buf->bytesused) >= y_size) { in ivtv_dma_stream_dec_prepare()
369 s->sg_pending[idx].size = y_size - bytes_written; in ivtv_dma_stream_dec_prepare()
Divtv-yuv.c35 int y_decode_height, uv_decode_height, y_size; in ivtv_yuv_prep_user_dma() local
51 y_size = 720 * y_decode_height; in ivtv_yuv_prep_user_dma()
120 ivtv_udma_fill_sg_array(dma, y_buffer_offset, uv_buffer_offset, y_size); in ivtv_yuv_prep_user_dma()
/linux-6.1.9/drivers/hid/
Dhid-logitech-hidpp.c1982 u16 y_size; member
2029 raw_info->y_size = get_unaligned_be16(&params[2]); in hidpp_touchpad_get_raw_info()
2653 u16 x_size, y_size; member
2681 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input()
2717 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
2843 wd->y_size = raw_info.y_size; in wtp_get_config()
/linux-6.1.9/drivers/gpu/ipu-v3/
Dipu-image-convert.c995 u32 y_size, uv_size; in calc_tile_offsets_planar() local
1005 y_size = H * y_stride; in calc_tile_offsets_planar()
1006 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
1022 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()