Searched refs:req_ffmt (Results 1 – 1 of 1) sorted by relevance
4260 struct v4l2_mbus_framefmt *req_ffmt; in atomisp_set_fmt_to_snr() local4279 req_ffmt = ffmt; in atomisp_set_fmt_to_snr()4295 if (ffmt->width < req_ffmt->width || in atomisp_set_fmt_to_snr()4296 ffmt->height < req_ffmt->height) { in atomisp_set_fmt_to_snr()4297 req_ffmt->height -= dvs_env_h; in atomisp_set_fmt_to_snr()4298 req_ffmt->width -= dvs_env_w; in atomisp_set_fmt_to_snr()4299 ffmt = req_ffmt; in atomisp_set_fmt_to_snr()4325 (ffmt->width < req_ffmt->width || ffmt->height < req_ffmt->height)) { in atomisp_set_fmt_to_snr()