Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c113 guint8 *xored_payload; member
230 if (packet->xored_payload) in free_fec_packet()
231 g_free (packet->xored_payload); in free_fec_packet()
267 fec->xored_payload = g_malloc (sizeof (guint8) * fec->payload_len); in fec_packet_update()
268 memcpy (fec->xored_payload, gst_rtp_buffer_get_payload (rtp), in fec_packet_update()
274 fec->xored_payload = in fec_packet_update()
275 g_realloc (fec->xored_payload, sizeof (guint8) * plen); in fec_packet_update()
276 memset (fec->xored_payload + fec->payload_len, 0, in fec_packet_update()
287 _xor_mem (fec->xored_payload, gst_rtp_buffer_get_payload (rtp), plen); in fec_packet_update()
342 memcpy (data + 16, fec->xored_payload, fec->payload_len); in queue_fec_packet()
[all …]