Lines Matching defs:sel
702 struct v4l2_selection *sel)
710 if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
715 switch (sel->target) {
721 sel->r.left = val;
726 sel->r.top = val;
731 sel->r.width = val;
736 sel->r.height = val;
740 sel->r = cap.defrect;
744 sel->r = cap.bounds;
753 struct v4l2_selection *sel)
759 if (sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ||
760 sel->target != V4L2_SEL_TGT_CROP)
764 sel->r.left);
769 sel->r.top);
774 sel->r.width);
779 sel->r.height);