Home
last modified time | relevance | path

Searched refs:packets_buf (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
H A Dgstrtpulpfecenc.h81 GQueue packets_buf; member
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtpulpfecenc.c310 while (ctx->packets_buf.length) in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
311 gst_buffer_unref (g_queue_pop_tail (&ctx->packets_buf)); in gst_rtp_ulpfec_enc_stream_ctx_free_packets_buf()
319 if (ctx->packets_buf.length == buf_max_size) { in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
320 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
326 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
328 g_assert_cmpint (ctx->packets_buf.length, <=, buf_max_size); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
341 GstBuffer *latest_packet = ctx->packets_buf.head->data; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
344 gst_rtp_ulpfec_enc_stream_ctx_start (ctx, &ctx->packets_buf, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
364 ctx->num_packets_protected += ctx->packets_buf.length; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()

12