Searched refs:frame_res (Results 1 – 2 of 2) sorted by relevance
24 alloc_dvs_6axis_table(const struct ia_css_resolution *frame_res, in alloc_dvs_6axis_table() argument47 } 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() argument175 assert(frame_res); in generate_dvs_6axis_table()178 dvs_6axis_table = alloc_dvs_6axis_table(frame_res, NULL); in generate_dvs_6axis_table()
72 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res,