Lines Matching defs:sel
1108 struct v4l2_subdev_selection *sel)
1111 struct v4l2_rect *rect = &sel->r;
1115 if (sel->target != V4L2_SEL_TGT_CROP)
1138 sel->which == V4L2_SUBDEV_FORMAT_TRY)
1141 crop = tvp5150_get_pad_crop(decoder, sd_state, sel->pad, sel->which);
1149 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE &&
1160 struct v4l2_subdev_selection *sel)
1166 switch (sel->target) {
1168 sel->r.left = 0;
1169 sel->r.top = 0;
1170 sel->r.width = TVP5150_H_MAX;
1178 sel->r.height = TVP5150_V_MAX_525_60;
1180 sel->r.height = TVP5150_V_MAX_OTHERS;
1183 crop = tvp5150_get_pad_crop(decoder, sd_state, sel->pad,
1184 sel->which);
1187 sel->r = *crop;