Searched refs:vf_ds_log2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c4533 int vf_ds_log2; local
4675 vf_ds_log2 = mycs->video_binary.vf_downscale_log2;
4688 ((video_vf_info->res.width << vf_ds_log2 != pipe_out_info->res.width) ||
4689 (video_vf_info->res.height << vf_ds_log2 != pipe_out_info->res.height)));

Completed in 124 milliseconds