Home
last modified time | relevance | path

Searched refs:height_y (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c28 unsigned int height_y = 0; in alloc_dvs_6axis_table() local
43 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table()
49 dvs_config->height_y = height_y = DVS_TABLE_IN_BLOCKDIM_Y_LUMA( in alloc_dvs_6axis_table()
112 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default() local
118 for (y = 0; y < height_y; y++) { in init_dvs_6axis_table_from_default()
125 for (y = 0; y < height_y; y++) { in init_dvs_6axis_table_from_default()
155 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_config() local
160 (width_y * height_y * sizeof(uint32_t))); in init_dvs_6axis_table_from_config()
238 unsigned int height_y; in copy_dvs_6axis_table() local
250 assert(dvs_config_src->height_y == dvs_config_dst->height_y); in copy_dvs_6axis_table()
[all …]
H A Dia_css_types.h420 u32 height_y; member
H A Datomisp_compat_ioctl32.h211 u32 height_y; member
H A Dsh_css_params.c1668 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config()
1690 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config()
1697 (dvs_config->height_y == params->pipe_dvs_6axis_config[pipe->mode]->height_y) && in sh_css_get_pipe_dvs_6axis_config()
4426 unsigned int height_y; in ia_css_dvs2_6axis_config_allocate() local
4444 dvs_config->height_y = height_y = in ia_css_dvs2_6axis_config_allocate()
4445 params->pipe_dvs_6axis_config[IA_CSS_PIPE_ID_VIDEO]->height_y; in ia_css_dvs2_6axis_config_allocate()
4450 IA_CSS_LOG("table Y: W %d H %d", width_y, height_y); in ia_css_dvs2_6axis_config_allocate()
4452 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
4457 dvs_config->ycoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
H A Datomisp_cmd.c2741 old_6axis_config->height_y != t_6axis_config.height_y || in atomisp_cp_dvs_6axis_config()
2761 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config()
2768 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config()
2789 old_6axis_config->height_y != source_6axis_config->height_y || in atomisp_cp_dvs_6axis_config()
2809 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config()
2816 source_6axis_config->height_y * in atomisp_cp_dvs_6axis_config()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c104 height = config->height_y; in convert_coords_to_ispparams()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h402 u32 height_y; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch46464 + geo.height_c = geo.height_y / 2;
46475 + geo.height_c = geo.height_y / 2;
46515 + geo.height_c = geo.height_y;
46527 + geo.height_y, geo.height_c,
46574 + geo.height_y, geo.height_c,
46997 …ame->linesize[3] = zbe->geo.stripe_is_yc ? zbe->geo.height_y + zbe->geo.height_c : zbe->geo.height…
47113 + frame->linesize[3] = geo.stripe_is_yc ? geo.height_y + geo.height_c : geo.height_y;
47313 + unsigned int height_y; // Luma height (lines)
60692 + geo->height_y + geo->height_c : geo->height_y;
60694 + vfmt->height = geo->height_y;
[all …]