Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c443 state->vobsub.hl_idx[3] = ((guint32) (val) >> 28) & 0x0f; in gstspu_vobsub_handle_dvd_event()
444 state->vobsub.hl_idx[2] = ((guint32) (val) >> 24) & 0x0f; in gstspu_vobsub_handle_dvd_event()
445 state->vobsub.hl_idx[1] = ((guint32) (val) >> 20) & 0x0f; in gstspu_vobsub_handle_dvd_event()
446 state->vobsub.hl_idx[0] = ((guint32) (val) >> 16) & 0x0f; in gstspu_vobsub_handle_dvd_event()
Dgstspu-vobsub.h66 guint8 hl_idx[4]; /* Indices for current highlight palette */ member
Dgstspu-vobsub-render.c92 state->vobsub.hl_ctrl_i.pix_ctrl_i[1].pal_cache, state->vobsub.hl_idx, in gstspu_vobsub_update_palettes()