Home
last modified time | relevance | path

Searched refs:gst_sample_new (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttag.c356 s1 = gst_sample_new (buf1, NULL, NULL, NULL); in GST_START_TEST()
360 s2 = gst_sample_new (buf2, NULL, NULL, NULL); in GST_START_TEST()
520 sample1 = gst_sample_new (buf, NULL, NULL, NULL); in GST_START_TEST()
524 sample11 = gst_sample_new (buf, NULL, NULL, NULL); in GST_START_TEST()
528 sample2 = gst_sample_new (buf, NULL, NULL, NULL); in GST_START_TEST()
599 s1 = gst_sample_new (b1, NULL, NULL, NULL); in GST_START_TEST()
605 s2 = gst_sample_new (b2, c2, NULL, NULL); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstsample.c67 copy = gst_sample_new (sample->buffer, sample->caps, &sample->segment, in _gst_sample_copy()
127 gst_sample_new (GstBuffer * buffer, GstCaps * caps, const GstSegment * segment, in gst_sample_new() function
Dgstsample.h56 GstSample * gst_sample_new (GstBuffer *buffer,
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsrc.c817 sample = gst_sample_new (buffer, NULL, &segment, NULL); in GST_START_TEST()
869 sample = gst_sample_new (buffer, NULL, &segment, NULL); in GST_START_TEST()
992 sample = gst_sample_new (NULL, NULL, &segment, NULL); in GST_START_TEST()
998 sample = gst_sample_new (NULL, NULL, &segment, NULL); in GST_START_TEST()
1000 sample = gst_sample_new (buffer, NULL, &segment, NULL); in GST_START_TEST()
1026 sample = gst_sample_new (buffer, NULL, &segment, NULL); in GST_START_TEST()
1029 sample = gst_sample_new (buffer, NULL, &segment, NULL); in GST_START_TEST()
Dvideotestsrc.c215 *p_old_sample = gst_sample_new (new_buf, caps, NULL, NULL); in got_buf_cb()
/third_party/gstreamer/gstplugins_bad/ext/zbar/
Dgstzbar.c319 sample = gst_sample_new (frame->buffer, sample_caps, NULL, NULL); in gst_zbar_transform_frame_ip()
/third_party/gstreamer/gstplugins_bad/ext/zxing/
Dgstzxing.cpp404 sample = gst_sample_new (frame->buffer, sample_caps, NULL, NULL); in gst_zxing_transform_frame_ip()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c582 sample = gst_sample_new (image, caps, NULL, image_info); in gst_tag_image_data_to_image_sample()
Did3v2.c415 sample = gst_sample_new (blob, NULL, NULL, NULL); in id3v2_add_id3v2_frame_blob_to_taglist()
Did3v2frames.c501 priv_frame = gst_sample_new (binary_data, NULL, NULL, owner_info); in parse_private_frame_data()
Dgstexiftag.c1427 sample = gst_sample_new (buf, NULL, NULL, NULL); in parse_exif_undefined_tag()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c280 sample = gst_sample_new (buffer, caps, NULL, NULL); in gst_wrapper_camera_bin_src_imgsrc_probe()
346 sample = gst_sample_new (buffer, caps, NULL, NULL); in gst_wrapper_camera_bin_src_vidsrc_probe()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c132 sample = gst_sample_new (buf, NULL, NULL, in test_taglib_id3mux_create_tags()
Djifmux.c1041 sample = gst_sample_new (buffer, NULL, NULL, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c1389 res = gst_sample_new (NULL, caps, &aggpad->segment, NULL); in gst_cc_combiner_peek_next_sample()
1398 res = gst_sample_new (self->current_video_buffer, in gst_cc_combiner_peek_next_sample()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c560 priv->sample = gst_sample_new (NULL, NULL, NULL, NULL); in gst_app_sink_init()
1769 gst_sample_new (priv->preroll_buffer, priv->preroll_caps, in gst_app_sink_try_pull_preroll()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.c377 tagsample = gst_sample_new (tagbuffer, caps, NULL, info); in gst_pngdec_caps_create_and_set()
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/
Dgstoverlaycomposition.c696 self->sample = gst_sample_new (buffer, self->caps, &self->segment, NULL); in gst_overlay_composition_sink_chain()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_tags.c936 sample = gst_sample_new (buf, NULL, NULL, s); in qtdemux_tag_add_blob()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglimagesink.c2358 sample = gst_sample_new (gl_sink->stored_buffer[0], in gst_glimage_sink_on_draw()
2365 sample = gst_sample_new (gl_sink->stored_buffer[1], in gst_glimage_sink_on_draw()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtp-payloading.c725 sample = gst_sample_new (buf, out_caps, NULL, NULL); in rtp_h264depay_run()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c1049 from_sample = gst_sample_new (from_buffer, from_caps, NULL, NULL); in GST_START_TEST()
1139 from_sample = gst_sample_new (from_buffer, from_caps, NULL, NULL); in GST_START_TEST()
1207 from_sample = gst_sample_new (from_buffer, from_caps, NULL, NULL); in GST_START_TEST()
Dtag.c1921 gst_value_take_sample (&value, gst_sample_new (buf, NULL, NULL, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesink.c1072 gst_sample_new (first_buffer, sink->priv->last_caps, &sink->segment, in gst_base_sink_get_last_sample()
1076 res = gst_sample_new (sink->priv->last_buffer, in gst_base_sink_get_last_sample()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c2154 sample = gst_sample_new (pad->priv->buffer, caps, &aggpad->segment, info); in gst_audio_aggregator_peek_next_sample()

12