Home
last modified time | relevance | path

Searched refs:s_width (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/
Dm2m-deinterlace.c233 unsigned int s_width, s_height; in deinterlace_issue_dma() local
242 s_width = s_q_data->width; in deinterlace_issue_dma()
244 s_size = s_width * s_height; in deinterlace_issue_dma()
257 ctx->xt->sgl[0].size = s_width; in deinterlace_issue_dma()
258 ctx->xt->sgl[0].icg = s_width; in deinterlace_issue_dma()
264 ctx->xt->sgl[0].size = s_width; in deinterlace_issue_dma()
265 ctx->xt->sgl[0].icg = s_width; in deinterlace_issue_dma()
267 ctx->xt->dst_start = p_out + s_width; in deinterlace_issue_dma()
271 ctx->xt->sgl[0].size = s_width / 2; in deinterlace_issue_dma()
272 ctx->xt->sgl[0].icg = s_width / 2; in deinterlace_issue_dma()
[all …]
Dmx2_emmaprp.c294 unsigned int s_width, s_height; in emmaprp_device_run() local
304 s_width = s_q_data->width; in emmaprp_device_run()
322 writel(PRP_SIZE_WIDTH(s_width) | PRP_SIZE_HEIGHT(s_height), in emmaprp_device_run()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dmx2_camera.c267 unsigned int s_width, s_height; member
558 writel((pcdev->s_width << 16) | pcdev->s_height, in mx27_camera_emma_buf_init()
1148 pcdev->s_width = mf.width; in mx2_camera_set_fmt()
1151 __func__, pcdev->s_width, pcdev->s_height); in mx2_camera_set_fmt()
1218 __func__, pcdev->s_width, pcdev->s_height); in mx2_camera_try_fmt()