Lines Matching defs:compose
237 struct v4l2_rect vdev_compose; /* The compose rectangle */
1117 struct v4l2_rect *compose)
1122 if (compose) {
1123 compose->width = pixfmt->width;
1124 compose->height = pixfmt->height;
1193 /* The compose rectangle is fixed to the source format. */
1405 * node. It is sufficient to check the compose rectangle size without
1407 * derived directly from the compose rectangle size, and will thus
1408 * always match if the compose rectangle matches.
1597 /* Initialize the default format and compose rectangle. */