Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c300 SpuVobsubPixCtrlI *next_pix_ctrl; in gstspu_vobsub_render_line_with_chgcol() local
325 next_pix_ctrl = cur_pix_ctrl; in gstspu_vobsub_render_line_with_chgcol()
330 next_pix_ctrl = cur_pix_ctrl + 1; in gstspu_vobsub_render_line_with_chgcol()
332 if (next_pix_ctrl < end_pix_ctrl) in gstspu_vobsub_render_line_with_chgcol()
333 cur_reg_end = next_pix_ctrl->left; in gstspu_vobsub_render_line_with_chgcol()
358 cur_pix_ctrl = next_pix_ctrl; in gstspu_vobsub_render_line_with_chgcol()
359 next_pix_ctrl++; in gstspu_vobsub_render_line_with_chgcol()
361 if (next_pix_ctrl < end_pix_ctrl) in gstspu_vobsub_render_line_with_chgcol()
362 cur_reg_end = next_pix_ctrl->left; in gstspu_vobsub_render_line_with_chgcol()