Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.h21 #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/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.h53 u32 y_size; member
H A Dmtk_jpeg_dec_hw.c196 param->y_size = param->comp_size[0]; in mtk_jpeg_calc_dst_size()
198 param->dec_size = param->y_size + (param->uv_size << 1); in mtk_jpeg_calc_dst_size()
/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c850 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/media/pci/ivtv/
H A 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()
H A 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()
125 ivtv_udma_fill_sg_array(dma, y_buffer_offset, uv_buffer_offset, y_size); in ivtv_yuv_prep_user_dma()
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2255 u16 y_size; member
2302 raw_info->y_size = get_unaligned_be16(&params[2]); in hidpp_touchpad_get_raw_info()
2926 u16 x_size, y_size; member
2954 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input()
2990 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
3116 wd->y_size = raw_info.y_size; in wtp_get_config()
/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c994 u32 y_size, uv_size; in calc_tile_offsets_planar() local
1004 y_size = H * y_stride; in calc_tile_offsets_planar()
1005 uv_size = y_size / (fmt->uv_width_dec * fmt->uv_height_dec); in calc_tile_offsets_planar()
1021 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()