Home
last modified time | relevance | path

Searched refs:timestamp_offset (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpredcommon.c69 guint16 timestamp_offset) in rtp_red_block_set_timestamp_offset() argument
74 g_assert_cmpint (timestamp_offset, <=, RED_BLOCK_TIMESTAMP_OFFSET_MAX); in rtp_red_block_set_timestamp_offset()
76 hdr->timestamp_offset_lo = timestamp_offset & 0x3f; in rtp_red_block_set_timestamp_offset()
77 hdr->timestamp_offset_hi = timestamp_offset >> 6; in rtp_red_block_set_timestamp_offset()
Dgstrtpredenc.c235 gint32 timestamp_offset; in _red_history_get_redundant_block() local
241 timestamp_offset = current_timestamp - item->timestamp; in _red_history_get_redundant_block()
242 if (G_UNLIKELY (timestamp_offset > RED_BLOCK_TIMESTAMP_OFFSET_MAX)) { in _red_history_get_redundant_block()
246 distance, timestamp_offset, current_timestamp, item->timestamp, in _red_history_get_redundant_block()
251 if (G_UNLIKELY (timestamp_offset < 0)) { in _red_history_get_redundant_block()
255 distance, timestamp_offset, current_timestamp, item->timestamp); in _red_history_get_redundant_block()
Drtpredcommon.h71 void rtp_red_block_set_timestamp_offset (gpointer red_block, guint16 timestamp_offset);
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c343 ladspa->timestamp_offset + ladspa->next_time; in gst_ladspa_source_type_fill()
346 GST_BUFFER_TIMESTAMP (buffer) = ladspa->timestamp_offset + next_time; in gst_ladspa_source_type_fill()
407 ladspa->timestamp_offset = g_value_get_int64 (value); in gst_ladspa_source_type_set_property()
436 g_value_set_int64 (value, ladspa->timestamp_offset); in gst_ladspa_source_type_get_property()
465 ladspa->timestamp_offset = GST_LADSPA_SOURCE_DEFAULT_TIMESTAMP_OFFSET; in gst_ladspa_source_type_init()
Dgstladspasource.h58 GstClockTimeDiff timestamp_offset; /* base offset */ member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasesrc.c54 gint64 timestamp_offset; /* base offset */ member
152 src->priv->timestamp_offset = 0; in gst_gl_base_src_init()
178 src->priv->timestamp_offset = g_value_get_int64 (value); in gst_gl_base_src_set_property()
193 g_value_set_int64 (value, src->priv->timestamp_offset); in gst_gl_base_src_get_property()
425 src->priv->timestamp_offset + src->running_time; in gst_gl_base_src_fill()
434 next_time = src->priv->timestamp_offset; in gst_gl_base_src_fill()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c279 intervideosrc->timestamp_offset = 0; in gst_inter_video_src_start()
357 intervideosrc->timestamp_offset += in gst_inter_video_src_create()
456 GST_BUFFER_PTS (buffer) = intervideosrc->timestamp_offset + in gst_inter_video_src_create()
463 GST_BUFFER_DURATION (buffer) = intervideosrc->timestamp_offset + in gst_inter_video_src_create()
Dgstinteraudiosrc.c285 interaudiosrc->timestamp_offset = 0; in gst_inter_audio_src_start()
356 interaudiosrc->timestamp_offset += in gst_inter_audio_src_create()
418 GST_BUFFER_PTS (buffer) = interaudiosrc->timestamp_offset + in gst_inter_audio_src_create()
423 GST_BUFFER_DURATION (buffer) = interaudiosrc->timestamp_offset + in gst_inter_audio_src_create()
Dgstintervideosrc.h50 GstClockTime timestamp_offset; member
Dgstinteraudiosrc.h46 GstClockTime timestamp_offset; member
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2source.c58 GstClockTimeDiff timestamp_offset; /* base offset */ member
455 GST_BUFFER_TIMESTAMP (buffer) = lv2->timestamp_offset + lv2->next_time; in gst_lv2_source_fill()
458 GST_BUFFER_TIMESTAMP (buffer) = lv2->timestamp_offset + next_time; in gst_lv2_source_fill()
564 self->timestamp_offset = g_value_get_int64 (value); in gst_lv2_source_set_property()
592 g_value_set_int64 (value, self->timestamp_offset); in gst_lv2_source_get_property()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackenc.h82 GstClockTime timestamp_offset; member
Dgstwavpackenc.c322 enc->timestamp_offset = GST_CLOCK_TIME_NONE; in gst_wavpack_enc_reset()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.h46 guint timestamp_offset; member
Dgstrtpmux.c352 sink_ts_base = padpriv->timestamp_offset; in gst_rtp_mux_readjust_rtp_timestamp_locked()
651 &padpriv->timestamp_offset)) { in gst_rtp_mux_setcaps()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c394 src->timestamp_offset = DEFAULT_TIMESTAMP_OFFSET; in gst_video_test_src_init()
627 src->timestamp_offset = g_value_get_int64 (value); in gst_video_test_src_set_property()
702 g_value_set_int64 (value, src->timestamp_offset); in gst_video_test_src_get_property()
1165 src->accum_rtime + src->timestamp_offset + src->running_time; in gst_video_test_src_fill()
1183 GST_TIME_ARGS (src->timestamp_offset), GST_TIME_ARGS (src->running_time)); in gst_video_test_src_fill()
1205 next_time = src->timestamp_offset; in gst_video_test_src_fill()
Dgstvideotestsrc.h157 gint64 timestamp_offset; /* base offset */ member
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.h93 guint64 timestamp_offset; member
Dgsttheoraenc.c850 enc->timestamp_offset = running_time; in theora_enc_reset_ts()
929 enc->timestamp_offset = 0; in theora_enc_handle_frame()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h112 GstClockTimeDiff timestamp_offset; /* base offset */ member
Dgstaudiotestsrc.c330 src->timestamp_offset = DEFAULT_TIMESTAMP_OFFSET; in gst_audio_test_src_init()
1526 GST_BUFFER_TIMESTAMP (buffer) = src->timestamp_offset + src->next_time; in gst_audio_test_src_fill()
1529 GST_BUFFER_TIMESTAMP (buffer) = src->timestamp_offset + next_time; in gst_audio_test_src_fill()
1604 src->timestamp_offset = g_value_get_int64 (value); in gst_audio_test_src_set_property()
1656 g_value_set_int64 (value, src->timestamp_offset); in gst_audio_test_src_get_property()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c1061 GstClockTime timestamp, duration, timestamp_offset = 0; in gst_amc_audio_dec_handle_frame() local
1169 timestamp_offset = gst_util_uint64_scale (offset, duration, minfo.size); in gst_amc_audio_dec_handle_frame()
1174 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_audio_dec_handle_frame()
1175 self->last_upstream_ts = timestamp + timestamp_offset; in gst_amc_audio_dec_handle_frame()
Dgstamcvideoenc.c1521 GstClockTime timestamp, duration, timestamp_offset = 0; in gst_amc_video_enc_handle_frame() local
1634 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_video_enc_handle_frame()
1635 self->last_upstream_ts = timestamp + timestamp_offset; in gst_amc_video_enc_handle_frame()
1640 id = buffer_identification_new (timestamp + timestamp_offset); in gst_amc_video_enc_handle_frame()
Dgstamcvideodec.c2100 GstClockTime timestamp, duration, timestamp_offset = 0; in gst_amc_video_dec_handle_frame() local
2198 timestamp_offset = gst_util_uint64_scale (offset, duration, minfo.size); in gst_amc_video_dec_handle_frame()
2203 gst_util_uint64_scale (timestamp + timestamp_offset, 1, GST_USECOND); in gst_amc_video_dec_handle_frame()
2204 self->last_upstream_ts = timestamp + timestamp_offset; in gst_amc_video_dec_handle_frame()
2211 buffer_identification_new (timestamp + timestamp_offset); in gst_amc_video_dec_handle_frame()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.88075 Initialise the timestamp_offset variable.

12