Lines Matching defs:width
458 if (cap->bounds.width > cptr->hdw->cropw_val) {
459 *left += cap->bounds.width - cptr->hdw->cropw_val;
489 static int ctrl_cropw_max_get(struct pvr2_ctrl *cptr, int *width)
498 bleftend = cap->bounds.left+cap->bounds.width;
501 *width = cleft < bleftend ? bleftend-cleft : 0;
550 *val = cap->bounds.width;
594 *val = cap->defrect.width;
1074 .desc = "Capture crop width",
1112 .desc = "Capture capability bounds width",
2924 format.format.width = hdw->res_hor_val;
2928 format.format.width, format.format.height);