Lines Matching refs:crop

1062 	vpfe_ccdc_set_image_window(&vpfe->ccdc, &vpfe->crop, vpfe->bpp);  in vpfe_config_ccdc_image_format()
1128 vpfe->crop.top = vpfe->crop.left = 0; in vpfe_config_image_format()
1129 vpfe->crop.width = vpfe->std_info.active_pixels; in vpfe_config_image_format()
1130 vpfe->crop.height = vpfe->std_info.active_lines; in vpfe_config_image_format()
1131 pix->width = vpfe->crop.width; in vpfe_config_image_format()
1132 pix->height = vpfe->crop.height; in vpfe_config_image_format()
1146 vpfe->crop.width = pix->width; in vpfe_config_image_format()
1147 vpfe->crop.height = pix->height; in vpfe_config_image_format()
1611 vpfe->crop.width = fmt->fmt.pix.width; in vpfe_s_fmt()
1612 vpfe->crop.height = fmt->fmt.pix.height; in vpfe_s_fmt()
2093 struct v4l2_cropcap *crop) in vpfe_cropcap() argument
2102 memset(crop, 0, sizeof(struct v4l2_cropcap)); in vpfe_cropcap()
2104 crop->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in vpfe_cropcap()
2105 crop->defrect.width = vpfe_standards[vpfe->std_index].width; in vpfe_cropcap()
2106 crop->bounds.width = crop->defrect.width; in vpfe_cropcap()
2107 crop->defrect.height = vpfe_standards[vpfe->std_index].height; in vpfe_cropcap()
2108 crop->bounds.height = crop->defrect.height; in vpfe_cropcap()
2109 crop->pixelaspect = vpfe_standards[vpfe->std_index].pixelaspect; in vpfe_cropcap()
2123 s->r.width = vpfe->crop.width; in vpfe_g_selection()
2124 s->r.height = vpfe->crop.height; in vpfe_g_selection()
2128 s->r = vpfe->crop; in vpfe_g_selection()
2156 struct v4l2_rect cr = vpfe->crop; in vpfe_s_selection()
2181 s->r = vpfe->crop = r; in vpfe_s_selection()