Home
last modified time | relevance | path

Searched refs:comp_bufs (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu-render.c42 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()
Dgstspu-vobsub-render.c239 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()
Dgstdvdspu.h74 guint32 *comp_bufs[3]; /* Compositing buffers for U+V & A */ member
Dgstdvdspu.c217 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()
Dgstspu-pgs.c276 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()