Lines Matching defs:which
138 enum v4l2_subdev_format_whence which)
140 if (which == V4L2_SUBDEV_FORMAT_TRY)
149 enum v4l2_subdev_format_whence which)
151 if (which == V4L2_SUBDEV_FORMAT_TRY)
165 format->which);
177 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE && vscaler->src_frame)
180 fmt = vimc_scaler_pad_format(vscaler, sd_state, format->pad, format->which);
218 crop = vimc_scaler_pad_crop(vscaler, sd_state, format->which);
225 format->which);
246 sel->r = *vimc_scaler_pad_crop(vscaler, sd_state, sel->which);
250 sel->which);
283 if (sel->which == V4L2_SUBDEV_FORMAT_ACTIVE && vscaler->src_frame)
286 crop_rect = vimc_scaler_pad_crop(vscaler, sd_state, sel->which);
288 sel->which);