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.c415 gdouble abs_applied_rate; in gst_segment_to_stream_time_full() local
436 abs_applied_rate = ABS (segment->applied_rate); in gst_segment_to_stream_time_full()
444 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
445 *stream_time *= abs_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()
470 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
471 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
481 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_to_stream_time_full()
482 *stream_time *= abs_applied_rate; in gst_segment_to_stream_time_full()
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog22559 and there never was an abs_applied_rate field.