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() argument37 } else if (frame_res) { in alloc_dvs_6axis_table()38 dvs_config->width_y = width_y = DVS_TABLE_IN_BLOCKDIM_X_LUMA(frame_res->width); in alloc_dvs_6axis_table()40 frame_res->height); in alloc_dvs_6axis_table()42 frame_res->width / in alloc_dvs_6axis_table()45 frame_res->height / in alloc_dvs_6axis_table()160 generate_dvs_6axis_table(const struct ia_css_resolution *frame_res, in generate_dvs_6axis_table() argument165 assert(frame_res); in generate_dvs_6axis_table()168 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,