Searched refs:gst_segment_to_stream_time_full (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsegment.c | 1024 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1027 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1033 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1036 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1057 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1063 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST() 1074 fail_unless (gst_segment_to_stream_time_full (&segment, GST_FORMAT_TIME, in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstsegment.h | 311 gint gst_segment_to_stream_time_full (const GstSegment *segment, GstFormat format, guint64 …
|
D | gstsegment.c | 418 gst_segment_to_stream_time_full (const GstSegment * segment, GstFormat format, in gst_segment_to_stream_time_full() function 542 if (gst_segment_to_stream_time_full (segment, format, position, &result) == 1) in gst_segment_to_stream_time()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 26260 …segment: Return -1 if gst_segment_to_stream_time_full() considers the position not inside the segm…
|