Lines Matching defs:width
48 def->width = surf->templat.width;
72 src_rect.x1 = src_region->x + src_region->width;
77 dst_rect.x1 = dst_region->x + dst_region->width;
94 unsigned x, y, width, height;
98 width = region->width;
104 vl_video_buffer_adjust_size(&width, &height, plane,
110 box->width = width;
134 src_rect.x1 = src_region->x + src_region->width;
139 dst_rect.x1 = dst_region->x + dst_region->width;
204 if ((src->width != dst->width || src->height != dst->height) &&
231 src_rect.x1 = src_region->x + src_region->width;
236 dst_rect.x1 = dst_region->x + dst_region->width;
326 if (context->deint && (context->deint->video_width != current->width ||
335 if (!vl_deint_filter_init(context->deint, drv->pipe, current->width,