Lines Matching defs:query
73 GstQuery query; member
188 _gst_query_free (GstQuery * query) in _gst_query_free()
207 _gst_query_copy (GstQuery * query) in _gst_query_copy()
236 GstQuery *query; in gst_query_new_position() local
257 gst_query_set_position (GstQuery * query, GstFormat format, gint64 cur) in gst_query_set_position()
283 gst_query_parse_position (GstQuery * query, GstFormat * format, gint64 * cur) in gst_query_parse_position()
315 GstQuery *query; in gst_query_new_duration() local
336 gst_query_set_duration (GstQuery * query, GstFormat format, gint64 duration) in gst_query_set_duration()
360 gst_query_parse_duration (GstQuery * query, GstFormat * format, in gst_query_parse_duration()
392 GstQuery *query; in gst_query_new_latency() local
415 gst_query_set_latency (GstQuery * query, gboolean live, in gst_query_set_latency()
440 gst_query_parse_latency (GstQuery * query, gboolean * live, in gst_query_parse_latency()
478 GstQuery *query; in gst_query_new_convert() local
503 gst_query_set_convert (GstQuery * query, GstFormat src_format, gint64 src_value, in gst_query_set_convert()
533 gst_query_parse_convert (GstQuery * query, GstFormat * src_format, in gst_query_parse_convert()
572 GstQuery *query; in gst_query_new_segment() local
607 gst_query_set_segment (GstQuery * query, gdouble rate, GstFormat format, in gst_query_set_segment()
637 gst_query_parse_segment (GstQuery * query, gdouble * rate, GstFormat * format, in gst_query_parse_segment()
675 GstQueryImpl *query; in gst_query_new_custom() local
717 gst_query_get_structure (GstQuery * query) in gst_query_get_structure()
736 gst_query_writable_structure (GstQuery * query) in gst_query_writable_structure()
769 GstQuery *query; in gst_query_new_seeking() local
794 gst_query_set_seeking (GstQuery * query, GstFormat format, in gst_query_set_seeking()
824 gst_query_parse_seeking (GstQuery * query, GstFormat * format, in gst_query_parse_seeking()
885 GstQuery *query; in gst_query_new_formats() local
915 gst_query_set_formats (GstQuery * query, gint n_formats, ...) in gst_query_set_formats()
951 gst_query_set_formatsv (GstQuery * query, gint n_formats, in gst_query_set_formatsv()
979 gst_query_parse_n_formats (GstQuery * query, guint * n_formats) in gst_query_parse_n_formats()
1008 gst_query_parse_nth_format (GstQuery * query, guint nth, GstFormat * format) in gst_query_parse_nth_format()
1045 GstQuery *query; in gst_query_new_buffering() local
1077 gst_query_set_buffering_percent (GstQuery * query, gboolean busy, gint percent) in gst_query_set_buffering_percent()
1101 gst_query_parse_buffering_percent (GstQuery * query, gboolean * busy, in gst_query_parse_buffering_percent()
1128 gst_query_set_buffering_stats (GstQuery * query, GstBufferingMode mode, in gst_query_set_buffering_stats()
1156 gst_query_parse_buffering_stats (GstQuery * query, in gst_query_parse_buffering_stats()
1193 gst_query_set_buffering_range (GstQuery * query, GstFormat format, in gst_query_set_buffering_range()
1224 gst_query_parse_buffering_range (GstQuery * query, GstFormat * format, in gst_query_parse_buffering_range()
1267 gst_query_add_buffering_range (GstQuery * query, gint64 start, gint64 stop) in gst_query_add_buffering_range()
1309 gst_query_get_n_buffering_ranges (GstQuery * query) in gst_query_get_n_buffering_ranges()
1337 gst_query_parse_nth_buffering_range (GstQuery * query, guint index, in gst_query_parse_nth_buffering_range()
1377 GstQuery *query; in gst_query_new_uri() local
1396 gst_query_set_uri (GstQuery * query, const gchar * uri) in gst_query_set_uri()
1419 gst_query_parse_uri (GstQuery * query, gchar ** uri) in gst_query_parse_uri()
1441 gst_query_set_uri_redirection (GstQuery * query, const gchar * uri) in gst_query_set_uri_redirection()
1467 gst_query_parse_uri_redirection (GstQuery * query, gchar ** uri) in gst_query_parse_uri_redirection()
1492 gst_query_set_uri_redirection_permanent (GstQuery * query, gboolean permanent) in gst_query_set_uri_redirection_permanent()
1518 gst_query_parse_uri_redirection_permanent (GstQuery * query, in gst_query_parse_uri_redirection_permanent()
1547 GstQuery *query; in gst_query_new_allocation() local
1573 gst_query_parse_allocation (GstQuery * query, GstCaps ** caps, in gst_query_parse_allocation()
1615 gst_query_add_allocation_pool (GstQuery * query, GstBufferPool * pool, in gst_query_add_allocation_pool()
1648 gst_query_get_n_allocation_pools (GstQuery * query) in gst_query_get_n_allocation_pools()
1676 gst_query_parse_nth_allocation_pool (GstQuery * query, guint index, in gst_query_parse_nth_allocation_pool()
1716 gst_query_set_nth_allocation_pool (GstQuery * query, guint index, in gst_query_set_nth_allocation_pool()
1751 gst_query_remove_nth_allocation_pool (GstQuery * query, guint index) in gst_query_remove_nth_allocation_pool()
1790 gst_query_add_allocation_meta (GstQuery * query, GType api, in gst_query_add_allocation_meta()
1822 gst_query_get_n_allocation_metas (GstQuery * query) in gst_query_get_n_allocation_metas()
1849 gst_query_parse_nth_allocation_meta (GstQuery * query, guint index, in gst_query_parse_nth_allocation_meta()
1881 gst_query_remove_nth_allocation_meta (GstQuery * query, guint index) in gst_query_remove_nth_allocation_meta()
1911 gst_query_find_allocation_meta (GstQuery * query, GType api, guint * index) in gst_query_find_allocation_meta()
1959 gst_query_add_allocation_param (GstQuery * query, GstAllocator * allocator, in gst_query_add_allocation_param()
1999 gst_query_get_n_allocation_params (GstQuery * query) in gst_query_get_n_allocation_params()
2024 gst_query_parse_nth_allocation_param (GstQuery * query, guint index, in gst_query_parse_nth_allocation_param()
2058 gst_query_set_nth_allocation_param (GstQuery * query, guint index, in gst_query_set_nth_allocation_param()
2095 gst_query_remove_nth_allocation_param (GstQuery * query, guint index) in gst_query_remove_nth_allocation_param()
2124 GstQuery *query; in gst_query_new_scheduling() local
2148 gst_query_set_scheduling (GstQuery * query, GstSchedulingFlags flags, in gst_query_set_scheduling()
2175 gst_query_parse_scheduling (GstQuery * query, GstSchedulingFlags * flags, in gst_query_parse_scheduling()
2198 gst_query_add_scheduling_mode (GstQuery * query, GstPadMode mode) in gst_query_add_scheduling_mode()
2223 gst_query_get_n_scheduling_modes (GstQuery * query) in gst_query_get_n_scheduling_modes()
2248 gst_query_parse_nth_scheduling_mode (GstQuery * query, guint index) in gst_query_parse_nth_scheduling_mode()
2280 gst_query_has_scheduling_mode (GstQuery * query, GstPadMode mode) in gst_query_has_scheduling_mode()
2313 gst_query_has_scheduling_mode_with_flags (GstQuery * query, GstPadMode mode, in gst_query_has_scheduling_mode_with_flags()
2339 GstQuery *query; in gst_query_new_accept_caps() local
2361 gst_query_parse_accept_caps (GstQuery * query, GstCaps ** caps) in gst_query_parse_accept_caps()
2381 gst_query_set_accept_caps_result (GstQuery * query, gboolean result) in gst_query_set_accept_caps_result()
2401 gst_query_parse_accept_caps_result (GstQuery * query, gboolean * result) in gst_query_parse_accept_caps_result()
2442 GstQuery *query; in gst_query_new_caps() local
2462 gst_query_parse_caps (GstQuery * query, GstCaps ** filter) in gst_query_parse_caps()
2482 gst_query_set_caps_result (GstQuery * query, GstCaps * caps) in gst_query_set_caps_result()
2502 gst_query_parse_caps_result (GstQuery * query, GstCaps ** caps) in gst_query_parse_caps_result()
2540 GstQuery *query; in gst_query_new_drain() local
2564 GstQuery *query; in gst_query_new_context() local
2586 gst_query_set_context (GstQuery * query, GstContext * context) in gst_query_set_context()
2614 gst_query_parse_context (GstQuery * query, GstContext ** context) in gst_query_parse_context()
2642 gst_query_parse_context_type (GstQuery * query, const gchar ** context_type) in gst_query_parse_context_type()
2673 GstQuery *query; in gst_query_new_bitrate() local
2694 gst_query_set_bitrate (GstQuery * query, guint nominal_bitrate) in gst_query_set_bitrate()
2716 gst_query_parse_bitrate (GstQuery * query, guint * nominal_bitrate) in gst_query_parse_bitrate()