Lines Matching refs:SpuState
37 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_recalc_palette()
72 gstspu_vobsub_update_palettes (GstDVDSpu * dvdspu, SpuState * state) in gstspu_vobsub_update_palettes()
134 gstspu_vobsub_get_nibble (SpuState * state, guint16 * rle_offset) in gstspu_vobsub_get_nibble()
154 gstspu_vobsub_get_rle_code (SpuState * state, guint16 * rle_offset) in gstspu_vobsub_get_rle_code()
172 gstspu_vobsub_draw_rle_run (SpuState * state, gint16 x, gint16 end, in gstspu_vobsub_draw_rle_run()
210 static gboolean gstspu_vobsub_render_line_with_chgcol (SpuState * state,
212 static gboolean gstspu_vobsub_update_chgcol (SpuState * state);
215 gstspu_vobsub_render_line (SpuState * state, guint8 * planes[3], in gstspu_vobsub_render_line()
265 gstspu_vobsub_update_chgcol (SpuState * state) in gstspu_vobsub_update_chgcol()
292 gstspu_vobsub_render_line_with_chgcol (SpuState * state, guint8 * planes[3], in gstspu_vobsub_render_line_with_chgcol()
373 gstspu_vobsub_blend_comp_buffers (SpuState * state, guint8 * planes[3]) in gstspu_vobsub_blend_comp_buffers()
386 gstspu_vobsub_clear_comp_buffers (SpuState * state) in gstspu_vobsub_clear_comp_buffers()
398 gstspu_vobsub_draw_highlight (SpuState * state, in gstspu_vobsub_draw_highlight()
424 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_render()