Searched refs:comp_bufs (Results 1 – 5 of 5) sorted by relevance
42 memset (state->comp_bufs[0] + left, 0, uv_width); in gstspu_clear_comp_buffers()43 memset (state->comp_bufs[1] + left, 0, uv_width); in gstspu_clear_comp_buffers()44 memset (state->comp_bufs[2] + left, 0, uv_width); in gstspu_clear_comp_buffers()72 in_U = state->comp_bufs[0]; /* U comp buffer */ in gstspu_blend_comp_buffers()73 in_V = state->comp_bufs[1]; /* V comp buffer */ in gstspu_blend_comp_buffers()74 in_A = state->comp_bufs[2]; /* A comp buffer */ in gstspu_blend_comp_buffers()
239 state->vobsub.out_U = state->comp_bufs[0]; in gstspu_vobsub_render_line()240 state->vobsub.out_V = state->comp_bufs[1]; in gstspu_vobsub_render_line()241 state->vobsub.out_A = state->comp_bufs[2]; in gstspu_vobsub_render_line()308 state->vobsub.out_U = state->comp_bufs[0]; in gstspu_vobsub_render_line_with_chgcol()309 state->vobsub.out_V = state->comp_bufs[1]; in gstspu_vobsub_render_line_with_chgcol()310 state->vobsub.out_A = state->comp_bufs[2]; in gstspu_vobsub_render_line_with_chgcol()
74 guint32 *comp_bufs[3]; /* Compositing buffers for U+V & A */ member
217 if (dvdspu->spu_state.comp_bufs[i] != NULL) { in gst_dvd_spu_finalize()218 g_free (dvdspu->spu_state.comp_bufs[i]); in gst_dvd_spu_finalize()219 dvdspu->spu_state.comp_bufs[i] = NULL; in gst_dvd_spu_finalize()338 state->comp_bufs[i] = g_realloc (state->comp_bufs[i], in gst_dvd_spu_video_set_caps()
276 state->comp_bufs[0][x / 2] += colour->U; in pgs_composition_object_render()277 state->comp_bufs[1][x / 2] += colour->V; in pgs_composition_object_render()278 state->comp_bufs[2][x / 2] += colour->A; in pgs_composition_object_render()