Searched refs:frame_res (Results 1 – 2 of 2) sorted by relevance
15 alloc_dvs_6axis_table(const struct ia_css_resolution *frame_res, in alloc_dvs_6axis_table() argument38 } else if (frame_res) { in alloc_dvs_6axis_table()39 dvs_config->width_y = width_y = DVS_TABLE_IN_BLOCKDIM_X_LUMA(frame_res->width); in alloc_dvs_6axis_table()41 frame_res->height); in alloc_dvs_6axis_table()43 frame_res->width / in alloc_dvs_6axis_table()46 frame_res->height / in alloc_dvs_6axis_table()161 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res, in generate_dvs_6axis_table() argument166 assert(frame_res); in generate_dvs_6axis_table()169 dvs_6axis_table = alloc_dvs_6axis_table(frame_res, NULL); in generate_dvs_6axis_table()
62 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res,