/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.h | 35 typedef struct _GstQuery GstQuery; typedef 136 #define GST_QUERY_CAST(obj) ((GstQuery*)(obj)) 145 #define GST_QUERY_TYPE(query) (((GstQuery*)(query))->type) 240 static inline GstQuery * 241 gst_query_ref (GstQuery * q) in gst_query_ref() 254 gst_query_unref (GstQuery * q) in gst_query_unref() 273 gst_clear_query (GstQuery ** query_ptr) in gst_clear_query() 289 static inline GstQuery * 290 gst_query_copy (const GstQuery * q) in gst_query_copy() 328 gst_query_replace (GstQuery **old_query, GstQuery *new_query) in gst_query_replace() [all …]
|
D | gstquery.c | 73 GstQuery query; 113 GST_DEFINE_MINI_OBJECT_TYPE (GstQuery, gst_query); 188 _gst_query_free (GstQuery * query) in _gst_query_free() 206 static GstQuery * 207 _gst_query_copy (GstQuery * query) in _gst_query_copy() 209 GstQuery *copy; in _gst_query_copy() 233 GstQuery * 236 GstQuery *query; in gst_query_new_position() 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() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | navigation.h | 154 GstNavigationQueryType gst_navigation_query_get_type (GstQuery *query); 157 GstQuery * gst_navigation_query_new_commands (void); 160 void gst_navigation_query_set_commands (GstQuery *query, gint n_cmds, ...); 163 void gst_navigation_query_set_commandsv (GstQuery *query, gint n_cmds, 167 gboolean gst_navigation_query_parse_commands_length (GstQuery *query, 171 gboolean gst_navigation_query_parse_commands_nth (GstQuery *query, guint nth, 175 GstQuery * gst_navigation_query_new_angles (void); 178 void gst_navigation_query_set_angles (GstQuery *query, guint cur_angle, 182 gboolean gst_navigation_query_parse_angles (GstQuery *query, guint *cur_angle,
|
D | navigation.c | 195 gst_navigation_query_get_type (GstQuery * query) in gst_navigation_query_get_type() 227 GstQuery * 230 GstQuery *query; in gst_navigation_query_new_commands() 261 gst_navigation_query_set_commands (GstQuery * query, gint n_cmds, ...) in gst_navigation_query_set_commands() 294 gst_navigation_query_set_commandsv (GstQuery * query, gint n_cmds, in gst_navigation_query_set_commandsv() 321 gst_navigation_query_parse_commands_length (GstQuery * query, guint * n_cmds) in gst_navigation_query_parse_commands_length() 354 gst_navigation_query_parse_commands_nth (GstQuery * query, guint nth, in gst_navigation_query_parse_commands_nth() 389 GstQuery * 392 GstQuery *query; in gst_navigation_query_new_angles() 411 gst_navigation_query_set_angles (GstQuery * query, guint cur_angle, in gst_navigation_query_set_angles() [all …]
|
D | gstvideoencoder.h | 282 gboolean (*decide_allocation) (GstVideoEncoder *encoder, GstQuery *query); 285 GstQuery * query); 289 GstQuery *query); 292 GstQuery *query);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgluploadelement.c | 46 GstQuery * query, GType api, const GstStructure * params); 48 bt, GstQuery * decide_query, GstQuery * query); 50 trans, GstQuery * query); 170 gst_gl_upload_element_filter_meta (GstBaseTransform * trans, GstQuery * query, in gst_gl_upload_element_filter_meta() 179 GstQuery * decide_query, GstQuery * query) in _gst_gl_upload_element_propose_allocation() 201 GstQuery * query) in _gst_gl_upload_element_decide_allocation()
|
D | gstglbasemixer.c | 175 GstAggregatorPad * aggpad, GstQuery * decide_query, GstQuery * query) in gst_gl_base_mixer_propose_allocation() 187 GstQuery * query) in gst_gl_base_mixer_sink_query() 227 GstQuery * query); 241 GstQuery * query); 342 gst_gl_base_mixer_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_base_mixer_src_query() 362 gst_gl_base_mixer_decide_allocation (GstAggregator * agg, GstQuery * query) in gst_gl_base_mixer_decide_allocation()
|
D | gstglcolorconvertelement.c | 47 GstQuery * query, GType api, const GstStructure * params); 49 * trans, GstQuery * query); 172 GstQuery * query, GType api, const GstStructure * params) in gst_gl_color_convert_element_filter_meta() 180 GstQuery * query) in gst_gl_color_convert_element_decide_allocation()
|
D | gstglmixer.c | 183 GstAggregatorPad * agg_pad, GstQuery * decide_query, GstQuery * query) in gst_gl_mixer_propose_allocation() 309 GstQuery * query) in gst_gl_mixer_sink_query() 379 static gboolean gst_gl_mixer_src_query (GstAggregator * agg, GstQuery * query); 393 GstQuery * query); 469 gst_gl_mixer_query_caps (GstPad * pad, GstAggregator * agg, GstQuery * query) in gst_gl_mixer_query_caps() 502 gst_gl_mixer_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_mixer_src_query() 531 gst_gl_mixer_decide_allocation (GstAggregator * agg, GstQuery * query) in gst_gl_mixer_decide_allocation()
|
D | gstgloverlaycompositorelement.c | 78 GstQuery * decide_query, GstQuery * query); 182 GstQuery * decide_query, GstQuery * query) in gst_gl_overlay_compositor_element_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkutils.h | 32 gboolean gst_vulkan_handle_context_query (GstElement * element, GstQuery * query, 36 GstQuery * gst_vulkan_local_context_query (GstElement * element, const gchar * context_type, gboole… 38 GstQuery * query, GstPadDirection direction);
|
D | vkutils.c | 82 GstQuery *query = user_data; in _vk_pad_query() 99 gst_vulkan_run_query (GstElement * element, GstQuery * query, in gst_vulkan_run_query() 127 GstQuery *query; in gst_vulkan_global_context_query() 153 GstQuery * 157 GstQuery *query; in gst_vulkan_local_context_query() 329 gst_vulkan_handle_context_query (GstElement * element, GstQuery * query, in gst_vulkan_handle_context_query()
|
D | vkupload.c | 106 _buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _buffer_propose_allocation() 107 GstQuery * query) in _buffer_propose_allocation() 263 _raw_to_buffer_propose_allocation (gpointer impl, GstQuery * decide_query, in _raw_to_buffer_propose_allocation() 264 GstQuery * query) in _raw_to_buffer_propose_allocation() 416 GstPadDirection direction, GstQuery * query); 427 GstQuery * decide_query, GstQuery * query); 429 GstQuery * query); 559 GstQuery * query) in gst_vulkan_upload_query() 742 GstQuery * decide_query, GstQuery * query) in gst_vulkan_upload_propose_allocation() 772 gst_vulkan_upload_decide_allocation (GstBaseTransform * bt, GstQuery * query) in gst_vulkan_upload_decide_allocation()
|
D | vkupload.h | 54 GstQuery * decide_query, 55 GstQuery * query);
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basetransform | 23 GstPadDirection direction, GstQuery * query); 25 GstQuery * query); 27 GstQuery * query, GType api, const GstStructure * params); 29 GstQuery * decide_query, GstQuery * query); 145 GstQuery * query) 156 gst_replace_decide_allocation (GstBaseTransform * trans, GstQuery * query) 166 gst_replace_filter_meta (GstBaseTransform * trans, GstQuery * query, GType api, 179 GstQuery * decide_query, GstQuery * query)
|
D | videodecoder | 33 GstQuery * query); 35 GstQuery * query); 176 gst_replace_decide_allocation (GstVideoDecoder * decoder, GstQuery * query) 186 gst_replace_propose_allocation (GstVideoDecoder * decoder, GstQuery * query)
|
D | audiodecoder | 31 GstQuery * query); 33 GstQuery * query); 173 gst_replace_decide_allocation (GstAudioDecoder * decoder, GstQuery * query) 183 gst_replace_propose_allocation (GstAudioDecoder * decoder, GstQuery * query)
|
D | audioencoder | 31 GstQuery * query); 33 GstQuery * query); 172 gst_replace_decide_allocation (GstAudioEncoder * encoder, GstQuery * query) 182 gst_replace_propose_allocation (GstAudioEncoder * encoder, GstQuery * query)
|
D | videoencoder | 28 static gboolean gst_replace_decide_allocation (GstVideoEncoder *encoder, GstQuery *query); 29 static gboolean gst_replace_propose_allocation (GstVideoEncoder * encoder, GstQuery * query); 166 static gboolean gst_replace_decide_allocation (GstVideoEncoder *encoder, GstQuery *query) 175 static gboolean gst_replace_propose_allocation (GstVideoEncoder * encoder, GstQuery * query)
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.h | 81 void (*on_query) (guint32, GstQuery *, gboolean, gpointer); 104 guint32 id, gboolean result, GstQuery *query); 111 gboolean upstream, GstQuery * query); 121 void (*on_query) (guint32, GstQuery *, gboolean, gpointer),
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.h | 270 GstQuery * query); 277 GstQuery * query); 309 GstQuery * query); 312 GstQuery * decide_query, 313 GstQuery * query);
|
D | gstbasetransform.h | 237 GstQuery *query); 240 gboolean (*decide_allocation) (GstBaseTransform *trans, GstQuery *query); 241 gboolean (*filter_meta) (GstBaseTransform *trans, GstQuery *query, 245 gboolean (*propose_allocation) (GstBaseTransform *trans, GstQuery *decide_query, 246 GstQuery *query);
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 54 GstQuery *const query = user_data; in context_pad_query() 66 _gst_context_run_query (GstElement * element, GstQuery * query, in _gst_context_run_query() 90 _gst_context_get_from_query (GstElement * element, GstQuery * query, in _gst_context_get_from_query() 113 GstQuery *query; in _gst_context_query()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 231 gboolean (*decide_allocation) (GstAudioEncoder *enc, GstQuery *query); 234 GstQuery * query); 240 GstQuery *query); 243 GstQuery *query);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.h | 113 GstQuery * decide_query, 114 GstQuery * query);
|