| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.c | 1685 out_width, out_height, in dispc_ovl_set_scaling() 1692 out_width, out_height, in dispc_ovl_set_scaling() 2118 if (out_height < height) in check_horiz_timing_omap3() 2486 out_width, out_height, in dispc_ovl_calc_scaling() 2488 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2493 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling() 2528 out_height = oi->out_height == 0 ? oi->height : oi->out_height; in dispc_ovl_check() 2536 out_height /= 2; in dispc_ovl_check() 2595 out_height = out_height == 0 ? height : out_height; in dispc_ovl_setup_common() 2604 out_height /= 2; in dispc_ovl_setup_common() [all …]
|
| 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()
|
| 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()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.c | 1944 if (out_height != orig_height) in dispc_ovl_set_scaling_uv() 2154 if (out_height < height) in check_horiz_timing_omap3() 2204 if (height > out_height) { in calc_core_clk_five_taps() 2260 if (height > out_height) in calc_core_clk_34xx() 2363 out_height, fourcc); in dispc_ovl_calc_scaling_34xx() 2371 out_height, *five_taps); in dispc_ovl_calc_scaling_34xx() 2579 out_width, out_height, in dispc_ovl_calc_scaling() 2581 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2586 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling() 2656 out_height = out_height == 0 ? height : out_height; in dispc_ovl_setup_common() [all …]
|
| A D | omapdss.h | 162 u16 out_height; /* if 0, out_height == height */ member
|
| /linux/drivers/staging/media/atomisp/pci/ |
| 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)
|
| A D | atomisp_compat_css20.c | 1978 int out_width, out_height, yuv_ds_in_width, yuv_ds_in_height; in __configure_preview_pp_input() local 2009 out_height = pipe_configs->output_info[0].res.height; in __configure_preview_pp_input() 2043 effective_res->height >= out_height * in __configure_preview_pp_input() 2077 yuv_ds_in_height >= out_height * yuv_dec_fct[i]) { in __configure_preview_pp_input() 2085 vf_pp_in_res->height == out_height) { in __configure_preview_pp_input() 2106 int out_width, out_height; in __configure_video_pp_input() local 2142 out_height = pipe_configs->output_info[0].res.height * 110 / 100; in __configure_video_pp_input() 2145 out_height = pipe_configs->output_info[0].res.height; in __configure_video_pp_input() 2168 effective_res->height >= out_height * in __configure_video_pp_input()
|
| /linux/include/uapi/linux/ |
| A D | omapfb.h | 116 __u32 out_width, out_height; member 145 __u32 out_height; member
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | hfi_plat_bufs.h | 16 u32 out_height; member
|
| 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()
|
| 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()
|
| 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()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| 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()
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| 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()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_lm.h | 17 u32 out_height; member
|
| A D | dpu_hw_lm.c | 59 outsize = mixer->out_height << 16 | mixer->out_width; in dpu_hw_lm_setup_out()
|
| /linux/drivers/media/platform/amphion/ |
| A D | vpu_codec.h | 21 u32 out_height; member
|
| A D | vpu_windsor.c | 411 u32 out_height; member 998 windsor->out_height = params->out_height; in vpu_windsor_set_size()
|
| /linux/drivers/gpu/ipu-v3/ |
| 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()
|
| /linux/drivers/video/fbdev/omap/ |
| 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() 1513 plane->info.out_height = fbi->var.yres; in planes_init()
|
| A D | omapfb.h | 165 int out_width, int out_height);
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| A D | mdp_sm_mt8183.h | 26 u16 out_height; member
|
| A D | mdp_sm_mt8195.h | 26 u32 out_height; member
|
| /linux/include/video/ |
| A D | imx-ipu-v3.h | 442 int out_width, int out_height); 446 int out_width, int out_height,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| 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()
|