Lines Matching defs:plane_id
58 uint32_t plane_id;
111 ctx->plane_id, fb->width, fb->height);
175 ctx->plane_id, fb->pixel_format);
182 ctx->plane_id, fb->width, fb->height);
285 plane = drmModeGetPlane(ctx->hwctx->fd, ctx->plane_id);
289 "%"PRIu32": %s.\n", ctx->plane_id, strerror(err));
295 "an associated framebuffer.\n", ctx->plane_id);
475 plane->plane_id, plane->crtc_id, plane->fb_id);
502 "locate framebuffers.\n", plane->plane_id);
505 ctx->plane_id = plane->plane_id;
694 { "plane_id", "Plane ID to define capture source",