Home
last modified time | relevance | path

Searched refs:info_arr (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c103 ((GstRtpUlpFecDec *)dec)->info_arr, \
126 g_assert (0 == self->info_arr->len); in gst_rtp_ulpfec_dec_start()
128 g_array_set_size (self->info_arr, gst_buffer_list_length (buflist)); in gst_rtp_ulpfec_dec_start()
170 g_array_set_size (self->info_arr, 0); in gst_rtp_ulpfec_dec_stop()
245 gint i = self->info_arr->len; in gst_rtp_ulpfec_dec_recover_from_fec()
249 g_array_set_size (self->info_arr, self->info_arr->len + 1); in gst_rtp_ulpfec_dec_recover_from_fec()
274 g_array_set_size (self->info_arr, self->info_arr->len - 1); in gst_rtp_ulpfec_dec_recover_from_fec()
587 self->info_arr = g_array_new (FALSE, TRUE, sizeof (RtpUlpFecMapInfo)); in gst_rtp_ulpfec_dec_init()
588 g_array_set_clear_func (self->info_arr, in gst_rtp_ulpfec_dec_init()
610 g_assert (0 == self->info_arr->len); in gst_rtp_ulpfec_dec_dispose()
[all …]
Dgstrtpulpfecenc.c132 ((GstRtpUlpFecEncStreamCtx *)ctx)->info_arr, \
152 g_array_set_size (ctx->info_arr, packets->length); in gst_rtp_ulpfec_enc_stream_ctx_start()
173 g_array_set_size (ctx->info_arr, 0); in gst_rtp_ulpfec_enc_stream_ctx_stop()
185 guint media_packets = ctx->info_arr->len; in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters()
487 ctx->info_arr = g_array_new (FALSE, TRUE, sizeof (RtpUlpFecMapInfo)); in gst_rtp_ulpfec_enc_stream_ctx_new()
488 g_array_set_clear_func (ctx->info_arr, in gst_rtp_ulpfec_enc_stream_ctx_new()
508 g_assert (0 == ctx->info_arr->len); in gst_rtp_ulpfec_enc_stream_ctx_free()
509 g_array_free (ctx->info_arr, TRUE); in gst_rtp_ulpfec_enc_stream_ctx_free()
Dgstrtpulpfecdec.h68 GArray *info_arr; member
Dgstrtpulpfecenc.h89 GArray *info_arr; member