Lines Matching refs:which
1690 unsigned int pad, enum v4l2_subdev_format_whence which) in __preview_get_format() argument
1692 if (which == V4L2_SUBDEV_FORMAT_TRY) in __preview_get_format()
1700 enum v4l2_subdev_format_whence which) in __preview_get_crop() argument
1702 if (which == V4L2_SUBDEV_FORMAT_TRY) in __preview_get_crop()
1741 enum v4l2_subdev_format_whence which) in preview_try_format() argument
1780 *fmt = *__preview_get_format(prev, cfg, PREV_PAD_SINK, which); in preview_try_format()
1798 crop = __preview_get_crop(prev, cfg, which); in preview_try_format()
1908 preview_try_format(prev, cfg, fse->pad, &format, fse->which); in preview_enum_frame_size()
1918 preview_try_format(prev, cfg, fse->pad, &format, fse->which); in preview_enum_frame_size()
1953 sel->which); in preview_get_selection()
1958 sel->r = *__preview_get_crop(prev, cfg, sel->which); in preview_get_selection()
1998 sel->r = *__preview_get_crop(prev, cfg, sel->which); in preview_set_selection()
2002 format = __preview_get_format(prev, cfg, PREV_PAD_SINK, sel->which); in preview_set_selection()
2004 *__preview_get_crop(prev, cfg, sel->which) = sel->r; in preview_set_selection()
2007 format = __preview_get_format(prev, cfg, PREV_PAD_SOURCE, sel->which); in preview_set_selection()
2008 preview_try_format(prev, cfg, PREV_PAD_SOURCE, format, sel->which); in preview_set_selection()
2026 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_get_format()
2048 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_set_format()
2052 preview_try_format(prev, cfg, fmt->pad, &fmt->format, fmt->which); in preview_set_format()
2058 crop = __preview_get_crop(prev, cfg, fmt->which); in preview_set_format()
2068 fmt->which); in preview_set_format()
2070 fmt->which); in preview_set_format()
2092 format.which = fh ? V4L2_SUBDEV_FORMAT_TRY : V4L2_SUBDEV_FORMAT_ACTIVE; in preview_init_formats()