Lines Matching refs:try_fmt
593 struct v4l2_mbus_framefmt *try_fmt = in ov6650_get_fmt() local
596 mf->width = try_fmt->width; in ov6650_get_fmt()
597 mf->height = try_fmt->height; in ov6650_get_fmt()
598 mf->code = try_fmt->code; in ov6650_get_fmt()
732 struct v4l2_mbus_framefmt *try_fmt = in ov6650_set_fmt() local
736 try_fmt->width = crop->width >> half_scale; in ov6650_set_fmt()
737 try_fmt->height = crop->height >> half_scale; in ov6650_set_fmt()
738 try_fmt->code = mf->code; in ov6650_set_fmt()
742 mf->width = try_fmt->width; in ov6650_set_fmt()
743 mf->height = try_fmt->height; in ov6650_set_fmt()
744 mf->code = try_fmt->code; in ov6650_set_fmt()