Home
last modified time | relevance | path

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

/drivers/media/platform/samsung/s5p-mfc/
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
/drivers/input/
A Dtouch-overlay.c20 u32 y_size; member
48 &segment->y_size); in touch_overlay_get_segment()
117 *y = segment->y_size - 1; in touch_overlay_get_touchscreen_abs()
128 pos->y >= seg->y_origin && pos->y < (seg->y_origin + seg->y_size)) in touch_overlay_segment_event()
/drivers/media/platform/mediatek/jpeg/
A Dmtk_jpeg_dec_hw.h53 u32 y_size; member
A Dmtk_jpeg_dec_hw.c198 param->y_size = param->comp_size[0]; in mtk_jpeg_calc_dst_size()
200 param->dec_size = param->y_size + (param->uv_size << 1); in mtk_jpeg_calc_dst_size()
/drivers/media/platform/nxp/
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()
/drivers/media/pci/ivtv/
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()
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()
/drivers/hid/
A Dhid-logitech-hidpp.c2231 u16 y_size; member
2278 raw_info->y_size = get_unaligned_be16(&params[2]); in hidpp_touchpad_get_raw_info()
2902 u16 x_size, y_size; member
2930 input_set_abs_params(input_dev, ABS_MT_POSITION_Y, 0, wd->y_size, 0, 0); in wtp_populate_input()
2966 wd->flip_y ? wd->y_size - touch_report->y : in wtp_touch_event()
3091 wd->y_size = raw_info.y_size; in wtp_get_config()
/drivers/gpu/ipu-v3/
A Dipu-image-convert.c980 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()

Completed in 37 milliseconds