Home
last modified time | relevance | path

Searched refs:applied_rate (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c192 src->applied_rate = g_value_get_double (value); in gst_push_file_src_set_property()
226 g_value_set_double (value, src->applied_rate); in gst_push_file_src_get_property()
264 segment.applied_rate = src->applied_rate; in gst_push_file_src_ghostpad_event_probe()
335 src->applied_rate = DEFAULT_APPLIED_RATE; in gst_push_file_src_init()
Dgstpushfilesrc.h53 gdouble applied_rate; member
/third_party/gstreamer/gstreamer/gst/
Dgstsegment.c178 segment->applied_rate = 1.0; in gst_segment_init()
366 segment->applied_rate = 1.0; in gst_segment_do_seek()
443 abs_applied_rate = ABS (segment->applied_rate); in gst_segment_to_stream_time_full()
446 if (G_LIKELY (segment->applied_rate > 0.0)) { in gst_segment_to_stream_time_full()
599 abs_applied_rate = ABS (segment->applied_rate); in gst_segment_position_from_stream_time_full()
601 if (G_LIKELY (segment->applied_rate > 0.0)) { in gst_segment_position_from_stream_time_full()
1235 if (s0->applied_rate != s1->applied_rate) in gst_segment_is_equal()
Dgstsegment.h268 gdouble applied_rate; member
Dgstinfo.c969 segment->rate, segment->applied_rate, (guint) segment->flags, in gst_debug_print_segment()
984 segment->offset, segment->stop, segment->rate, segment->applied_rate, in gst_debug_print_segment()
Dgstevent.c969 g_return_val_if_fail (segment->applied_rate != 0.0, NULL); in gst_event_new_segment()
Dgstvalue.c2879 GST_QUARK (APPLIED_RATE), G_TYPE_DOUBLE, seg->applied_rate, in gst_value_serialize_segment_internal()
2939 GST_QUARK (APPLIED_RATE), G_TYPE_DOUBLE, &seg.applied_rate, in gst_value_deserialize_segment_internal()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c160 segment.applied_rate = 2.0; in GST_START_TEST()
178 segment.applied_rate = 1.0; in GST_START_TEST()
193 segment.applied_rate = 1.0; in GST_START_TEST()
Dgstsegment.c611 segment.applied_rate = 1.0; in GST_START_TEST()
1054 segment.applied_rate = -1; in GST_START_TEST()
1102 segment.applied_rate = -1; in GST_START_TEST()
1142 segment.applied_rate = -1; in GST_START_TEST()
Dgstevent.c133 segment.applied_rate = 1.0; in GST_START_TEST()
147 fail_unless (parsed.applied_rate == 1.0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c424 audiorate->sink_segment.applied_rate = audiorate->src_segment.applied_rate; in gst_audio_rate_convert_segments()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py556 applied_rate = float(self.val["applied_rate"])
557 if applied_rate != 1.0:
558 applied = "(applied rate: %g)" % applied_rate
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c633 segment.applied_rate = segment.rate; in gst_scaletempo_sink_event()
638 (segment.stop - segment.start) / ABS (segment.applied_rate) + in gst_scaletempo_sink_event()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dselector.c211 seg.rate = seg.applied_rate = 1.0; in push_newsegment_events()
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstpitch.cc710 seg.applied_rate *= our_arate; in gst_pitch_process_segment()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c967 demux->src_segment.applied_rate = segment->applied_rate; in gst_flups_demux_sink_event()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c1214 segment.applied_rate = ogg->segment.applied_rate; in gst_ogg_pad_submit_packet()
1242 segment.applied_rate = ogg->segment.applied_rate; in gst_ogg_pad_submit_packet()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c1063 segment.applied_rate = priv->play_scale; in create_segment_event()
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c1077 demux->src_segment.applied_rate = segment->applied_rate; in gst_ps_demux_sink_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c289 fail_unless_equals_float (segment->applied_rate, expected); in validate_event()
Drtpbasepayload.c240 fail_unless_equals_float (segment->applied_rate, expected); in validate_event()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1931 segment.rate, segment.applied_rate, in gst_nonstream_audio_decoder_do_seek()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c1260 out_segment.applied_rate = in_segment->applied_rate; in gst_base_parse_sink_event_default()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c2958 parse->segment.applied_rate, parse->segment.format,
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c3731 || segment->applied_rate != 1.0)) in gst_h264_parse_event()

12