Searched refs:req_ffmt (Results 1 – 1 of 1) sorted by relevance
5575 struct v4l2_mbus_framefmt *req_ffmt; in atomisp_set_fmt_to_snr() local5608 req_ffmt = ffmt; in atomisp_set_fmt_to_snr()5618 if (ffmt->width < req_ffmt->width || in atomisp_set_fmt_to_snr()5619 ffmt->height < req_ffmt->height) { in atomisp_set_fmt_to_snr()5620 req_ffmt->height -= dvs_env_h; in atomisp_set_fmt_to_snr()5621 req_ffmt->width -= dvs_env_w; in atomisp_set_fmt_to_snr()5622 ffmt = req_ffmt; in atomisp_set_fmt_to_snr()5647 (ffmt->width < req_ffmt->width || ffmt->height < req_ffmt->height)) { in atomisp_set_fmt_to_snr()