Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.h24 #define MB_HEIGHT(y_size) DIV_ROUND_UP(y_size, 16) argument
30 #define S5P_MFC_LCU_HEIGHT(y_size) DIV_ROUND_UP(y_size, 32) argument
/Linux-v4.19/include/linux/platform_data/
Dmcs.h26 unsigned int y_size; member
/Linux-v4.19/drivers/input/touchscreen/
Dmcs5000_ts.c179 platform_data->y_size >> 8); in mcs5000_ts_phys_init()
181 platform_data->y_size & 0xff); in mcs5000_ts_phys_init()
/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_hw.h59 u32 y_size; member
Dmtk_jpeg_hw.c180 param->y_size = param->comp_size[0]; in mtk_jpeg_calc_dst_size()
182 param->dec_size = param->y_size + (param->uv_size << 1); in mtk_jpeg_calc_dst_size()
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c1296 u16 y_size; member
1343 raw_info->y_size = get_unaligned_be16(&params[2]); in hidpp_touchpad_get_raw_info()
2005 u16 x_size, y_size; member
2033 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input()
2070 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
2197 wd->y_size = raw_info.y_size; in wtp_get_config()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-irq.c356 u32 y_size = 720 * ((f->src_h + 31) & ~31); in ivtv_dma_stream_dec_prepare() local
378 (bytes_written + buf->bytesused) >= y_size) { in ivtv_dma_stream_dec_prepare()
381 s->sg_pending[idx].size = y_size - bytes_written; in ivtv_dma_stream_dec_prepare()
Divtv-yuv.c48 int y_decode_height, uv_decode_height, y_size; in ivtv_yuv_prep_user_dma() local
64 y_size = 720 * y_decode_height; in ivtv_yuv_prep_user_dma()
136 ivtv_udma_fill_sg_array(dma, y_buffer_offset, uv_buffer_offset, y_size); in ivtv_yuv_prep_user_dma()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-image-convert.c472 u32 y_size, uv_size; in calc_tile_offsets_planar() local
482 y_size = H * y_stride; in calc_tile_offsets_planar()
483 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
500 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()