Home
last modified time | relevance | path

Searched refs:yuv_dec_fct (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c2369 static const unsigned int yuv_dec_fct[] = { 2 }; in __configure_preview_pp_input() local
2445 for (i = 0; i < ARRAY_SIZE(yuv_dec_fct); i++) { in __configure_preview_pp_input()
2446 if (yuv_ds_in_width >= out_width * yuv_dec_fct[i] && in __configure_preview_pp_input()
2447 yuv_ds_in_height >= out_height * yuv_dec_fct[i]) { in __configure_preview_pp_input()
2448 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()
2449 vf_pp_in_res->height = yuv_ds_in_height / yuv_dec_fct[i]; in __configure_preview_pp_input()