Searched refs:yuv_ds_in_width (Results 1 – 1 of 1) sorted by relevance
2395 int out_width, out_height, yuv_ds_in_width, yuv_ds_in_height; in __configure_preview_pp_input() local2481 yuv_ds_in_width = effective_res->width; in __configure_preview_pp_input()2484 yuv_ds_in_width = bayer_ds_out_res->width; in __configure_preview_pp_input()2488 vf_pp_in_res->width = yuv_ds_in_width; in __configure_preview_pp_input()2493 if (yuv_ds_in_width >= out_width * yuv_dec_fct[i] && in __configure_preview_pp_input()2495 vf_pp_in_res->width = yuv_ds_in_width / yuv_dec_fct[i]; in __configure_preview_pp_input()