Lines Matching defs:height
483 if (cap->bounds.height > cptr->hdw->croph_val) {
484 *top += cap->bounds.height - cptr->hdw->croph_val;
505 static int ctrl_croph_max_get(struct pvr2_ctrl *cptr, int *height)
514 btopend = cap->bounds.top+cap->bounds.height;
517 *height = ctop < btopend ? btopend-ctop : 0;
561 *val = cap->bounds.height;
605 *val = cap->defrect.height;
1083 .desc = "Capture crop height",
1117 .desc = "Capture capability bounds height",
2925 format.format.height = hdw->res_ver_val;
2928 format.format.width, format.format.height);