Lines Matching full:compose
149 /* Reset the compose rectangle. */ in brx_set_format()
151 struct v4l2_rect *compose; in brx_set_format() local
153 compose = v4l2_subdev_state_get_compose(state, fmt->pad); in brx_set_format()
154 compose->left = 0; in brx_set_format()
155 compose->top = 0; in brx_set_format()
156 compose->width = format->width; in brx_set_format()
157 compose->height = format->height; in brx_set_format()
216 struct v4l2_rect *compose; in brx_set_selection() local
234 * The compose rectangle top left corner must be inside the output in brx_set_selection()
242 * Scaling isn't supported, the compose rectangle size must be identical in brx_set_selection()
249 compose = v4l2_subdev_state_get_compose(state, sel->pad); in brx_set_selection()
250 *compose = sel->r; in brx_set_selection()