Home | History | Annotate | Download | only in xvmc

Lines Matching full:cstate

351    struct vl_compositor_state *cstate;
382 cstate = &context_priv->cstate;
411 vl_compositor_clear_layers(cstate);
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer,
421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette,
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler,
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
436 vl_compositor_render(cstate, compositor, surf, dirty_area);