Lines Matching full:surf
223 vlVdpSurface *surf;
234 surf = vlGetDataHTAB(video_surface_current);
235 if (!surf)
238 if (surf->device != vmixer->device)
241 if (vmixer->video_width > surf->video_buffer->width ||
242 vmixer->video_height > surf->video_buffer->height ||
243 vmixer->chroma_format != surf->video_buffer->chroma_format)
288 rect.x1 = surf->templat.width;
289 rect.y1 = surf->templat.height;
292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace);