/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 69 u16 width, u16 height, u16 out_width, u16 out_height, 74 u16 width, u16 height, u16 out_width, u16 out_height, 1438 u16 out_width, u16 out_height, in dispc_ovl_set_scale_param() argument 1445 fir_vinc = 1024 * orig_height / out_height; in dispc_ovl_set_scale_param() 1453 u16 orig_width, u16 orig_height, u16 out_width, u16 out_height, in dispc_ovl_set_accu_uv() argument 1529 chroma_vinc = 1024 * orig_height / out_height; in dispc_ovl_set_accu_uv() 1542 u16 out_width, u16 out_height, in dispc_ovl_set_scaling_common() argument 1552 out_width, out_height, five_taps, in dispc_ovl_set_scaling_common() 1559 l |= (orig_height != out_height) ? (1 << 6) : 0; in dispc_ovl_set_scaling_common() 1566 l |= (orig_height <= out_height) ? 0 : (1 << 8); in dispc_ovl_set_scaling_common() [all …]
|
H A D | overlay.c | 112 if (info->out_height != 0 && info->height != info->out_height) { in dss_ovl_simple_check() 157 if (info->out_height == 0) in dss_ovl_check() 160 outh = info->out_height; in dss_ovl_check()
|
H A D | overlay-sysfs.c | 171 info.out_width, info.out_height); in overlay_output_size_show() 188 info.out_height = simple_strtoul(last, &last, 10); in overlay_output_size_store()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 105 u16 width, u16 height, u16 out_width, u16 out_height, 110 u16 width, u16 height, u16 out_width, u16 out_height, 1720 u16 out_width, u16 out_height, in dispc_ovl_set_scale_param() argument 1727 fir_vinc = 1024 * orig_height / out_height; in dispc_ovl_set_scale_param() 1737 u16 out_width, u16 out_height, in dispc_ovl_set_accu_uv() argument 1812 chroma_vinc = 1024 * orig_height / out_height; in dispc_ovl_set_accu_uv() 1826 u16 out_width, u16 out_height, in dispc_ovl_set_scaling_common() argument 1836 out_width, out_height, five_taps, in dispc_ovl_set_scaling_common() 1843 l |= (orig_height != out_height) ? (1 << 6) : 0; in dispc_ovl_set_scaling_common() 1850 l |= (orig_height <= out_height) ? 0 : (1 << 8); in dispc_ovl_set_scaling_common() [all …]
|
H A D | omapdss.h | 162 u16 out_height; /* if 0, out_height == height */ member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_defs.h | 277 #define _ISP_VF_OUTPUT_HEIGHT(out_height, vf_log_ds) \ argument 278 ((out_height) >> (vf_log_ds)) 322 #define __ISP_INTERNAL_HEIGHT(out_height, dvs_env_height, top_crop) \ argument 323 ((out_height) + (dvs_env_height) + top_crop)
|
H A D | atomisp_compat_css20.c | 2010 int out_width, out_height, yuv_ds_in_width, yuv_ds_in_height; in __configure_preview_pp_input() local 2041 out_height = pipe_configs->output_info[0].res.height; in __configure_preview_pp_input() 2075 effective_res->height >= out_height * in __configure_preview_pp_input() 2109 yuv_ds_in_height >= out_height * yuv_dec_fct[i]) { in __configure_preview_pp_input() 2117 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input() 2138 int out_width, out_height; in __configure_video_pp_input() local 2174 out_height = pipe_configs->output_info[0].res.height * 110 / 100; in __configure_video_pp_input() 2177 out_height = pipe_configs->output_info[0].res.height; in __configure_video_pp_input() 2200 effective_res->height >= out_height * in __configure_video_pp_input()
|
/openbmc/linux/include/uapi/linux/ |
H A D | omapfb.h | 116 __u32 out_width, out_height; member 145 __u32 out_height; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
H A D | ia_css_s3a.host.c | 334 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local 345 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode() 352 for (y = 0; y < out_height; y++) { in ia_css_s3a_vmem_decode()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs.h | 16 u32 out_height; member
|
H A D | venc.c | 274 inst->out_height = format.fmt.pix_mp.height; in venc_s_fmt() 326 pixmp->height = inst->out_height; in venc_g_fmt() 346 s->r.height = inst->out_height; in venc_g_selection() 371 s->r.height > inst->out_height) in venc_s_selection() 1014 inst->out_height); in venc_init_session() 1125 inst->out_height); in venc_queue_setup() 1431 inst->out_height = 720; in venc_inst_init()
|
H A D | vdec.c | 313 pixmp->height = inst->out_height; in vdec_g_fmt() 360 inst->out_height = format.fmt.pix_mp.height; in vdec_s_fmt() 413 s->r.height = inst->out_height; in vdec_g_selection() 975 inst->out_height); in vdec_queue_setup() 1504 inst->out_height = ev_data->height; in vdec_event_change() 1614 inst->out_height = frame_height_min(inst); in vdec_inst_init()
|
H A D | hfi_plat_bufs_v6.c | 1188 u32 out_width = params->out_width, out_height = params->out_height; in bufreq_dec() local 1238 out_width, out_height); in bufreq_dec() 1243 out_width, out_height); in bufreq_dec()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 111 pi->out_width, pi->out_height); in omapfb_setup_plane() 122 info.out_height = pi->out_height; in omapfb_setup_plane() 196 pi->out_height = ovli.out_height; in omapfb_query_plane()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-ic.c | 400 int out_width, int out_height, in ipu_ic_task_init_rsc() argument 411 ret = calc_resize_coeffs(ic, in_height, out_height, in ipu_ic_task_init_rsc() 444 int out_width, int out_height) in ipu_ic_task_init() argument 448 out_width, out_height, 0); in ipu_ic_task_init()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_lm.h | 17 u32 out_height; member
|
H A D | dpu_hw_lm.c | 57 outsize = mixer->out_height << 16 | mixer->out_width; in dpu_hw_lm_setup_out()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_codec.h | 21 u32 out_height; member
|
H A D | vpu_windsor.c | 411 u32 out_height; member 996 windsor->out_height = params->out_height; in vpu_windsor_set_size()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 205 plane->info.out_height); in ctrl_change_mode() 716 if (win->out_y + win->out_height > yres) in omapfb_update_window_async() 717 win->out_height = yres - win->out_y; in omapfb_update_window_async() 718 if (!win->width || !win->height || !win->out_width || !win->out_height) in omapfb_update_window_async() 755 win.out_height = fbi->var.yres; in omapfb_update_full_screen() 774 pi->pos_y + pi->out_height > panel->y_res) in omapfb_setup_plane() 1040 win.out_height = 2; in omapfb_write_first_pixel() 1104 u->out_height = u->height; in omapfb_ioctl() 1519 plane->info.out_height = fbi->var.yres; in planes_init()
|
H A D | omapfb.h | 165 int out_width, int out_height);
|
/openbmc/linux/include/linux/dma/ |
H A D | ipu-dma.h | 125 unsigned short out_height; member
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_sm_mt8183.h | 26 u16 out_height; member
|
/openbmc/linux/include/video/ |
H A D | imx-ipu-v3.h | 442 int out_width, int out_height); 446 int out_width, int out_height,
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 118 info.out_width, info.out_height, info.screen_width); in omap_plane_atomic_update() 134 r_info.out_width, r_info.out_height, r_info.screen_width); in omap_plane_atomic_update()
|