Searched refs:gst_structure_id_take_value (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstmessage.c | 439 gst_structure_id_take_value (GST_MESSAGE_STRUCTURE (message), details_quark, in gst_message_new_error_with_details() 531 gst_structure_id_take_value (GST_MESSAGE_STRUCTURE (message), details_quark, in gst_message_new_warning_with_details() 621 gst_structure_id_take_value (GST_MESSAGE_STRUCTURE (message), details_quark, in gst_message_new_info_with_details() 699 gst_structure_id_take_value (s, GST_QUARK (TAGLIST), &val); in gst_message_new_tag() 2926 gst_structure_id_take_value (structure, GST_QUARK (PROPERTY_NAME), &name_val); in gst_message_new_property_notify() 2928 gst_structure_id_take_value (structure, GST_QUARK (PROPERTY_VALUE), val); in gst_message_new_property_notify() 3064 gst_structure_id_take_value (structure, GST_QUARK (STREAMS), &val); in gst_message_new_streams_selected() 3230 gst_structure_id_take_value (structure, GST_QUARK (REDIRECT_ENTRY_LOCATIONS), in gst_message_new_redirect() 3232 gst_structure_id_take_value (structure, GST_QUARK (REDIRECT_ENTRY_TAGLISTS), in gst_message_new_redirect() 3234 gst_structure_id_take_value (structure, GST_QUARK (REDIRECT_ENTRY_STRUCTURES), in gst_message_new_redirect()
|
D | gsttracerrecord.c | 216 gst_structure_id_take_value (structure, id, &val); in gst_tracer_record_new()
|
D | gststructure.h | 169 void gst_structure_id_take_value (GstStructure * structure,
|
D | gstcaps.c | 1775 gst_structure_id_take_value (structure, field_id, &subtraction); in gst_caps_structure_subtract_field() 1934 gst_structure_id_take_value (nf->structure, field_id, &val); in gst_caps_normalize_foreach() 2061 gst_structure_id_take_value (compare, field.name, &field.value); in gst_caps_structure_simplify()
|
D | gstdeviceprovider.c | 340 gst_structure_id_take_value (s, GST_QUARK (ELEMENT_METADATA_AUTHOR), &val); in gst_device_provider_class_set_static_metadata()
|
D | gstevent.c | 630 gst_structure_id_take_value (struc, GST_QUARK (STREAMS), &val); in gst_event_new_select_streams() 983 gst_structure_id_take_value (s, GST_QUARK (TAGLIST), &val); in gst_event_new_tag()
|
D | gsttaglist.c | 1085 gst_structure_id_take_value (list, tag_quark, &dest); in gst_tag_list_add_value_internal() 1093 gst_structure_id_take_value (list, tag_quark, &dest); in gst_tag_list_add_value_internal()
|
D | gststructure.c | 584 gst_structure_id_take_value (GstStructure * structure, GQuark field, in gst_structure_id_take_value() function 2527 gst_structure_id_take_value (s, field_id, &v); in default_fixate() 2862 gst_structure_id_take_value (idata->dest, id, &dest_value); in gst_structure_intersect_field1()
|
D | gstbufferpool.c | 905 gst_structure_id_take_value (config, GST_QUARK (OPTIONS), &new_array_val); in gst_buffer_pool_config_add_option()
|
D | gstquery.c | 867 gst_structure_id_take_value (s, quark, &new_array_val); in ensure_array()
|
D | gstelement.c | 1576 gst_structure_id_take_value (s, GST_QUARK (ELEMENT_METADATA_AUTHOR), &val); in gst_element_class_set_static_metadata()
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | gstreamer-sections.txt | 2870 gst_structure_id_take_value
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 35584 gst_structure_id_take_value() where possible. 66407 API: gst_structure_id_take_value()
|