Lines Matching refs:dvdspu
55 gst_dvd_spu_parse_chg_colcon (GstDVDSpu * dvdspu, guint8 * data, guint8 * end) in gst_dvd_spu_parse_chg_colcon() argument
57 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_parse_chg_colcon()
68 GST_DEBUG_OBJECT (dvdspu, "Change Color & Contrast. Pixel data = %d bytes", in gst_dvd_spu_parse_chg_colcon()
106 GST_LOG_OBJECT (dvdspu, "ChgColcon Entry %d Top: %d Bottom: %d Changes: %d", in gst_dvd_spu_parse_chg_colcon()
115 GST_LOG_OBJECT (dvdspu, " %d: left: %d palette 0x%x", c, in gst_dvd_spu_parse_chg_colcon()
123 gst_dvd_spu_exec_cmd_blk (GstDVDSpu * dvdspu, guint8 * data, guint8 * end) in gst_dvd_spu_exec_cmd_blk() argument
125 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_exec_cmd_blk()
134 GST_DEBUG_OBJECT (dvdspu, " Forced Display"); in gst_dvd_spu_exec_cmd_blk()
139 GST_DEBUG_OBJECT (dvdspu, " Display On"); in gst_dvd_spu_exec_cmd_blk()
144 GST_DEBUG_OBJECT (dvdspu, " Display Off"); in gst_dvd_spu_exec_cmd_blk()
159 GST_DEBUG_OBJECT (dvdspu, in gst_dvd_spu_exec_cmd_blk()
177 GST_DEBUG_OBJECT (dvdspu, in gst_dvd_spu_exec_cmd_blk()
195 GST_DEBUG_OBJECT (dvdspu, in gst_dvd_spu_exec_cmd_blk()
212 GST_DEBUG_OBJECT (dvdspu, " Set Pixel Data Offsets top: %u bot: %u", in gst_dvd_spu_exec_cmd_blk()
221 GST_DEBUG_OBJECT (dvdspu, " Set Color & Contrast Change"); in gst_dvd_spu_exec_cmd_blk()
231 gst_dvd_spu_parse_chg_colcon (dvdspu, data + 2, data + field_size); in gst_dvd_spu_exec_cmd_blk()
238 GST_DEBUG_OBJECT (dvdspu, " END"); in gst_dvd_spu_exec_cmd_blk()
246 gst_dvd_spu_finish_spu_buf (GstDVDSpu * dvdspu) in gst_dvd_spu_finish_spu_buf() argument
248 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_finish_spu_buf()
253 GST_DEBUG_OBJECT (dvdspu, "Finished SPU buffer"); in gst_dvd_spu_finish_spu_buf()
257 gst_dvd_spu_setup_cmd_blk (GstDVDSpu * dvdspu, guint16 cmd_blk_offset, in gst_dvd_spu_setup_cmd_blk() argument
260 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_setup_cmd_blk()
265 GST_DEBUG_OBJECT (dvdspu, "No valid command block"); in gst_dvd_spu_setup_cmd_blk()
273 GST_DEBUG_OBJECT (dvdspu, "Setup CMD Block @ %u with TS %" GST_TIME_FORMAT, in gst_dvd_spu_setup_cmd_blk()
280 gst_dvd_spu_dump_dcsq (GstDVDSpu * dvdspu, in gst_dvd_spu_dump_dcsq() argument
318 gst_dvd_spu_exec_cmd_blk (dvdspu, data, end); in gst_dvd_spu_dump_dcsq()
324 gstspu_vobsub_handle_new_buf (GstDVDSpu * dvdspu, GstClockTime event_ts, in gstspu_vobsub_handle_new_buf() argument
329 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_handle_new_buf()
332 gst_dvd_spu_dump_dcsq (dvdspu, event_ts, buf); in gstspu_vobsub_handle_new_buf()
351 gst_dvd_spu_setup_cmd_blk (dvdspu, state->vobsub.cur_cmd_blk, start, end); in gstspu_vobsub_handle_new_buf()
363 gst_dvd_spu_finish_spu_buf (dvdspu); in gstspu_vobsub_handle_new_buf()
367 gstspu_vobsub_execute_event (GstDVDSpu * dvdspu) in gstspu_vobsub_execute_event() argument
372 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_execute_event()
378 GST_DEBUG_OBJECT (dvdspu, "Executing cmd blk with TS %" GST_TIME_FORMAT in gstspu_vobsub_execute_event()
391 gst_dvd_spu_finish_spu_buf (dvdspu); in gstspu_vobsub_execute_event()
395 gst_dvd_spu_exec_cmd_blk (dvdspu, cmd_blk + 4, end); in gstspu_vobsub_execute_event()
400 ret = gst_dvd_spu_setup_cmd_blk (dvdspu, next_blk, start, end); in gstspu_vobsub_execute_event()
406 gst_dvd_spu_finish_spu_buf (dvdspu); in gstspu_vobsub_execute_event()
414 gstspu_vobsub_handle_dvd_event (GstDVDSpu * dvdspu, GstEvent * event) in gstspu_vobsub_handle_dvd_event() argument
418 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_handle_dvd_event()
464 GST_INFO_OBJECT (dvdspu, "Highlight rect is now (%d,%d) to (%d,%d)", in gstspu_vobsub_handle_dvd_event()
473 GST_INFO_OBJECT (dvdspu, "Highlight off"); in gstspu_vobsub_handle_dvd_event()
496 gstspu_vobsub_flush (GstDVDSpu * dvdspu) in gstspu_vobsub_flush() argument
498 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_flush()