/drivers/video/omap2/dss/ |
D | dispc.c | 76 u16 width, u16 height, u16 out_width, u16 out_height, 81 u16 width, u16 height, u16 out_width, u16 out_height, 1333 u16 out_width, u16 out_height, in dispc_ovl_set_scale_param() argument 1339 fir_hinc = 1024 * orig_width / out_width; in dispc_ovl_set_scale_param() 1348 u16 orig_width, u16 orig_height, u16 out_width, u16 out_height, in dispc_ovl_set_accu_uv() argument 1423 chroma_hinc = 1024 * orig_width / out_width; in dispc_ovl_set_accu_uv() 1437 u16 out_width, u16 out_height, in dispc_ovl_set_scaling_common() argument 1447 out_width, out_height, five_taps, in dispc_ovl_set_scaling_common() 1453 l |= (orig_width != out_width) ? (1 << 5) : 0; in dispc_ovl_set_scaling_common() 1460 l |= (orig_width <= out_width) ? 0 : (1 << 7); in dispc_ovl_set_scaling_common() [all …]
|
D | overlay.c | 122 if (info->out_width != 0 && info->width != info->out_width) { in dss_ovl_simple_check() 168 if (info->out_width == 0) in dss_ovl_check() 171 outw = info->out_width; in dss_ovl_check()
|
D | overlay-sysfs.c | 181 info.out_width, info.out_height); in overlay_output_size_show() 193 info.out_width = simple_strtoul(buf, &last, 10); in overlay_output_size_store()
|
/drivers/video/omap2/omapfb/ |
D | omapfb-ioctl.c | 122 pi->out_width, pi->out_height); in omapfb_setup_plane() 132 info.out_width = pi->out_width; in omapfb_setup_plane() 203 pi->out_width = ovli.out_width; in omapfb_query_plane()
|
D | omapfb-main.c | 919 info.out_width = outw; in omapfb_setup_overlay() 979 outw = info.out_width; in omapfb_apply_changes()
|
/drivers/video/omap/ |
D | omapfb_main.c | 221 plane->info.out_width, in ctrl_change_mode() 748 if (win->out_x + win->out_width > xres) in omapfb_update_window_async() 749 win->out_width = xres - win->out_x; in omapfb_update_window_async() 752 if (!win->width || !win->height || !win->out_width || !win->out_height) in omapfb_update_window_async() 789 win.out_width = fbi->var.xres; in omapfb_update_full_screen() 808 if (pi->pos_x + pi->out_width > panel->x_res || in omapfb_setup_plane() 1073 win.out_width = 2; in omapfb_write_first_pixel() 1137 u->out_width = u->width; in omapfb_ioctl() 1558 plane->info.out_width = fbi->var.xres; in planes_init()
|
D | omapfb.h | 178 int out_width, int out_height);
|
/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 1534 out_width, out_height; in sh_mobile_ceu_set_crop() local 1611 out_width = min(interm_width, icd->user_width); in sh_mobile_ceu_set_crop() 1614 out_width = interm_width; in sh_mobile_ceu_set_crop() 1622 scale_ceu_h = calc_scale(interm_width, &out_width); in sh_mobile_ceu_set_crop() 1634 icd->user_width = out_width & ~3; in sh_mobile_ceu_set_crop() 1956 u32 out_width = icd->user_width, out_height = icd->user_height; in sh_mobile_ceu_set_livecrop() local 1974 if (icd->user_width != out_width || icd->user_height != out_height) { in sh_mobile_ceu_set_livecrop() 1978 .width = out_width, in sh_mobile_ceu_set_livecrop() 1986 if (!ret && (out_width != f.fmt.pix.width || in sh_mobile_ceu_set_livecrop() 1990 icd->user_width = out_width & ~3; in sh_mobile_ceu_set_livecrop()
|
D | mx3_camera.c | 313 video->out_width = icd->bytesperline; in mx3_videobuf_queue() 321 video->out_width = icd->user_width; in mx3_videobuf_queue()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_plane.c | 147 info->out_width, info->out_height, in omap_plane_pre_apply() 190 info->out_width, info->out_height); in omap_plane_post_apply()
|
D | omap_fb.c | 167 info->out_width = win->crtc_w; in omap_framebuffer_update_scanout()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.h | 619 u32 out_width; member
|
/drivers/dma/ipu/ |
D | ipu_idmac.c | 526 params->video.out_width, in ipu_ic_init_prpenc() 857 video->out_width, in idmac_tx_submit()
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 411 info.out_width = outw; in omapvid_setup_overlay() 430 info.pos_y, info.out_width, info.out_height, info.rotation_type, in omapvid_setup_overlay()
|
/drivers/video/ |
D | mx3fb.c | 798 video->out_width = fbi->var.xres; in __set_par()
|