Lines Matching refs:abs_applied_rate
415 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()
573 gdouble abs_applied_rate; in gst_segment_position_from_stream_time_full() local
592 abs_applied_rate = ABS (segment->applied_rate); in gst_segment_position_from_stream_time_full()
603 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_position_from_stream_time_full()
604 *position /= abs_applied_rate; in gst_segment_position_from_stream_time_full()
628 if (G_UNLIKELY (abs_applied_rate != 1.0)) in gst_segment_position_from_stream_time_full()
629 *position /= abs_applied_rate; in gst_segment_position_from_stream_time_full()