Lines Matching refs:sub
11 * distribute, sub license, and/or sell copies of the Software, and to
220 vlVaSubpicture *sub;
234 sub = ((vlVaSubpicture **)surf->subpics.data)[i];
235 if (!sub)
238 buf = handle_table_get(drv->htab, sub->image->buf);
245 box.width = sub->dst_rect.x1 - sub->dst_rect.x0;
246 box.height = sub->dst_rect.y1 - sub->dst_rect.y0;
249 s = &sub->src_rect;
250 d = &sub->dst_rect;
292 upload_sampler(drv->pipe, sub->sampler, &box, buf->data,
293 sub->image->pitches[0], 0, 0);
294 vl_compositor_set_rgba_layer(&drv->cstate, &drv->compositor, 0, sub->sampler,