Home
last modified time | relevance | path

Searched refs:gst_segment_to_running_time_full (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsegment.c841 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
847 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
855 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, 40, in GST_START_TEST()
859 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, 49, in GST_START_TEST()
863 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, 201, in GST_START_TEST()
873 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
1005 fail_unless (gst_segment_to_running_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.h318 gint gst_segment_to_running_time_full (const GstSegment *segment, GstFormat format, guint64…
Dgstsegment.c735 gst_segment_to_running_time_full (const GstSegment * segment, GstFormat format, in gst_segment_to_running_time_full() function
861 if (gst_segment_to_running_time_full (segment, format, position, in gst_segment_to_running_time()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c1187 gst_segment_to_running_time_full (&self->asegment, GST_FORMAT_TIME, in gst_avwait_asink_chain()
1203 gst_segment_to_running_time_full (&self->vsegment, GST_FORMAT_TIME, in gst_avwait_asink_chain()
1215 gst_segment_to_running_time_full (&self->asegment, GST_FORMAT_TIME, in gst_avwait_asink_chain()
1240 gst_segment_to_running_time_full (&self->vsegment, GST_FORMAT_TIME, in gst_avwait_asink_chain()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcvfpay.c480 gst_segment_to_running_time_full (&avtpbasepayload->segment, in gst_avtp_cvf_pay_spread_ts()
514 gst_segment_to_running_time_full (&avtpbasepayload->segment, in gst_avtp_cvf_pay_spread_ts()
Dgstavtpsink.c430 ret = gst_segment_to_running_time_full (&basesink->segment, in gst_avtp_sink_render()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c84 if (gst_segment_to_running_time_full (&self->internal_segment, in translate_timestamp_from_internal_to_src()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c517 gst_segment_to_running_time_full (segment, GST_FORMAT_TIME, val, &val); in my_segment_to_running_time()
Dgstmultiqueue.c614 gst_segment_to_running_time_full (segment, GST_FORMAT_TIME, val, &val); in my_segment_to_running_time()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c520 dts_sign = gst_segment_to_running_time_full (&cdata->segment, in gst_collect_pads_clip_running_time()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c1371 if (gst_segment_to_running_time_full (&GST_AGGREGATOR_PAD (pad)->segment, in gst_flv_mux_buffer_to_tag_internal()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c2218 sign = gst_segment_to_running_time_full (&agg_pad->segment, GST_FORMAT_TIME, in gst_base_ts_mux_clip()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c1054 gst_segment_to_running_time_full (segment, GST_FORMAT_TIME, val, &val); in my_segment_to_running_time()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c864 dts_sign = gst_segment_to_running_time_full (&agg_pad->segment, in gst_qt_mux_clip_running_time()
/third_party/gstreamer/gstreamer/
DChangeLog30833 doc: Add gst_segment_to_running_time_full
31282 gst_segment_to_running_time_full() method, we can let this be done by
31296 Add a clip argument to gst_segment_to_running_time_full() to disable
31325 API: gst_segment_to_running_time_full()
/third_party/gstreamer/gstplugins_bad/
DChangeLog25861 By using gst_segment_to_running_time_full(), avtpsink can properly