Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-twcc.c102 rtp_hdr_class->get_supported_flags = in gst_rtp_header_extension_twcc_class_init()
Dgstrtphdrext-clientaudiolevel.c242 rtp_hdr_class->get_supported_flags = in gst_rtp_header_extension_client_audio_level_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.h185 GstRTPHeaderExtensionFlags (*get_supported_flags) (GstRTPHeaderExtension * ext); member
Dgstrtphdrext.c241 g_return_val_if_fail (klass->get_supported_flags != NULL, 0); in gst_rtp_header_extension_get_supported_flags()
243 return klass->get_supported_flags (ext); in gst_rtp_header_extension_get_supported_flags()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpdummyhdrextimpl.c107 gstrtpheaderextension_class->get_supported_flags = in gst_rtp_dummy_hdr_ext_class_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtphdrext-colorspace.c466 rtp_hdr_class->get_supported_flags = in gst_rtp_header_extension_colorspace_class_init()