Home
last modified time | relevance | path

Searched refs:prev_ts (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpdvdepay.c316 if (dvdepay->prev_ts != -1 && rtp_ts != dvdepay->prev_ts && !marker) { in gst_rtp_dv_depay_process()
319 dvdepay->prev_ts); in gst_rtp_dv_depay_process()
377 dvdepay->prev_ts = -1; in gst_rtp_dv_depay_process()
380 dvdepay->prev_ts = rtp_ts; in gst_rtp_dv_depay_process()
392 depay->prev_ts = -1; in gst_rtp_dv_depay_reset()
Dgstrtpdvdepay.h48 guint32 prev_ts; member
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c371 GstClockTime *prev_ts = user_data; in new_sample_verify_continuous_timestamps() local
378 if (GST_CLOCK_TIME_IS_VALID (*prev_ts)) { in new_sample_verify_continuous_timestamps()
379 fail_unless (*prev_ts < new_ts, in new_sample_verify_continuous_timestamps()
381 GST_OBJECT_NAME (appsink), GST_TIME_ARGS (*prev_ts), in new_sample_verify_continuous_timestamps()
385 *prev_ts = new_ts; in new_sample_verify_continuous_timestamps()
395 GstClockTime *prev_ts = user_data; in new_sample_verify_1sec_offset() local
402 if (GST_CLOCK_TIME_IS_VALID (*prev_ts)) { in new_sample_verify_1sec_offset()
403 fail_unless (new_ts > (*prev_ts + 900 * GST_MSECOND), in new_sample_verify_1sec_offset()
406 GST_TIME_ARGS (*prev_ts), GST_TIME_ARGS (new_ts)); in new_sample_verify_1sec_offset()
409 *prev_ts = new_ts; in new_sample_verify_1sec_offset()
Drtpjitterbuffer.c185 guint32 prev_ts = 0, cur_ts; in check_jitterbuffer_results() local
208 fail_unless (cur_ts > prev_ts); in check_jitterbuffer_results()
211 prev_ts = cur_ts; in check_jitterbuffer_results()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudiocdsrc.c367 GstClockTime prev_ts, prev_duration, ts; in GST_START_TEST() local
385 prev_ts = GST_CLOCK_TIME_NONE; in GST_START_TEST()
399 fail_unless (GST_CLOCK_TIME_IS_VALID (prev_ts)); in GST_START_TEST()
401 fail_unless ((prev_ts + prev_duration) == ts); in GST_START_TEST()
403 prev_ts = ts; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.h46 guint64 prev_ts; /* Previous buffer timestamp */ member
Dgstvideorate.c770 videorate->prev_ts = time; in gst_video_rate_swap_prev()
1604 prevtime = videorate->prev_ts; in gst_video_rate_transform_ip()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbus.c883 gint64 prev_ts = g_array_index (timestamps, gint64, i - 1); in GST_START_TEST() local
885 gint64 diff = ts - prev_ts; in GST_START_TEST()
887 fail_unless (prev_ts < ts); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c201 GstClockTime prev_ts; member
573 dec->priv->prev_ts = GST_CLOCK_TIME_NONE; in gst_audio_decoder_reset()
1729 if (ts != priv->prev_ts || distance <= priv->prev_distance) { in gst_audio_decoder_push_buffers()
1730 priv->prev_ts = ts; in gst_audio_decoder_push_buffers()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c2029 GstClockTime prev_ts; in gst_base_parse_add_index_entry() local
2031 gst_base_parse_find_offset (parse, ts, TRUE, &prev_ts); in gst_base_parse_add_index_entry()
2032 if (GST_CLOCK_DIFF (prev_ts, ts) < parse->priv->idx_interval) { in gst_base_parse_add_index_entry()
2035 GST_TIME_ARGS (prev_ts)); in gst_base_parse_add_index_entry()
/third_party/gstreamer/gstplugins_base/
DChangeLog154290 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we