Home
last modified time | relevance | path

Searched refs:gst_structure_id_get_value (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c609 g_value_get_boolean (gst_structure_id_get_value (structure, in gst_event_parse_flush_stop()
682 gst_structure_id_get_value (structure, GST_QUARK (STREAMS)); in gst_event_parse_select_streams()
920 g_value_get_boxed (gst_structure_id_get_value (structure, in gst_event_parse_caps()
1001 *segment = g_value_get_boxed (gst_structure_id_get_value (structure, in gst_event_parse_segment()
1077 val = gst_structure_id_get_value (GST_EVENT_STRUCTURE (event), in gst_event_parse_tag()
1143 g_value_get_enum (gst_structure_id_get_value (structure, in gst_event_parse_buffer_size()
1147 g_value_get_int64 (gst_structure_id_get_value (structure, in gst_event_parse_buffer_size()
1151 g_value_get_int64 (gst_structure_id_get_value (structure, in gst_event_parse_buffer_size()
1155 g_value_get_boolean (gst_structure_id_get_value (structure, in gst_event_parse_buffer_size()
1261 g_value_get_enum (gst_structure_id_get_value (structure, in gst_event_parse_qos()
[all …]
Dgstquery.c264 g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s, in gst_query_set_position()
292 (GstFormat) g_value_get_enum (gst_structure_id_get_value (structure, in gst_query_parse_position()
295 *cur = g_value_get_int64 (gst_structure_id_get_value (structure, in gst_query_parse_position()
343 g_return_if_fail (format == g_value_get_enum (gst_structure_id_get_value (s, in gst_query_set_duration()
370 (GstFormat) g_value_get_enum (gst_structure_id_get_value (structure, in gst_query_parse_duration()
373 *duration = g_value_get_int64 (gst_structure_id_get_value (structure, in gst_query_parse_duration()
450 g_value_get_boolean (gst_structure_id_get_value (structure, in gst_query_parse_latency()
453 *min_latency = g_value_get_uint64 (gst_structure_id_get_value (structure, in gst_query_parse_latency()
456 *max_latency = g_value_get_uint64 (gst_structure_id_get_value (structure, in gst_query_parse_latency()
543 (GstFormat) g_value_get_enum (gst_structure_id_get_value (structure, in gst_query_parse_convert()
[all …]
Dgstmessage.c489 v = gst_structure_id_get_value (GST_MESSAGE_STRUCTURE (message), in gst_message_parse_error_details()
579 v = gst_structure_id_get_value (GST_MESSAGE_STRUCTURE (message), in gst_message_parse_warning_details()
669 v = gst_structure_id_get_value (GST_MESSAGE_STRUCTURE (message), in gst_message_parse_info_details()
1285 g_value_get_int (gst_structure_id_get_value (GST_MESSAGE_STRUCTURE in gst_message_parse_buffering()
1522 g_value_get_enum (gst_structure_id_get_value (structure, in gst_message_parse_buffering_stats()
1525 *avg_in = g_value_get_int (gst_structure_id_get_value (structure, in gst_message_parse_buffering_stats()
1528 *avg_out = g_value_get_int (gst_structure_id_get_value (structure, in gst_message_parse_buffering_stats()
1532 g_value_get_int64 (gst_structure_id_get_value (structure, in gst_message_parse_buffering_stats()
1578 g_value_get_enum (gst_structure_id_get_value (structure, in gst_message_parse_state_changed()
1582 g_value_get_enum (gst_structure_id_get_value (structure, in gst_message_parse_state_changed()
[all …]
Dgstbufferpool.c903 value = gst_structure_id_get_value (config, GST_QUARK (OPTIONS)); in gst_buffer_pool_config_add_option()
917 value = gst_structure_id_get_value (config, GST_QUARK (OPTIONS)); in gst_buffer_pool_config_add_option()
941 value = gst_structure_id_get_value (config, GST_QUARK (OPTIONS)); in gst_buffer_pool_config_n_options()
966 value = gst_structure_id_get_value (config, GST_QUARK (OPTIONS)); in gst_buffer_pool_config_get_option()
994 value = gst_structure_id_get_value (config, GST_QUARK (OPTIONS)); in gst_buffer_pool_config_has_option()
1026 *caps = g_value_get_boxed (gst_structure_id_get_value (config, in gst_buffer_pool_config_get_params()
1052 *allocator = g_value_get_object (gst_structure_id_get_value (config, in gst_buffer_pool_config_get_allocator()
1057 p = g_value_get_boxed (gst_structure_id_get_value (config, in gst_buffer_pool_config_get_allocator()
Dgststructure.c1149 gst_structure_id_get_value (const GstStructure * structure, GQuark field) in gst_structure_id_get_value() function
2961 val = gst_structure_id_get_value (structure, field_id); in gst_structure_id_get_valist()
2994 G_VALUE_TYPE_NAME (gst_structure_id_get_value (structure, field_id)), in gst_structure_id_get_valist()
3085 const GValue *val1 = gst_structure_id_get_value (struct1, field_id); in gst_structure_is_equal_foreach()
3209 const GValue *val2 = gst_structure_id_get_value (other, id); in gst_caps_structure_can_intersect_field()
Dgsttaglist.c999 const GValue *value1 = gst_structure_id_get_value (struct1, field_id); in gst_tag_list_fields_equal()
1093 && (value2 = gst_structure_id_get_value (list, tag_quark)) != NULL) { in gst_tag_list_add_value_internal()
1128 if (gst_structure_id_get_value (list, tag_quark) != NULL) in gst_tag_list_add_value_internal()
Dgststructure.h226 const GValue * gst_structure_id_get_value (const GstStructure * structure,
Dgstcaps.c1811 other = gst_structure_id_get_value (e->subtract_from, field_id); in gst_caps_structure_subtract_field()
2056 const GValue *val = gst_structure_id_get_value (u->compare, field_id); in gst_caps_structure_figure_out_union()
Dgstvalue.c4717 other_value = gst_structure_id_get_value (other, field_id); in structure_field_union_into()
4738 result_value = gst_structure_id_get_value (result, field_id); in structure_field_union_from()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c185 value = gst_structure_id_get_value (data, latency_probe_ts); in log_latency()
188 value = gst_structure_id_get_value (data, latency_probe_pad); in log_latency()
191 value = gst_structure_id_get_value (data, latency_probe_element); in log_latency()
194 value = gst_structure_id_get_value (data, latency_probe_element_id); in log_latency()
225 value = gst_structure_id_get_value (data, latency_probe_ts); in log_element_latency()
390 value = gst_structure_id_get_value (data, latency_probe_element_id); in do_drop_sub_latency_event()
392 value = gst_structure_id_get_value (data, latency_probe_pad); in do_drop_sub_latency_event()
457 value = gst_structure_id_get_value (data, latency_probe_element_id); in do_push_event_pre()
459 value = gst_structure_id_get_value (data, latency_probe_pad); in do_push_event_pre()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c1961 const GValue *other_value = gst_structure_id_get_value (structure, field_id); in _gst_caps_match_foreach()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c5871 const GValue *other = gst_structure_id_get_value (structure, field_id); in check_field()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c2896 _parse_extmap (field_id, gst_structure_id_get_value (data->extmap, in _dedup_extmap_field()
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.87395 (gst_structure_set_value), (gst_structure_id_get_value):
/third_party/gstreamer/gstplugins_good/
DChangeLog70808 g_value_get_enum (gst_structure_id_get_value (s, GST_QUARK (FORMAT)))'