Home
last modified time | relevance | path

Searched refs:GstQuery (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/third_party/gstreamer/gstreamer/gst/
Dgstquery.h35 typedef struct _GstQuery GstQuery; typedef
136 #define GST_QUERY_CAST(obj) ((GstQuery*)(obj))
145 #define GST_QUERY_TYPE(query) (((GstQuery*)(query))->type)
233 static inline GstQuery *
234 gst_query_ref (GstQuery * q) in gst_query_ref()
240 gst_query_unref (GstQuery * q) in gst_query_unref()
246 gst_clear_query (GstQuery ** query_ptr) in gst_clear_query()
252 static inline GstQuery *
253 gst_query_copy (const GstQuery * q) in gst_query_copy()
259 GstQuery * gst_query_ref (GstQuery * q);
[all …]
Dgstquery.c73 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/
Dnavigation.h154 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,
Dnavigation.c198 gst_navigation_query_get_type (GstQuery * query) in gst_navigation_query_get_type()
230 GstQuery *
233 GstQuery *query; in gst_navigation_query_new_commands()
264 gst_navigation_query_set_commands (GstQuery * query, gint n_cmds, ...) in gst_navigation_query_set_commands()
297 gst_navigation_query_set_commandsv (GstQuery * query, gint n_cmds, in gst_navigation_query_set_commandsv()
324 gst_navigation_query_parse_commands_length (GstQuery * query, guint * n_cmds) in gst_navigation_query_parse_commands_length()
357 gst_navigation_query_parse_commands_nth (GstQuery * query, guint nth, in gst_navigation_query_parse_commands_nth()
392 GstQuery *
395 GstQuery *query; in gst_navigation_query_new_angles()
414 gst_navigation_query_set_angles (GstQuery * query, guint cur_angle, in gst_navigation_query_set_angles()
[all …]
Dgstvideoencoder.h282 gboolean (*decide_allocation) (GstVideoEncoder *encoder, GstQuery *query);
285 GstQuery * query);
289 GstQuery *query);
292 GstQuery *query);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkvideofilter.c45 GstPadDirection direction, GstQuery * query);
58 GstQuery * decide_query, GstQuery * query);
61 GstQuery * query);
129 GstPadDirection direction, GstQuery * query) in gst_vulkan_video_filter_query()
237 GstQuery * decide_query, GstQuery * query) in gst_vulkan_video_filter_propose_allocation()
245 GstQuery * query) in gst_vulkan_video_filter_decide_allocation()
Dgstvkutils.h39 GstQuery * query,
48 GstQuery * gst_vulkan_local_context_query (GstElement * element,
52 GstQuery * query,
Dgstvkutils.c53 GstQuery *query = user_data; in _vk_pad_query()
80 gst_vulkan_run_query (GstElement * element, GstQuery * query, in gst_vulkan_run_query()
104 static GstQuery *
108 GstQuery *query; in _vulkan_local_context_query()
152 GstQuery *query; in gst_vulkan_global_context_query()
188 GstQuery *
390 gst_vulkan_handle_context_query (GstElement * element, GstQuery * query, in gst_vulkan_handle_context_query()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasetransform23 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)
Daudioencoder31 GstQuery * query);
33 GstQuery * query);
172 gst_replace_decide_allocation (GstAudioEncoder * encoder, GstQuery * query)
182 gst_replace_propose_allocation (GstAudioEncoder * encoder, GstQuery * query)
Dvideodecoder33 GstQuery * query);
35 GstQuery * query);
176 gst_replace_decide_allocation (GstVideoDecoder * decoder, GstQuery * query)
186 gst_replace_propose_allocation (GstVideoDecoder * decoder, GstQuery * query)
Daudiodecoder31 GstQuery * query);
33 GstQuery * query);
173 gst_replace_decide_allocation (GstAudioDecoder * decoder, GstQuery * query)
183 gst_replace_propose_allocation (GstAudioDecoder * decoder, GstQuery * query)
Dvideoencoder28 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_base/ext/gl/
Dgstgluploadelement.c50 GstQuery * query, GType api, const GstStructure * params);
52 bt, GstQuery * decide_query, GstQuery * query);
54 trans, GstQuery * query);
207 gst_gl_upload_element_filter_meta (GstBaseTransform * trans, GstQuery * query, in gst_gl_upload_element_filter_meta()
216 GstQuery * decide_query, GstQuery * query) in _gst_gl_upload_element_propose_allocation()
251 GstQuery * query) in _gst_gl_upload_element_decide_allocation()
Dgstglcolorconvertelement.c50 trans, GstQuery * query, GType api, const GstStructure * params);
52 * trans, GstQuery * query);
186 GstQuery * query, GType api, const GstStructure * params) in gst_gl_color_convert_element_filter_meta()
194 GstQuery * query) in gst_gl_color_convert_element_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinecomm.h81 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/
Dgstaggregator.h281 GstQuery * query);
288 GstQuery * query);
320 GstQuery * query);
323 GstQuery * decide_query,
324 GstQuery * query);
334 GstQuery * query);
Dgstbasetransform.h241 GstQuery *query);
244 gboolean (*decide_allocation) (GstBaseTransform *trans, GstQuery *query);
245 gboolean (*filter_meta) (GstBaseTransform *trans, GstQuery *query,
249 gboolean (*propose_allocation) (GstBaseTransform *trans, GstQuery *decide_query,
250 GstQuery *query);
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontextutil.c54 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_bad/sys/d3d11/
Dgstd3d11download.cpp95 GstQuery * decide_query, GstQuery * query);
97 GstQuery * query);
239 GstQuery * decide_query, GstQuery * query) in gst_d3d11_download_propose_allocation()
325 GstQuery * query) in gst_d3d11_download_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c66 trans, GstQuery * decide_query, GstQuery * query);
68 trans, GstQuery * query);
70 GstPadDirection direction, GstQuery * query);
446 GstQuery * decide_query, GstQuery * query) in gst_cuda_base_transform_propose_allocation()
535 GstQuery * query) in gst_cuda_base_transform_decide_allocation()
599 GstPadDirection direction, GstQuery * query) in gst_cuda_base_transform_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h231 gboolean (*decide_allocation) (GstAudioEncoder *enc, GstQuery *query);
234 GstQuery * query);
240 GstQuery *query);
243 GstQuery *query);
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdownload.c137 _image_to_raw_propose_allocation (gpointer impl, GstQuery * decide_query, in _image_to_raw_propose_allocation()
138 GstQuery * query) in _image_to_raw_propose_allocation()
438 GstPadDirection direction, GstQuery * query);
449 GstQuery * decide_query, GstQuery * query);
451 GstQuery * query);
555 GstQuery * query) in gst_vulkan_download_query()
798 GstQuery * decide_query, GstQuery * query) in gst_vulkan_download_propose_allocation()
828 gst_vulkan_download_decide_allocation (GstBaseTransform * bt, GstQuery * query) in gst_vulkan_download_decide_allocation()
Dvkdownload.h54 GstQuery * decide_query,
55 GstQuery * query);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11utils.cpp233 gst_d3d11_handle_context_query (GstElement * element, GstQuery * query, in gst_d3d11_handle_context_query()
273 GstQuery *query = (GstQuery *) user_data; in pad_query()
288 run_query (GstElement * element, GstQuery * query, GstPadDirection direction) in run_query()
314 GstQuery *query; in run_d3d11_context_query()

12345678910>>...19