Lines Matching full:compose
157 /* Reset the compose rectangle. */ in brx_set_format()
159 struct v4l2_rect *compose; in brx_set_format() local
161 compose = brx_get_compose(brx, config, fmt->pad); in brx_set_format()
162 compose->left = 0; in brx_set_format()
163 compose->top = 0; in brx_set_format()
164 compose->width = format->width; in brx_set_format()
165 compose->height = format->height; in brx_set_format()
225 struct v4l2_rect *compose; in brx_set_selection() local
244 * The compose rectangle top left corner must be inside the output in brx_set_selection()
253 * Scaling isn't supported, the compose rectangle size must be identical in brx_set_selection()
260 compose = brx_get_compose(brx, config, sel->pad); in brx_set_selection()
261 *compose = sel->r; in brx_set_selection()