Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c79 #define GST_RTP_HEADER_SSRC(data) (((GstRTPHeader *)(data))->ssrc) macro
131 GST_RTP_HEADER_SSRC (map.data) = 0; in gst_rtp_buffer_allocate_data()
951 return g_ntohl (GST_RTP_HEADER_SSRC (rtp->data[0])); in gst_rtp_buffer_get_ssrc()
964 GST_RTP_HEADER_SSRC (rtp->data[0]) = g_htonl (ssrc); in gst_rtp_buffer_set_ssrc()