Lines Matching defs:width
64 unsigned *width, unsigned *height)
66 *width = p_surf->templat.width;
69 vl_video_buffer_adjust_size(width, height, component,
103 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
113 if (!(format && image && width && height))
126 img->width = width;
128 w = align(width, 2);
278 img->width = surf->templat.width;
283 w = align(surf->buffer->width, 2);
357 src_rect.x1 = dst_rect.x1 = surf->templat.width;
380 w = align(new_buffer->width, 2);
468 unsigned int width, unsigned int height, VAImageID image)
503 if (x + width > surf->templat.width ||
509 if (width > vaimage->width ||
569 unsigned box_w = align(width, 2);
594 map, box.width, box.height);
599 box.width, box.height, map, transfer->stride, 0, 0);
703 unsigned width, height;
709 vlVaVideoSurfaceSize(surf, i, &width, &height);
711 struct pipe_box dst_box = {0, 0, j, width, height, 1};
732 map, dst_box.width, dst_box.height);