/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-reverseplay.c | 244 start = gst_segment_to_stream_time (&si->seg, GST_FORMAT_TIME, start); in handle_output() 245 end = gst_segment_to_stream_time (&si->seg, GST_FORMAT_TIME, end); in handle_output()
|
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/ |
D | gstburn.c | 233 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_burn_transform_frame()
|
D | gstdodge.c | 211 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_dodge_transform_frame()
|
D | gstexclusion.c | 233 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_exclusion_transform_frame()
|
D | gstchromium.c | 259 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_chromium_transform_frame()
|
D | gstdilate.c | 236 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_dilate_transform_frame()
|
D | gstsolarize.c | 260 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_solarize_transform_frame()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstsegment.h | 306 guint64 gst_segment_to_stream_time (const GstSegment *segment, GstFormat format, guint64 …
|
D | gstsegment.c | 521 gst_segment_to_stream_time (const GstSegment * segment, GstFormat format, in gst_segment_to_stream_time() function 1159 segment->time = gst_segment_to_stream_time (segment, format, start); in gst_segment_set_running_time()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 3193 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3210 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3227 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3241 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3259 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3276 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3292 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3303 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3318 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() 3330 fail_unless_equals_uint64 (gst_segment_to_stream_time (&sink_segment, in test_pad_offset() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstrev.c | 117 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (vfilter)->segment, in gst_revtv_transform_frame()
|
D | gstquark.c | 111 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (vfilter)->segment, in gst_quarktv_transform_frame()
|
D | gstdice.c | 123 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (vfilter)->segment, in gst_dicetv_transform_frame()
|
D | gstvertigo.c | 169 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (filter)->segment, in gst_vertigotv_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/videosignal/ |
D | gstvideoanalyse.c | 192 stream_time = gst_segment_to_stream_time (&trans->segment, GST_FORMAT_TIME, in gst_video_analyse_post_message()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioinvert.c | 239 gst_segment_to_stream_time (&base->segment, GST_FORMAT_TIME, timestamp); in gst_audio_invert_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | videoframe-audiolevel.c | 81 gst_segment_to_stream_time (¤t_audio_segment, GST_FORMAT_TIME, in output_achain() 140 gst_segment_to_stream_time (¤t_video_segment, GST_FORMAT_TIME, in output_vchain()
|
/third_party/gstreamer/gstplugins_bad/gst/onvif/ |
D | gstrtponviftimestamp.c | 540 time = gst_segment_to_stream_time (&self->segment, GST_FORMAT_TIME, in handle_buffer() 543 time = gst_segment_to_stream_time (&self->segment, GST_FORMAT_TIME, in handle_buffer()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsrc.c | 174 start = gst_segment_to_stream_time (seg, GST_FORMAT_TIME, start); in receive_sample() 180 end = gst_segment_to_stream_time (seg, GST_FORMAT_TIME, end); in receive_sample()
|
D | splitmuxsinktimecode.c | 180 start = gst_segment_to_stream_time (seg, GST_FORMAT_TIME, start); in receive_sample() 186 end = gst_segment_to_stream_time (seg, GST_FORMAT_TIME, end); in receive_sample()
|
/third_party/gstreamer/gstplugins_bad/ext/zbar/ |
D | gstzbar.c | 303 gst_segment_to_stream_time (&GST_BASE_TRANSFORM (zbar)->segment, in gst_zbar_transform_frame_ip()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gsttimeoverlay.c | 161 ts = gst_segment_to_stream_time (segment, GST_FORMAT_TIME, ts_buffer); in gst_time_overlay_get_text()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | concat.c | 43 gst_segment_to_stream_time (¤t_segment, GST_FORMAT_TIME, timestamp); in output_chain_time()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgssink.cpp | 627 stream_time = gst_segment_to_stream_time(segment, format, timestamp); in gst_gs_sink_post_message_from_time() 655 stream_time = gst_segment_to_stream_time(segment, format, timestamp); in gst_gs_sink_post_message()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rfilter.c | 90 gst_segment_to_stream_time (&trans->segment, GST_FORMAT_TIME, timestamp); in gst_frei0r_filter_before_transform()
|