Lines Matching refs:crop

1064 	vpfe_ccdc_set_image_window(&vpfe->ccdc, &vpfe->crop, vpfe->bpp);  in vpfe_config_ccdc_image_format()
1130 vpfe->crop.top = vpfe->crop.left = 0; in vpfe_config_image_format()
1131 vpfe->crop.width = vpfe->std_info.active_pixels; in vpfe_config_image_format()
1132 vpfe->crop.height = vpfe->std_info.active_lines; in vpfe_config_image_format()
1133 pix->width = vpfe->crop.width; in vpfe_config_image_format()
1134 pix->height = vpfe->crop.height; in vpfe_config_image_format()
1148 vpfe->crop.width = pix->width; in vpfe_config_image_format()
1149 vpfe->crop.height = pix->height; in vpfe_config_image_format()
1600 vpfe->crop.width = fmt->fmt.pix.width; in vpfe_s_fmt()
1601 vpfe->crop.height = fmt->fmt.pix.height; in vpfe_s_fmt()
2084 struct v4l2_cropcap *crop) in vpfe_cropcap() argument
2093 memset(crop, 0, sizeof(struct v4l2_cropcap)); in vpfe_cropcap()
2095 crop->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in vpfe_cropcap()
2096 crop->defrect.width = vpfe_standards[vpfe->std_index].width; in vpfe_cropcap()
2097 crop->bounds.width = crop->defrect.width; in vpfe_cropcap()
2098 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2099 crop->bounds.height = crop->defrect.height; in vpfe_cropcap()
2100 crop->pixelaspect = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_cropcap()
2114 s->r.width = vpfe->crop.width; in vpfe_g_selection()
2115 s->r.height = vpfe->crop.height; in vpfe_g_selection()
2119 s->r = vpfe->crop; in vpfe_g_selection()
2147 struct v4l2_rect cr = vpfe->crop; in vpfe_s_selection()
2172 s->r = vpfe->crop = r; in vpfe_s_selection()