Searched refs:req_ffmt (Results 1 – 1 of 1) sorted by relevance
5057 struct v4l2_mbus_framefmt *req_ffmt; in atomisp_set_fmt_to_snr() local5089 req_ffmt = ffmt; in atomisp_set_fmt_to_snr()5103 if (ffmt->width < req_ffmt->width || in atomisp_set_fmt_to_snr()5104 ffmt->height < req_ffmt->height) { in atomisp_set_fmt_to_snr()5105 req_ffmt->height -= dvs_env_h; in atomisp_set_fmt_to_snr()5106 req_ffmt->width -= dvs_env_w; in atomisp_set_fmt_to_snr()5107 ffmt = req_ffmt; in atomisp_set_fmt_to_snr()5130 (ffmt->width < req_ffmt->width || ffmt->height < req_ffmt->height)) { in atomisp_set_fmt_to_snr()