Home | History | Annotate | Download | only in xvmc

Lines Matching refs:height

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)
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,
252 width, height, 2,
304 context->height = height;