Lines Matching defs:height
64 unsigned *width, unsigned *height)
67 *height = p_surf->templat.height;
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))
127 img->height = height;
129 h = align(height, 2);
279 img->height = surf->templat.height;
284 h = align(surf->buffer->height, 2);
359 src_rect.y1 = dst_rect.y1 = surf->templat.height;
381 h = align(new_buffer->height, 2);
468 unsigned int width, unsigned int height, VAImageID image)
504 y + height > surf->templat.height) {
510 height > vaimage->height) {
570 unsigned box_h = align(height, 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);