Home
last modified time | relevance | path

Searched refs:cur_chg_col (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c224 if (state->vobsub.cur_chg_col != NULL) { in gstspu_vobsub_render_line()
227 if (state->vobsub.cur_Y >= state->vobsub.cur_chg_col->top && in gstspu_vobsub_render_line()
228 state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) { in gstspu_vobsub_render_line()
267 if (state->vobsub.cur_chg_col == NULL) in gstspu_vobsub_update_chgcol()
270 if (state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) in gstspu_vobsub_update_chgcol()
273 while (state->vobsub.cur_chg_col < state->vobsub.cur_chg_col_end) { in gstspu_vobsub_update_chgcol()
274 if (state->vobsub.cur_Y >= state->vobsub.cur_chg_col->top && in gstspu_vobsub_update_chgcol()
275 state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) { in gstspu_vobsub_update_chgcol()
278 (gint16) (state->vobsub.cur_chg_col - state->vobsub.line_ctrl_i), in gstspu_vobsub_update_chgcol()
279 state->vobsub.cur_chg_col->top, state->vobsub.cur_chg_col->bottom, y); in gstspu_vobsub_update_chgcol()
[all …]
Dgstspu-vobsub.h95 SpuVobsubLineCtrlI *cur_chg_col; member