/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 91 GstClockTime first_ts, last_ts, next_ts; member 110 GstClockTime first_ts, last_ts; member 224 stats->first_ts = stats->last_ts = stats->next_ts = GST_CLOCK_TIME_NONE; in new_pad_stats() 255 stats->first_ts = GST_CLOCK_TIME_NONE; in new_element_stats() 294 stats->first_ts = ts; in do_pad_stats() 335 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (stats->first_ts))) { in do_element_stats() 336 stats->first_ts = ts; in do_element_stats() 338 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (peer_stats->first_ts))) { in do_element_stats() 339 peer_stats->first_ts = ts + 1; in do_element_stats() 613 GST_CLOCK_DIFF (stats->first_ts, stats->last_ts); in print_pad_stats() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmux.c | 33 GstClockTime first_ts; variable 145 first_ts = last_ts = GST_CLOCK_TIME_NONE; in seek_pipeline() 164 if (GST_CLOCK_TIME_IS_VALID (first_ts)) in receive_handoff() 165 fail_unless (start >= first_ts, in receive_handoff() 168 GST_TIME_ARGS (first_ts)); in receive_handoff() 174 fail_unless (start <= first_ts, in receive_handoff() 176 GST_TIME_FORMAT, GST_TIME_ARGS (start), GST_TIME_ARGS (first_ts)); in receive_handoff() 183 if (!GST_CLOCK_TIME_IS_VALID (first_ts) || start < first_ts) in receive_handoff() 184 first_ts = start; in receive_handoff() 219 fail_unless (first_ts == GST_CLOCK_TIME_NONE); in test_playback() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpamrpay.c | 154 pay->first_ts = GST_CLOCK_TIME_NONE; in gst_rtp_amr_pay_reset() 212 if (GST_CLOCK_TIME_IS_VALID (rtpamrpay->first_ts) && in gst_rtp_amr_pay_recalc_rtp_time() 213 GST_CLOCK_TIME_IS_VALID (timestamp) && timestamp >= rtpamrpay->first_ts) { in gst_rtp_amr_pay_recalc_rtp_time() 219 diff = timestamp - rtpamrpay->first_ts; in gst_rtp_amr_pay_recalc_rtp_time() 340 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (rtpamrpay->first_ts))) { in gst_rtp_amr_pay_handle_buffer() 341 rtpamrpay->first_ts = timestamp; in gst_rtp_amr_pay_handle_buffer()
|
D | gstrtpmpvpay.c | 131 pay->first_ts = -1; in gst_rtp_mpv_pay_reset() 240 GST_BUFFER_PTS (outbuf) = rtpmpvpay->first_ts; in gst_rtp_mpv_pay_flush() 273 if (rtpmpvpay->first_ts == GST_CLOCK_TIME_NONE || avail == 0) in gst_rtp_mpv_pay_handle_buffer() 274 rtpmpvpay->first_ts = timestamp; in gst_rtp_mpv_pay_handle_buffer() 295 rtpmpvpay->first_ts = timestamp; in gst_rtp_mpv_pay_handle_buffer()
|
D | gstrtpg729pay.c | 136 pay->first_ts = GST_CLOCK_TIME_NONE; in gst_rtp_g729_pay_reset() 204 if (GST_CLOCK_TIME_IS_VALID (rtpg729pay->first_ts) in gst_rtp_g729_pay_recalc_rtp_time() 205 && GST_CLOCK_TIME_IS_VALID (time) && time >= rtpg729pay->first_ts) { in gst_rtp_g729_pay_recalc_rtp_time() 209 diff = time - rtpg729pay->first_ts; in gst_rtp_g729_pay_recalc_rtp_time() 317 if (G_UNLIKELY (!GST_CLOCK_TIME_IS_VALID (rtpg729pay->first_ts))) { in gst_rtp_g729_pay_handle_buffer() 318 rtpg729pay->first_ts = timestamp; in gst_rtp_g729_pay_handle_buffer()
|
D | gstrtpmp2tpay.c | 163 GST_BUFFER_PTS (outbuf) = rtpmp2tpay->first_ts; in gst_rtp_mp2t_pay_flush() 196 rtpmp2tpay->first_ts = timestamp; in gst_rtp_mp2t_pay_handle_buffer() 208 rtpmp2tpay->first_ts = timestamp; in gst_rtp_mp2t_pay_handle_buffer()
|
D | gstrtpmpapay.c | 129 pay->first_ts = -1; in gst_rtp_mpa_pay_reset() 249 GST_BUFFER_PTS (outbuf) = rtpmpapay->first_ts; in gst_rtp_mpa_pay_flush() 300 rtpmpapay->first_ts = timestamp; in gst_rtp_mpa_pay_handle_buffer()
|
D | gstrtpac3pay.c | 139 pay->first_ts = -1; in gst_rtp_ac3_pay_reset() 333 GST_BUFFER_PTS (outbuf) = rtpac3pay->first_ts; in gst_rtp_ac3_pay_flush() 425 rtpac3pay->first_ts = timestamp; in gst_rtp_ac3_pay_handle_buffer()
|
D | gstrtpmp2tpay.h | 49 GstClockTime first_ts; member
|
D | gstrtpmpapay.h | 48 GstClockTime first_ts; member
|
D | gstrtpmpvpay.h | 49 GstClockTime first_ts; member
|
D | gstrtpac3pay.h | 48 GstClockTime first_ts; member
|
D | gstrtpg729pay.h | 50 GstClockTime first_ts; member
|
D | gstrtpamrpay.h | 54 GstClockTime first_ts; member
|
D | gstrtph263pay.h | 68 GstClockTime first_ts; member
|
D | gstrtph263pay.c | 1308 GST_BUFFER_PTS (package->outbuf) = rtph263pay->first_ts; in gst_rtp_h263_pay_push() 1851 rtph263pay->first_ts = GST_BUFFER_PTS (buffer); in gst_rtp_h263_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.h | 68 GstClockTime first_ts; member 141 GstClockTime first_ts; member
|
D | gstrtpasfpay.h | 60 guint32 first_ts; member
|
D | gstasfmux.c | 188 asfmux->first_ts = GST_CLOCK_TIME_NONE; in gst_asf_mux_reset() 1922 g_assert (GST_CLOCK_TIME_IS_VALID (asfmux->first_ts)); in gst_asf_mux_process_buffer() 1923 g_assert (GST_CLOCK_TIME_IS_VALID (pad->first_ts)); in gst_asf_mux_process_buffer() 1926 ((GST_BUFFER_TIMESTAMP (buf) - asfmux->first_ts) / GST_MSECOND); in gst_asf_mux_process_buffer() 1997 if (!GST_CLOCK_TIME_IS_VALID (pad->first_ts) && in gst_asf_mux_collected() 2002 pad->first_ts = time; in gst_asf_mux_collected() 2003 if (!GST_CLOCK_TIME_IS_VALID (asfmux->first_ts) || in gst_asf_mux_collected() 2004 time < asfmux->first_ts) { in gst_asf_mux_collected() 2007 asfmux->first_ts = time; in gst_asf_mux_collected() 2065 pad->first_ts = GST_CLOCK_TIME_NONE; in gst_asf_mux_pad_reset()
|
D | gstrtpasfpay.c | 64 rtpasfpay->first_ts = 0; in gst_rtp_asf_pay_init()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.h | 122 GstClockTime first_ts; member 211 GstClockTime first_ts; member
|
D | gstqtmux.c | 720 qtpad->first_ts = GST_CLOCK_TIME_NONE; in gst_qt_mux_pad_reset() 2995 if (qpad->first_ts == GST_CLOCK_TIME_NONE) in gst_qt_mux_prefill_samples() 2996 qpad->first_ts = timestamp; in gst_qt_mux_prefill_samples() 3440 qtpad->first_dts = qtpad->first_ts = GST_CLOCK_TIME_NONE; in gst_qt_mux_start_file() 3550 qtmux->first_ts = qtmux->last_dts = GST_CLOCK_TIME_NONE; in gst_qt_mux_update_global_statistics() 3563 if (GST_CLOCK_TIME_IS_VALID (qtpad->first_ts)) { in gst_qt_mux_update_global_statistics() 3564 GstClockTime first_pts_in = qtpad->first_ts; in gst_qt_mux_update_global_statistics() 3574 if (!GST_CLOCK_TIME_IS_VALID (qtmux->first_ts) in gst_qt_mux_update_global_statistics() 3575 || first_pts_in < qtmux->first_ts) { in gst_qt_mux_update_global_statistics() 3581 qtmux->first_ts = first_pts_in; in gst_qt_mux_update_global_statistics() [all …]
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | zconf.l | 36 static int last_ts, first_ts; variable
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 724 GstClockTime first_ts, last_ts; in get_pending_timestamp_diff() local 730 first_ts = GST_BUFFER_PTS (l->data); in get_pending_timestamp_diff() 731 if (first_ts == GST_CLOCK_TIME_NONE) in get_pending_timestamp_diff() 739 return last_ts - first_ts; in get_pending_timestamp_diff()
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 783 static int last_ts, first_ts; 1222 if (first_ts) { 1223 if (ts < first_ts) { 1227 ts -= first_ts; 1260 if (!first_ts) 1261 first_ts = last_ts; 2243 last_ts = first_ts = 0;
|