Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.h86 GstSctpAssociationPacketReceivedCb packet_received_cb; member
111 …GstSctpAssociationPacketReceivedCb packet_received_cb, gpointer user_data, GDestroyNotify destroy_…
Dsctpassociation.c316 && (self->packet_out_cb != NULL) && (self->packet_received_cb != NULL)) { in maybe_set_state_to_ready()
440 GstSctpAssociationPacketReceivedCb packet_received_cb, gpointer user_data, in gst_sctp_association_set_on_packet_received() argument
448 self->packet_received_cb = packet_received_cb; in gst_sctp_association_set_on_packet_received()
945 if (self->packet_received_cb) { in handle_message()
947 self->packet_received_cb (self, data, datalen, stream_id, ppid, in handle_message()