Searched refs:hl_alpha (Results 1 – 3 of 3) sorted by relevance
448 state->vobsub.hl_alpha[3] = ((guint32) (val) >> 12) & 0x0f; in gstspu_vobsub_handle_dvd_event()449 state->vobsub.hl_alpha[2] = ((guint32) (val) >> 8) & 0x0f; in gstspu_vobsub_handle_dvd_event()450 state->vobsub.hl_alpha[1] = ((guint32) (val) >> 4) & 0x0f; in gstspu_vobsub_handle_dvd_event()451 state->vobsub.hl_alpha[0] = ((guint32) (val) >> 0) & 0x0f; in gstspu_vobsub_handle_dvd_event()
67 guint8 hl_alpha[4]; /* Alpha values for highlight palette */ member
93 state->vobsub.hl_alpha); in gstspu_vobsub_update_palettes()