Home
last modified time | relevance | path

Searched refs:initial_timestamp (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsbcdepay.c282 GstClockTime initial_timestamp; in gst_rtp_sbc_depay_process() local
285 initial_timestamp = in gst_rtp_sbc_depay_process()
290 if (initial_timestamp == GST_CLOCK_TIME_NONE) { in gst_rtp_sbc_depay_process()
297 initial_timestamp + gst_util_uint64_scale (n_samples, GST_SECOND, in gst_rtp_sbc_depay_process()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstpushfilesrc.c186 src->initial_timestamp = g_value_get_uint64 (value); in gst_push_file_src_set_property()
220 g_value_set_uint64 (value, src->initial_timestamp); in gst_push_file_src_get_property()
241 GST_BUFFER_TIMESTAMP (buffer) = src->initial_timestamp; in gst_push_file_src_ghostpad_buffer_probe()
333 src->initial_timestamp = DEFAULT_INITIAL_TIMESTAMP; in gst_push_file_src_init()
Dgstpushfilesrc.h51 guint64 initial_timestamp; member