Searched refs:newseg (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xg-mixed-string.c | 297 struct mixed_string_segment *newseg = in mixed_string_concat() local 301 newseg->type = ms2->segments[0]->type; in mixed_string_concat() 302 newseg->length = len1 + len2; in mixed_string_concat() 303 memcpy (newseg->contents, ms1->segments[i]->contents, len1); in mixed_string_concat() 304 memcpy (newseg->contents + len1, ms2->segments[0]->contents, len2); in mixed_string_concat() 305 ms->segments[j++] = newseg; in mixed_string_concat() 360 struct mixed_string_segment *newseg = in mixed_string_concat_free1() local 364 newseg->type = ms2->segments[0]->type; in mixed_string_concat_free1() 365 newseg->length = len1 + len2; in mixed_string_concat_free1() 366 memcpy (newseg->contents, ms1->segments[i]->contents, len1); in mixed_string_concat_free1() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioresample.c | 341 GstEvent *newseg; in GST_START_TEST() local 355 newseg = gst_event_new_segment (&segment); in GST_START_TEST() 356 fail_unless (gst_pad_push_event (mysrcpad, newseg) != FALSE); in GST_START_TEST() 378 newseg = gst_event_new_segment (&segment); in GST_START_TEST() 379 fail_unless (gst_pad_push_event (mysrcpad, newseg) != FALSE); in GST_START_TEST() 480 GstEvent *newseg; in GST_START_TEST() local 497 newseg = gst_event_new_segment (&segment); in GST_START_TEST() 498 fail_unless (gst_pad_push_event (mysrcpad, newseg) != FALSE); in GST_START_TEST() 653 GstEvent *newseg; in GST_START_TEST() local 672 newseg = gst_event_new_segment (&segment); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagmux.c | 384 GstEvent *newseg; in gst_tag_mux_chain() local 388 newseg = gst_tag_mux_adjust_event_offsets (mux, mux->priv->newsegment_ev); in gst_tag_mux_chain() 392 gst_event_copy_segment (newseg, &segment); in gst_tag_mux_chain() 394 gst_pad_push_event (mux->priv->srcpad, newseg); in gst_tag_mux_chain()
|
D | gsttagdemux.c | 1844 GstSegment newseg; in gst_tag_demux_send_new_segment() local 1908 gst_segment_copy_into (seg, &newseg); in gst_tag_demux_send_new_segment() 1909 newseg.start = start; in gst_tag_demux_send_new_segment() 1910 newseg.stop = stop; in gst_tag_demux_send_new_segment() 1911 newseg.time = time; in gst_tag_demux_send_new_segment() 1912 event = gst_event_new_segment (&newseg); in gst_tag_demux_send_new_segment()
|