Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c297 gint16 x, next_x, disp_end, rle_code, run_end, run_draw_end; in gstspu_vobsub_render_line_with_chgcol() local
317 disp_end = state->vobsub.disp_rect.right + 1; in gstspu_vobsub_render_line_with_chgcol()
335 cur_reg_end = disp_end; in gstspu_vobsub_render_line_with_chgcol()
338 while (x < disp_end) { in gstspu_vobsub_render_line_with_chgcol()
340 next_x = rle_end_x (rle_code, x, disp_end); in gstspu_vobsub_render_line_with_chgcol()
364 cur_reg_end = disp_end; in gstspu_vobsub_render_line_with_chgcol()