Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c193 *(state->vobsub.comp_last_x_ptr) = end - 1; /* end is the start of the *next* run */ in gstspu_vobsub_draw_rle_run()
572 state->vobsub.comp_last_x_ptr = state->vobsub.comp_last_x + 1; in gstspu_vobsub_render()
599 state->vobsub.comp_last_x_ptr = state->vobsub.comp_last_x; in gstspu_vobsub_render()
611 state->vobsub.comp_last_x_ptr = state->vobsub.comp_last_x + 1; in gstspu_vobsub_render()
641 state->vobsub.comp_last_x_ptr = state->vobsub.comp_last_x; in gstspu_vobsub_render()
Dgstspu-vobsub.h85 gint16 *comp_last_x_ptr; /* Ptr to the current comp_last_x value to be updated by the render */ member