Home
last modified time | relevance | path

Searched refs:line_ctrl_i (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c64 if (state->vobsub.line_ctrl_i != NULL) { in gst_dvd_spu_parse_chg_colcon()
65 g_free (state->vobsub.line_ctrl_i); in gst_dvd_spu_parse_chg_colcon()
66 state->vobsub.line_ctrl_i = NULL; in gst_dvd_spu_parse_chg_colcon()
94 state->vobsub.line_ctrl_i = g_new (SpuVobsubLineCtrlI, n_entries); in gst_dvd_spu_parse_chg_colcon()
98 SpuVobsubLineCtrlI *cur_line_ctrl = state->vobsub.line_ctrl_i + i; in gst_dvd_spu_parse_chg_colcon()
354 if (state->vobsub.line_ctrl_i != NULL) { in gstspu_vobsub_handle_new_buf()
355 g_free (state->vobsub.line_ctrl_i); in gstspu_vobsub_handle_new_buf()
356 state->vobsub.line_ctrl_i = NULL; in gstspu_vobsub_handle_new_buf()
520 if (state->vobsub.line_ctrl_i != NULL) { in gstspu_vobsub_flush()
521 g_free (state->vobsub.line_ctrl_i); in gstspu_vobsub_flush()
[all …]
Dgstspu-vobsub.h78 SpuVobsubLineCtrlI *line_ctrl_i; member
Dgstspu-vobsub-render.c112 SpuVobsubLineCtrlI *cur_line_ctrl = state->vobsub.line_ctrl_i + l; in gstspu_vobsub_update_palettes()
278 (gint16) (state->vobsub.cur_chg_col - state->vobsub.line_ctrl_i), in gstspu_vobsub_update_chgcol()
473 state->vobsub.cur_chg_col = state->vobsub.line_ctrl_i; in gstspu_vobsub_render()
/third_party/gstreamer/gstplugins_bad/
DChangeLog214995 …gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based on an ide…
214998 Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based