Home
last modified time | relevance | path

Searched refs:gst_sample_get_segment (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsample.h67 GstSegment * gst_sample_get_segment (GstSample *sample);
Dgstsample.c224 gst_sample_get_segment (GstSample * sample) in gst_sample_get_segment() function
Dgstvalue.c3373 segment = gst_sample_get_segment (sample); in gst_value_serialize_sample()
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c216 GstSegment *segment = gst_sample_get_segment (sample); in gst_base_qr_overlay_draw_cb()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dappsink.c433 gst_sample_get_segment (pulled_preroll))); in GST_START_TEST()
438 gst_sample_get_segment (pulled_sample))); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c162 seg = gst_sample_get_segment (sample); in receive_sample()
Dsplitmuxsinktimecode.c168 seg = gst_sample_get_segment (sample); in receive_sample()
Dsplitmuxsink.c162 seg = gst_sample_get_segment (sample); in receive_sample()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3895 fail_unless (gst_segment_is_equal (gst_sample_get_segment (samp), in GST_START_TEST()
3896 gst_sample_get_segment (samp2))); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c2789 GstSegment *segment = gst_sample_get_segment (sample); in gst_app_src_push_sample_internal()