Home
last modified time | relevance | path

Searched refs:gst_query_remove_nth_allocation_meta (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c697 gst_query_remove_nth_allocation_meta (ctx->query, ctx_index); in gst_tee_query_allocation()
710 gst_query_remove_nth_allocation_meta (ctx->query, i); in gst_tee_query_allocation()
733 gst_query_remove_nth_allocation_meta (query, count - i); in gst_tee_clear_query_allocation_meta()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h550 void gst_query_remove_nth_allocation_meta (GstQuery *query, guint index);
Dgstquery.c1881 gst_query_remove_nth_allocation_meta (GstQuery * query, guint index) in gst_query_remove_nth_allocation_meta() function
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c830 gst_query_remove_nth_allocation_meta (query, i); in gst_base_transform_default_decide_allocation()