Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-clientaudiolevel.c246 rtp_hdr_class->set_attributes = in gst_rtp_header_extension_client_audio_level_class_init()
/third_party/boost/boost/log/sources/
Dbasic_logger.hpp431 void set_attributes(attribute_set const& attrs) in set_attributes() function in boost::sources::basic_composite_logger
562 void set_attributes(attribute_set const& attrs) in set_attributes() function in boost::sources::basic_composite_logger
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.h206 gboolean (*set_attributes) (GstRTPHeaderExtension * ext, member
Dgstrtphdrext.c521 if (klass->set_attributes) in gst_rtp_header_extension_set_attributes_from_caps()
522 ret = klass->set_attributes (ext, direction, attributes); in gst_rtp_header_extension_set_attributes_from_caps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpdummyhdrextimpl.c113 gstrtpheaderextension_class->set_attributes = in gst_rtp_dummy_hdr_ext_class_init()
/third_party/boost/libs/thread/doc/
Dthread_ref.qbk160 …ws threads that are suspended. Then it calls to the virtual function set_attributes and last it re…
161 …ts from the class thread::attributes that defines a virtual function set_attributes to set any spe…
167 void set_attributes(boost::thread::native_handle_type h)
/third_party/gstreamer/gstplugins_base/
DChangeLog1880 rtphdrext: Give "inherited" direction in set_attributes