• Home
  • Raw
  • Download

Lines Matching refs:cstate

122    vl_compositor_init_state(&vlsurface->cstate, pipe);  in vlVdpOutputSurfaceCreate()
150 vl_compositor_cleanup_state(&vlsurface->cstate); in vlVdpOutputSurfaceDestroy()
283 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
301 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsIndexed()
390 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsIndexed()
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsIndexed()
422 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
439 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsYCbCr()
491 vl_compositor_set_csc_matrix(cstate, (const vl_csc_matrix*)&csc); in vlVdpOutputSurfacePutBitsYCbCr()
493 vl_compositor_set_csc_matrix(cstate, csc_matrix); in vlVdpOutputSurfacePutBitsYCbCr()
496 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsYCbCr()
497 vl_compositor_set_buffer_layer(cstate, compositor, 0, vbuffer, NULL, NULL, VL_COMPOSITOR_WEAVE); in vlVdpOutputSurfacePutBitsYCbCr()
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsYCbCr()
499 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsYCbCr()
636 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderOutputSurface() local
659 cstate = &dst_vlsurface->cstate; in vlVdpOutputSurfaceRenderOutputSurface()
663 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfaceRenderOutputSurface()
664 vl_compositor_set_layer_blend(cstate, 0, blend, false); in vlVdpOutputSurfaceRenderOutputSurface()
665 vl_compositor_set_rgba_layer(cstate, compositor, 0, src_vlsurface->sampler_view, in vlVdpOutputSurfaceRenderOutputSurface()
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderOutputSurface()
669 vl_compositor_render(cstate, compositor, dst_vlsurface->surface, NULL); in vlVdpOutputSurfaceRenderOutputSurface()
695 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderBitmapSurface() local
715 cstate = &dst_vlsurface->cstate; in vlVdpOutputSurfaceRenderBitmapSurface()
722 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfaceRenderBitmapSurface()
723 vl_compositor_set_layer_blend(cstate, 0, blend, false); in vlVdpOutputSurfaceRenderBitmapSurface()
724 vl_compositor_set_rgba_layer(cstate, compositor, 0, src_vlsurface->sampler_view, in vlVdpOutputSurfaceRenderBitmapSurface()
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderBitmapSurface()
728 vl_compositor_render(cstate, compositor, dst_vlsurface->surface, NULL); in vlVdpOutputSurfaceRenderBitmapSurface()