Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-rtp-sys-0.17.0/tests/
H A Dconstant.c45 PRINT_CONSTANT(GST_RTCP_REDUCED_SIZE_VALID_MASK); in main()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtcpbuffer.h209 #define GST_RTCP_REDUCED_SIZE_VALID_MASK (0xc000 | 0x2000 | 0xf8) macro
H A Dgstrtcpbuffer.c201 GST_RTCP_REDUCED_SIZE_VALID_MASK); in gst_rtcp_buffer_validate_data_reduced()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-rtp-sys-0.17.0/src/
H A Dlib.rs118 pub const GST_RTCP_REDUCED_SIZE_VALID_MASK: c_int = 57592; const
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-rtp-1.0.vapi630 [CCode (cheader_filename = "gst/rtp/rtp.h", cname = "GST_RTCP_REDUCED_SIZE_VALID_MASK")]