Home
last modified time | relevance | path

Searched refs:vobsub (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c40 if (state->vobsub.current_clut[idx[0]] != 0) { in gstspu_vobsub_recalc_palette()
42 guint32 col = state->vobsub.current_clut[idx[i]]; in gstspu_vobsub_recalc_palette()
77 if (state->vobsub.main_pal_dirty) { in gstspu_vobsub_update_palettes()
78 gstspu_vobsub_recalc_palette (dvdspu, state->vobsub.main_pal, in gstspu_vobsub_update_palettes()
79 state->vobsub.main_idx, state->vobsub.main_alpha); in gstspu_vobsub_update_palettes()
82 memcpy (state->vobsub.hl_ctrl_i.pix_ctrl_i[0].pal_cache, in gstspu_vobsub_update_palettes()
83 state->vobsub.main_pal, 4 * sizeof (SpuColour)); in gstspu_vobsub_update_palettes()
84 memcpy (state->vobsub.hl_ctrl_i.pix_ctrl_i[2].pal_cache, in gstspu_vobsub_update_palettes()
85 state->vobsub.main_pal, 4 * sizeof (SpuColour)); in gstspu_vobsub_update_palettes()
87 state->vobsub.main_pal_dirty = FALSE; in gstspu_vobsub_update_palettes()
[all …]
Dgstspu-vobsub.c63 state->vobsub.n_line_ctrl_i = 0; in gst_dvd_spu_parse_chg_colcon()
64 if (state->vobsub.line_ctrl_i != NULL) { in gst_dvd_spu_parse_chg_colcon()
65 g_free (state->vobsub.line_ctrl_i); in gst_dvd_spu_parse_chg_colcon()
66 state->vobsub.line_ctrl_i = NULL; in gst_dvd_spu_parse_chg_colcon()
93 state->vobsub.n_line_ctrl_i = n_entries; in gst_dvd_spu_parse_chg_colcon()
94 state->vobsub.line_ctrl_i = g_new (SpuVobsubLineCtrlI, n_entries); in gst_dvd_spu_parse_chg_colcon()
98 SpuVobsubLineCtrlI *cur_line_ctrl = state->vobsub.line_ctrl_i + i; in gst_dvd_spu_parse_chg_colcon()
152 state->vobsub.main_idx[3] = data[1] >> 4; in gst_dvd_spu_exec_cmd_blk()
153 state->vobsub.main_idx[2] = data[1] & 0x0f; in gst_dvd_spu_exec_cmd_blk()
154 state->vobsub.main_idx[1] = data[2] >> 4; in gst_dvd_spu_exec_cmd_blk()
[all …]
Dmeson.build4 'gstspu-vobsub.c',
5 'gstspu-vobsub-render.c',
Dgstdvdspu.h78 SpuVobsubState vobsub; member
/third_party/ffmpeg/libavformat/
Dmpeg.c721 VobSubDemuxContext *vobsub = s->priv_data; in vobsub_read_close() local
725 ff_subtitles_queue_clean(&vobsub->q[i]); in vobsub_read_close()
726 if (vobsub->sub_ctx) in vobsub_read_close()
727 avformat_close_input(&vobsub->sub_ctx); in vobsub_read_close()
734 VobSubDemuxContext *vobsub = s->priv_data; in vobsub_read_header() local
744 if (!vobsub->sub_name) { in vobsub_read_header()
746 vobsub->sub_name = av_strdup(s->url); in vobsub_read_header()
747 if (!vobsub->sub_name) { in vobsub_read_header()
751 fname_len = strlen(vobsub->sub_name); in vobsub_read_header()
752 ext = vobsub->sub_name - 3 + fname_len; in vobsub_read_header()
[all …]
/third_party/ffmpeg/tests/fate/
Dffmpeg.mak55 -ss 132 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
63 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
/third_party/gstreamer/gstplugins_bad/
DChangeLog33434 * gst/dvdspu/gstspu-vobsub-render.c:
63518 * gst/dvdspu/gstspu-vobsub-render.c:
86735 * gst/dvdspu/gstspu-vobsub-render.c:
86736 * gst/dvdspu/gstspu-vobsub.c:
86737 * gst/dvdspu/gstspu-vobsub.h:
86746 * gst/dvdspu/gstspu-vobsub-render.c:
86752 * gst/dvdspu/gstspu-vobsub.c:
86753 * gst/dvdspu/gstspu-vobsub.h:
86797 * gst/dvdspu/gstspu-vobsub.c:
86798 * gst/dvdspu/gstspu-vobsub.h:
[all …]