Searched refs:gst_segment_position_from_running_time (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstsegment.h | 321 GST_DEPRECATED_FOR(gst_segment_position_from_running_time) 328 guint64 gst_segment_position_from_running_time (const GstSegment *segment, GstFormat format, g…
|
D | gstsegment.c | 952 gst_segment_position_from_running_time (const GstSegment * segment, in gst_segment_position_from_running_time() function 1117 return gst_segment_position_from_running_time (segment, format, running_time); in gst_segment_to_position() 1142 gst_segment_position_from_running_time (segment, format, running_time); in gst_segment_set_running_time() 1206 gst_segment_position_from_running_time (segment, format, offset); in gst_segment_offset_running_time()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsegment.c | 44 pos = gst_segment_position_from_running_time ((segment), (segment)->format, rt); \ 947 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST() 954 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST() 961 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST() 971 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST() 978 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST() 985 fail_unless (gst_segment_position_from_running_time (&segment, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 1901 gst_segment_position_from_running_time (&stream->segment, in gst_dash_demux_stream_get_target_time() 1904 ret = gst_segment_position_from_running_time (&stream->segment, in gst_dash_demux_stream_get_target_time() 1930 gst_segment_position_from_running_time (&stream->segment, in gst_dash_demux_stream_get_target_time() 1937 ret = gst_segment_position_from_running_time (&stream->segment, in gst_dash_demux_stream_get_target_time() 1945 ret = gst_segment_position_from_running_time (&stream->segment, in gst_dash_demux_stream_get_target_time()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.c | 1918 gst_segment_position_from_running_time (segment, GST_FORMAT_TIME, in start_stepping() 1928 gst_segment_position_from_running_time (segment, GST_FORMAT_TIME, in start_stepping() 2066 gst_segment_position_from_running_time (segment, GST_FORMAT_TIME, in handle_stepping() 2071 gst_segment_position_from_running_time (segment, GST_FORMAT_TIME, in handle_stepping()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 1899 gst_segment_position_from_running_time (agg_segment, GST_FORMAT_TIME, in gst_audio_aggregator_fill_buffer() 1907 gst_segment_position_from_running_time (agg_segment, GST_FORMAT_TIME, in gst_audio_aggregator_fill_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpjitterbuffer.c | 3535 gst_segment_position_from_running_time (&priv->segment, in pop_and_push_next() 3538 gst_segment_position_from_running_time (&priv->segment, in pop_and_push_next()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-parse.c | 1892 gst_segment_position_from_running_time (&parse->common.segment, in gst_matroska_parse_parse_blockgroup_or_simpleblock()
|
D | matroska-demux.c | 4773 gst_segment_position_from_running_time (&demux->common.segment, in gst_matroska_demux_parse_blockgroup_or_simpleblock()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 27258 segment: Replaced gst_segment_to_position with gst_segment_position_from_running_time 27261 now, and replaced it with gst_segment_position_from_running_time.
|