Lines Matching defs:timestamp
314 GstClockTime timestamp, clock_time;
322 timestamp = gst_element_get_base_time(c->pipeline);
323 if (timestamp > clock_time)
324 timestamp -= clock_time;
326 timestamp = 0;
331 GST_BUFFER_PTS(buf) = timestamp;
408 pa_usec_t timestamp;
414 timestamp = pa_timeval_load(&tv);
416 gst_buffer_add_reference_timestamp_meta(GST_BUFFER(info->data), c->meta_reference, timestamp * GST_USECOND,
501 * receive timestamp using SCM_TIMESTAMP, but until we have that ... */
502 c->meta_reference = gst_caps_new_empty_simple("timestamp/x-pulseaudio-wallclock");
601 GstClockTime timestamp = GST_CLOCK_TIME_NONE;
618 /* Get the timestamp from the first buffer */
619 if (timestamp == GST_CLOCK_TIME_NONE) {
626 timestamp = meta->timestamp;
628 timestamp = GST_BUFFER_DTS(buf);
630 timestamp = 0;
682 /* When buffer-mode = none, the buffer PTS is the RTP timestamp, converted
686 if (timestamp != GST_CLOCK_TIME_NONE)
687 pa_timeval_rtstore(tstamp, timestamp / PA_NSEC_PER_USEC, false);