Searched defs:SpuVobsubState (Results 1 – 1 of 1) sorted by relevance
25 typedef struct SpuVobsubState SpuVobsubState; typedef47 struct SpuVobsubState { struct48 GstClockTime base_ts; /* base TS for cmd blk delays in running time */49 GstBuffer *buf; /* Current SPU packet we're executing commands from */50 guint16 cur_cmd_blk; /* Offset into the buf for the current cmd block */53 guint16 pix_data[2]; 54 GstBuffer *pix_buf; /* Current SPU packet the pix_data references */55 GstMapInfo pix_buf_map; /* Mapped buffer info */57 SpuRect disp_rect;58 SpuRect clip_rect;[all …]