Searched refs:__preview_get_format (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isppreview.c | 1685 __preview_get_format(struct isp_prev_device *prev, struct v4l2_subdev_pad_config *cfg, in __preview_get_format() function 1776 *fmt = *__preview_get_format(prev, cfg, PREV_PAD_SINK, which); in preview_try_format() 1948 format = __preview_get_format(prev, cfg, PREV_PAD_SINK, in preview_get_selection() 1998 format = __preview_get_format(prev, cfg, PREV_PAD_SINK, sel->which); in preview_set_selection() 2003 format = __preview_get_format(prev, cfg, PREV_PAD_SOURCE, sel->which); in preview_set_selection() 2022 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_get_format() 2044 format = __preview_get_format(prev, cfg, fmt->pad, fmt->which); in preview_set_format() 2063 format = __preview_get_format(prev, cfg, PREV_PAD_SOURCE, in preview_set_format()
|