Searched refs:zoom_table (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 143 static const int zoom_table[4][HRT_GDC_N] = { variable 2777 return hmm_alloc(sizeof(zoom_table), HMM_BO_PRIVATE, 0, NULL, 0); in sh_css_params_alloc_gdc_lut() 2817 pipe->scaler_pp_lut = hmm_alloc(sizeof(zoom_table), HMM_BO_PRIVATE, 0, NULL, 0); in ia_css_pipe_set_bci_scaler_lut() 2830 sizeof(zoom_table)); in ia_css_pipe_set_bci_scaler_lut() 2859 host_lut_store((void *)zoom_table); in sh_css_params_map_and_store_default_gdc_lut() 2862 default_gdc_lut = hmm_alloc(sizeof(zoom_table), HMM_BO_PRIVATE, 0, NULL, 0); in sh_css_params_map_and_store_default_gdc_lut() 2869 gdc_lut_convert_to_isp_format((const int(*)[HRT_GDC_N])zoom_table, in sh_css_params_map_and_store_default_gdc_lut() 2872 sizeof(zoom_table)); in sh_css_params_map_and_store_default_gdc_lut()
|