Home
last modified time | relevance | path

Searched refs:new_ts (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/misc/
Dioctl.c95 long long new_ts; in convert_ioctl_struct() local
100 memcpy(&new_ts, new+new_offset, sizeof new_ts); in convert_ioctl_struct()
101 old_ts = new_ts; in convert_ioctl_struct()
105 new_ts = old_ts; in convert_ioctl_struct()
106 memcpy(new+new_offset, &new_ts, sizeof new_ts); in convert_ioctl_struct()
108 new_offset += sizeof new_ts; in convert_ioctl_struct()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dbasetime.c52 GstClockTime new_ts = GST_BUFFER_TIMESTAMP (buffer); in buffer_probe_cb() local
54 GST_LOG ("ts = %" GST_TIME_FORMAT, GST_TIME_ARGS (new_ts)); in buffer_probe_cb()
56 fail_unless (new_ts != old_ts, in buffer_probe_cb()
60 old_ts = new_ts; in buffer_probe_cb()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c372 GstClockTime new_ts; in new_sample_verify_continuous_timestamps() local
377 new_ts = GST_BUFFER_PTS (buffer); in new_sample_verify_continuous_timestamps()
379 fail_unless (*prev_ts < new_ts, in new_sample_verify_continuous_timestamps()
382 GST_TIME_ARGS (new_ts)); in new_sample_verify_continuous_timestamps()
385 *prev_ts = new_ts; in new_sample_verify_continuous_timestamps()
396 GstClockTime new_ts; in new_sample_verify_1sec_offset() local
401 new_ts = GST_BUFFER_PTS (buffer); 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()
/third_party/ffmpeg/libavcodec/
Dsetts_bsf.c131 int64_t new_ts, new_pts, new_dts; in setts_filter() local
158 new_ts = llrint(av_expr_eval(s->ts_expr, s->var_values, NULL)); in setts_filter()
164 new_pts = new_ts; in setts_filter()
171 new_dts = new_ts; in setts_filter()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c40 guint64 new_ts, diff_ts; in gst_rtp_packet_rate_ctx_update() local
49 new_ts = ctx->last_ts; in gst_rtp_packet_rate_ctx_update()
50 gst_rtp_buffer_ext_timestamp (&new_ts, ts); in gst_rtp_packet_rate_ctx_update()
67 if (diff_seqnum <= 0 || new_ts <= ctx->last_ts) in gst_rtp_packet_rate_ctx_update()
70 diff_ts = new_ts - ctx->last_ts; in gst_rtp_packet_rate_ctx_update()
97 ctx->last_ts = new_ts; in gst_rtp_packet_rate_ctx_update()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c117 static void gst_dvd_spu_advance_spu (GstDVDSpu * dvdspu, GstClockTime new_ts);
571 GstClockTime new_ts; in dvdspu_handle_vid_buffer() local
606 new_ts = gst_segment_to_running_time (&dvdspu->video_seg, GST_FORMAT_TIME, in dvdspu_handle_vid_buffer()
611 GST_TIME_ARGS (dvdspu->video_seg.position), GST_TIME_ARGS (new_ts)); in dvdspu_handle_vid_buffer()
614 gst_dvd_spu_advance_spu (dvdspu, new_ts); in dvdspu_handle_vid_buffer()
777 gst_dvd_spu_advance_spu (GstDVDSpu * dvdspu, GstClockTime new_ts) in gst_dvd_spu_advance_spu() argument
784 while (state->next_ts == GST_CLOCK_TIME_NONE || state->next_ts <= new_ts) { in gst_dvd_spu_advance_spu()
787 GST_TIME_ARGS (state->next_ts), GST_TIME_ARGS (new_ts)); in gst_dvd_spu_advance_spu()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2890 GstClockTime new_ts; in gst_h265_parse_pre_push_frame() local
2893 new_ts = GST_CLOCK_TIME_IS_VALID (timestamp) ? timestamp : in gst_h265_parse_pre_push_frame()
2897 h265parse->last_report = new_ts; in gst_h265_parse_pre_push_frame()
Dgsth264parse.c3224 GstClockTime new_ts; in gst_h264_parse_pre_push_frame() local
3227 new_ts = GST_CLOCK_TIME_IS_VALID (timestamp) ? timestamp : in gst_h264_parse_pre_push_frame()
3231 h264parse->last_report = new_ts; in gst_h264_parse_pre_push_frame()