Searched refs:gap_duration (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 78 GstClockTime gap_duration; member 336 gst_event_new_gap (stream->segment.position, stream->gap_duration); in gst_stream_synchronizer_wait() 340 GST_TIME_ARGS (stream->gap_duration)); in gst_stream_synchronizer_wait() 723 stream->gap_duration = GST_CLOCK_TIME_NONE; in gst_stream_synchronizer_sink_event() 876 ostream->gap_duration = new_start - position; in gst_stream_synchronizer_sink_chain() 1114 stream->gap_duration = GST_CLOCK_TIME_NONE; in gst_stream_synchronizer_change_state() 1132 stream->gap_duration = GST_CLOCK_TIME_NONE; in gst_stream_synchronizer_change_state()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | gstscaletempo.c | 657 GstClockTime gap_ts, gap_duration; in gst_scaletempo_sink_event() local 658 gst_event_parse_gap (event, &gap_ts, &gap_duration); in gst_scaletempo_sink_event() 683 if (GST_CLOCK_TIME_IS_VALID (gap_duration)) { in gst_scaletempo_sink_event() 684 gap_duration = gap_duration / ABS (scaletempo->scale); in gst_scaletempo_sink_event() 687 event = gst_event_new_gap (gap_ts, gap_duration); in gst_scaletempo_sink_event()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 641 … guint16 * burst_duration, guint16 * gap_duration);
|
D | gstrtcpbuffer.c | 3384 guint16 * gap_duration) in gst_rtcp_packet_xr_get_voip_burst_metrics() argument 3411 if (gap_duration) in gst_rtcp_packet_xr_get_voip_burst_metrics() 3412 *gap_duration = GST_READ_UINT16_BE (data); in gst_rtcp_packet_xr_get_voip_burst_metrics()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 1624 guint16 burst_duration, gap_duration; in GST_START_TEST() local 1660 &burst_density, &gap_density, &burst_duration, &gap_duration)); in GST_START_TEST() 1664 fail_unless_equals_int (gap_duration, GST_READ_UINT16_BE (rtcp_pkt + 22)); in GST_START_TEST()
|