Lines Matching defs:width
46 unsigned int width, unsigned int height, int flags,
107 "[XvMC] max width=%u, max height=%u\n" \
111 "[XvMC] subpicture max width=%u, max height=%u\n",
131 if (width > max_width || height > max_height) {
133 width, height, max_width, max_height);
182 int width, int height, int flags, XvMCContext *context)
205 ret = Validate(dpy, port, surface_type_id, width, height, flags,
253 templat.width = width;
307 context->width = width;