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