Lines Matching full:compose
156 /* Reset the compose rectangle. */ in brx_set_format()
158 struct v4l2_rect *compose; in brx_set_format() local
160 compose = brx_get_compose(brx, config, fmt->pad); in brx_set_format()
161 compose->left = 0; in brx_set_format()
162 compose->top = 0; in brx_set_format()
163 compose->width = format->width; in brx_set_format()
164 compose->height = format->height; in brx_set_format()
224 struct v4l2_rect *compose; in brx_set_selection() local
242 * The compose rectangle top left corner must be inside the output in brx_set_selection()
251 * Scaling isn't supported, the compose rectangle size must be identical in brx_set_selection()
258 compose = brx_get_compose(brx, config, sel->pad); in brx_set_selection()
259 *compose = sel->r; in brx_set_selection()