Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c461 state->vobsub.cur_offsets[0] = state->vobsub.pix_data[0] * 2; in gstspu_vobsub_render()
462 state->vobsub.cur_offsets[1] = state->vobsub.pix_data[1] * 2; in gstspu_vobsub_render()
575 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
601 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
614 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
644 &state->vobsub.cur_offsets[offset_index]); in gstspu_vobsub_render()
Dgstspu-vobsub.h91 guint16 cur_offsets[2]; member