Lines Matching defs:which

70  * which filters are enabled. To avoid format changes when the filters are
71 * enabled or disabled (which would prevent them from being turned on or off
1055 * which processing blocks are enabled. The driver assumes all those blocks are
1125 * Configures the memory address from which the input frame is to be read.
1153 * Configures the memory address to which the output frame is written.
1683 unsigned int pad, enum v4l2_subdev_format_whence which)
1685 if (which == V4L2_SUBDEV_FORMAT_TRY)
1693 enum v4l2_subdev_format_whence which)
1695 if (which == V4L2_SUBDEV_FORMAT_TRY)
1726 * @which: try/active format selector
1734 enum v4l2_subdev_format_whence which)
1773 *fmt = *__preview_get_format(prev, cfg, PREV_PAD_SINK, which);
1791 crop = __preview_get_crop(prev, cfg, which);
1809 * depending on which filters are enabled. Enforce minimum crop margins to
1825 * know which filters will be enabled, increase the left and right
1901 preview_try_format(prev, cfg, fse->pad, &format, fse->which);
1911 preview_try_format(prev, cfg, fse->pad, &format, fse->which);
1946 sel->which);
1951 sel->r = *__preview_get_crop(prev, cfg, sel->which);
1991 sel->r = *__preview_get_crop(prev, cfg, sel->which);
1995 format = __preview_get_format(prev, cfg, PREV_PAD_SINK, sel->which);
1997 *__preview_get_crop(prev, cfg, sel->which) = sel->r;
2000 format = __preview_get_format(prev, cfg, PREV_PAD_SOURCE, sel->which);
2001 preview_try_format(prev, cfg, PREV_PAD_SOURCE, format, sel->which);
2019 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which);
2041 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which);
2045 preview_try_format(prev, cfg, fmt->pad, &fmt->format, fmt->which);
2051 crop = __preview_get_crop(prev, cfg, fmt->which);
2061 fmt->which);
2063 fmt->which);
2085 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE;