Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 25 of 39) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsbcpay.c130 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_set_caps()
189 GST_BUFFER_PTS (outbuf) = sbcpay->last_timestamp; in gst_rtp_sbc_pay_drain_buffers()
194 sbcpay->last_timestamp += frame_count * sbcpay->frame_duration; in gst_rtp_sbc_pay_drain_buffers()
221 sbcpay->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_handle_buffer()
224 if (sbcpay->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtp_sbc_pay_handle_buffer()
225 sbcpay->last_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_sbc_pay_handle_buffer()
369 self->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtp_sbc_pay_init()
Dgstrtpsbcpay.h49 GstClockTime last_timestamp; member
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsrc.c184 rtmpsrc->last_timestamp = 0; in gst_rtmp_src_init()
399 GST_BUFFER_TIMESTAMP (buf) = src->last_timestamp; in gst_rtmp_src_create()
403 if (src->last_timestamp == GST_CLOCK_TIME_NONE) in gst_rtmp_src_create()
404 src->last_timestamp = src->rtmp->m_mediaStamp * GST_MSECOND; in gst_rtmp_src_create()
406 src->last_timestamp = in gst_rtmp_src_create()
407 MAX (src->last_timestamp, src->rtmp->m_mediaStamp * GST_MSECOND); in gst_rtmp_src_create()
457 gst_query_set_position (query, format, src->last_timestamp); in gst_rtmp_src_query()
584 src->last_timestamp = GST_CLOCK_TIME_NONE; in gst_rtmp_src_do_seek()
640 src->last_timestamp = 0; in gst_rtmp_src_start()
692 src->last_timestamp = 0; in gst_rtmp_src_stop()
Dgstrtmpsrc.h68 GstClockTime last_timestamp; member
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c497 && offset - iter->last_timestamp > GST_GDK_MAX_DELAY_TO_SEEK) { in gst_gdk_animation_iter_advance()
500 G_GUINT64_FORMAT "), seeking there", iter->last_timestamp, offset); in gst_gdk_animation_iter_advance()
505 iter->last_timestamp = offset; in gst_gdk_animation_iter_advance()
536 if (GST_BUFFER_TIMESTAMP (buffer) < iter->last_timestamp) { in gst_gdk_animation_iter_advance()
538 iter->last_timestamp = offset; in gst_gdk_animation_iter_advance()
541 iter->last_timestamp = GST_BUFFER_TIMESTAMP (buffer); in gst_gdk_animation_iter_advance()
564 iter->last_timestamp) * 1000 / GST_SECOND; in gst_gdk_animation_iter_get_delay_time()
Dgstgdkpixbufdec.h40 GstClockTime last_timestamp; member
Dgstgdkpixbufdec.c220 filter->last_timestamp = GST_CLOCK_TIME_NONE; in gst_gdk_pixbuf_dec_init()
347 GST_BUFFER_TIMESTAMP (outbuf) = filter->last_timestamp; in gst_gdk_pixbuf_dec_flush()
497 filter->last_timestamp = timestamp; in gst_gdk_pixbuf_dec_chain()
Dgstgdkanimation.h97 GstClockTime last_timestamp; member
/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c155 ring->last_timestamp = req.timestamp; in kgsl_ringbuffer_flush()
189 if (ring->last_timestamp) in kgsl_ringbuffer_destroy()
190 fd_pipe_wait(ring->pipe, ring->last_timestamp); in kgsl_ringbuffer_destroy()
/third_party/pulseaudio/src/tests/
Dalsa-time-test.c34 struct timespec start, last_timestamp = { 0, 0 }; in main() local
209 memcmp(&timestamp, &last_timestamp, sizeof(timestamp)) == 0 && in main()
246 last_timestamp = timestamp; in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp69 static GstClockTime last_timestamp = 0; in identityCallback() local
74 if (GST_BUFFER_TIMESTAMP(buffer) - last_timestamp >= 1000000000) in identityCallback()
79 last_timestamp = GST_BUFFER_TIMESTAMP(buffer) ; in identityCallback()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c171 uint32_t last_timestamp; member
1006 uint32_t last_timestamp = in read_oa_samples_until() local
1007 tail_buf->len == 0 ? start_timestamp : tail_buf->last_timestamp; in read_oa_samples_until()
1031 if ((last_timestamp - start_timestamp) >= INT32_MAX) in read_oa_samples_until()
1034 if ((last_timestamp - start_timestamp) < in read_oa_samples_until()
1052 last_timestamp = report[1]; in read_oa_samples_until()
1057 buf->last_timestamp = last_timestamp; in read_oa_samples_until()
/third_party/gstreamer/gstreamer/scripts/
Dgst-plot-timeline.py154 last_timestamp = syscalls[num_syscalls - 1].timestamp
156 time_height = int(math.ceil(last_timestamp * PIXELS_PER_SECOND))
167 PIXELS_PER_SECOND = int(math.ceil(metrics.height / last_timestamp))
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp69 static GstClockTime last_timestamp = 0; in textoverlay_sink_pad_probe_cb() local
74 if (GST_BUFFER_TIMESTAMP(info->data) - last_timestamp >= 1000000000) in textoverlay_sink_pad_probe_cb()
79 last_timestamp = GST_BUFFER_TIMESTAMP(info->data) ; in textoverlay_sink_pad_probe_cb()
/third_party/libdrm/etnaviv/
Detnaviv_cmd_stream.c125 return etna_cmd_stream_priv(stream)->last_timestamp; in etna_cmd_stream_timestamp()
211 priv->last_timestamp = req.fence; in flush()
243 etna_pipe_wait(priv->pipe, priv->last_timestamp, 5000); in etna_cmd_stream_finish()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbaseaudiopayload.c101 GstClockTime last_timestamp; member
431 priv->last_timestamp = timestamp; in gst_rtp_base_audio_payload_set_meta()
866 if (priv->last_timestamp != -1 && timestamp != -1) { in gst_rtp_base_audio_payload_handle_buffer()
871 if (timestamp > priv->last_timestamp) { in gst_rtp_base_audio_payload_handle_buffer()
877 diff = timestamp - priv->last_timestamp; in gst_rtp_base_audio_payload_handle_buffer()
960 rtpbasepayload->priv->last_timestamp = -1; in gst_rtp_base_payload_audio_change_state()
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c58 uint32_t last_timestamp; member
605 c->last_timestamp = *rtp_tstamp; in pa_rtp_recv()
609 … uint32_t expected = c->last_timestamp + (uint32_t) (data_len / pa_rtp_context_get_frame_size(c)); in pa_rtp_recv()
615 c->last_timestamp = *rtp_tstamp; in pa_rtp_recv()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2src.h69 GstClockTime last_timestamp; member
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.h61 GstClockTime last_timestamp; member
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c95 GstClockTime last_timestamp; member
332 priv->last_timestamp = GST_CLOCK_TIME_NONE; in gst_ks_video_device_prepare_buffers()
1110 if (G_UNLIKELY (GST_CLOCK_TIME_IS_VALID (priv->last_timestamp) && in gst_ks_video_device_read_frame()
1111 timestamp < priv->last_timestamp)) { in gst_ks_video_device_read_frame()
1114 GST_TIME_ARGS (priv->last_timestamp), in gst_ks_video_device_read_frame()
1118 priv->last_timestamp = timestamp; in gst_ks_video_device_read_frame()
/third_party/ffmpeg/libavformat/
Ddhav.c50 int64_t last_timestamp; member
313 int64_t diff = dhav->timestamp - dst->last_timestamp; in get_pts()
323 dst->last_timestamp = dhav->timestamp; in get_pts()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateenc.h81 GstClockTime last_timestamp; member
Dgstkateenc.c255 ke->last_timestamp = 0; in gst_kate_enc_init()
425 ke->last_timestamp = GST_BUFFER_TIMESTAMP (buffer); in gst_kate_enc_push_buffer()
1076 ke->last_timestamp = 0; in gst_kate_enc_change_state()
1106 ke->last_timestamp = 0; in gst_kate_enc_change_state()
1283 ke->last_timestamp / (double) GST_SECOND, in gst_kate_enc_sink_event()
1286 && t - ke->last_timestamp / (double) GST_SECOND >= in gst_kate_enc_sink_event()
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.h69 uint32_t last_timestamp; member
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse_c.h39 Uint32 last_timestamp; member

12