Searched refs:dvs_config (Results 1 – 2 of 2) sorted by relevance
36 if (!dvs_config) { in alloc_dvs_6axis_table()63 if (!dvs_config->xcoords_y) { in alloc_dvs_6axis_table()71 if (!dvs_config->ycoords_y) { in alloc_dvs_6axis_table()82 if (!dvs_config->xcoords_uv) { in alloc_dvs_6axis_table()90 if (!dvs_config->ycoords_uv) { in alloc_dvs_6axis_table()98 dvs_config = NULL; in alloc_dvs_6axis_table()102 IA_CSS_LEAVE("dvs_config=%p", dvs_config); in alloc_dvs_6axis_table()103 return dvs_config; in alloc_dvs_6axis_table()111 unsigned int width_y = dvs_config->width_y; in init_dvs_6axis_table_from_default()112 unsigned int height_y = dvs_config->height_y; in init_dvs_6axis_table_from_default()[all …]
1731 if (!dvs_config) in sh_css_set_pipe_dvs_6axis_config()1735 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_set_pipe_dvs_6axis_config()1736 assert((dvs_config->width_y - 1) == 2 * (dvs_config->width_uv - 1)); in sh_css_set_pipe_dvs_6axis_config()1755 if (!dvs_config) in sh_css_get_pipe_dvs_6axis_config()1759 assert(dvs_config->height_y == dvs_config->height_uv); in sh_css_get_pipe_dvs_6axis_config()1760 assert((dvs_config->width_y - 1) == 2 * dvs_config->width_uv - 1); in sh_css_get_pipe_dvs_6axis_config()1770 dvs_config->xcoords_y && in sh_css_get_pipe_dvs_6axis_config()4636 if (!dvs_config) in ia_css_dvs2_6axis_config_allocate()4651 if (!dvs_config->xcoords_y) in ia_css_dvs2_6axis_config_allocate()4656 if (!dvs_config->ycoords_y) in ia_css_dvs2_6axis_config_allocate()[all …]
Completed in 12 milliseconds