Home
last modified time | relevance | path

Searched refs:abs_applied_rate (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c422 gdouble abs_applied_rate; in gst_segment_to_stream_time_full() local
443 abs_applied_rate = ABS (segment->applied_rate); in gst_segment_to_stream_time_full()
451 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
452 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
458 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
459 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
477 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
478 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
488 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
489 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog30814 and there never was an abs_applied_rate field.