Home
last modified time | relevance | path

Searched refs:frame_res (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c24 alloc_dvs_6axis_table(const struct ia_css_resolution *frame_res, in alloc_dvs_6axis_table() argument
47 } else if (frame_res) { in alloc_dvs_6axis_table()
48 dvs_config->width_y = width_y = DVS_TABLE_IN_BLOCKDIM_X_LUMA(frame_res->width); in alloc_dvs_6axis_table()
50 frame_res->height); in alloc_dvs_6axis_table()
52 frame_res->width / in alloc_dvs_6axis_table()
55 frame_res->height / in alloc_dvs_6axis_table()
170 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res, in generate_dvs_6axis_table() argument
175 assert(frame_res); in generate_dvs_6axis_table()
178 dvs_6axis_table = alloc_dvs_6axis_table(frame_res, NULL); in generate_dvs_6axis_table()
H A Dsh_css_param_dvs.h72 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res,