Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.h36 #define GST_RTCP_VERSION 2 macro
276 #define GST_RTCP_VALID_VALUE ((GST_RTCP_VERSION << 14) | GST_RTCP_TYPE_SR)
Dgstrtcpbuffer.c137 if (version != (GST_RTCP_VERSION << 6)) in gst_rtcp_buffer_validate_data_internal()
430 if ((data[offset] & 0xc0) != (GST_RTCP_VERSION << 6)) in read_packet_header()
583 data[0] = (GST_RTCP_VERSION << 6); in gst_rtcp_buffer_add_packet()