Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c177 state->vobsub.cur_Y, x, end, colour->Y, colour->U, colour->V, colour->A); in gstspu_vobsub_draw_rle_run()
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()
255 if (state->vobsub.cur_Y >= state->vobsub.clip_rect.top && in gstspu_vobsub_render_line()
256 state->vobsub.cur_Y <= state->vobsub.clip_rect.bottom) in gstspu_vobsub_render_line()
270 if (state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) 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()
562 state->vobsub.cur_Y = y; in gstspu_vobsub_render()
563 if (state->vobsub.cur_Y & 0x1) { in gstspu_vobsub_render()
[all …]
Dgstspu-vobsub.h88 gint16 cur_Y; member