Home
last modified time | relevance | path

Searched refs:n_changes (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c74 guint8 n_changes; in gst_dvd_spu_parse_chg_colcon() local
84 n_changes = CLAMP ((cur[2] >> 4), 1, 8); in gst_dvd_spu_parse_chg_colcon()
85 cur += 4 + (6 * n_changes); in gst_dvd_spu_parse_chg_colcon()
99 guint8 n_changes = CLAMP ((cur[2] >> 4), 1, 8); in gst_dvd_spu_parse_chg_colcon() local
102 cur_line_ctrl->n_changes = n_changes; in gst_dvd_spu_parse_chg_colcon()
107 i, cur_line_ctrl->top, cur_line_ctrl->bottom, n_changes); in gst_dvd_spu_parse_chg_colcon()
110 for (c = 0; c < n_changes; c++) { in gst_dvd_spu_parse_chg_colcon()
Dgstspu-vobsub.h40 guint8 n_changes; /* 1 to 8 */ member
Dgstspu-vobsub-render.c101 state->vobsub.hl_ctrl_i.n_changes = 3; in gstspu_vobsub_update_palettes()
114 for (c = 0; c < cur_line_ctrl->n_changes; c++) { in gstspu_vobsub_update_palettes()
322 end_pix_ctrl = chg_col->pix_ctrl_i + chg_col->n_changes; in gstspu_vobsub_render_line_with_chgcol()