Home
last modified time | relevance | path

Searched refs:gst_query_parse_nth_allocation_meta (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c677 api = gst_query_parse_nth_allocation_meta (query, i, &param); in gst_tee_query_allocation()
689 gst_query_parse_nth_allocation_meta (ctx->query, ctx_index, &ctx_param); in gst_tee_query_allocation()
705 GType api = gst_query_parse_nth_allocation_meta (ctx->query, i, NULL); in gst_tee_query_allocation()
790 g_type_name (gst_query_parse_nth_allocation_meta (ctx.query, i, in gst_tee_sink_query()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h546 GType gst_query_parse_nth_allocation_meta (GstQuery *query, guint index,
Dgstquery.c1849 gst_query_parse_nth_allocation_meta (GstQuery * query, guint index, in gst_query_parse_nth_allocation_meta() function
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/
Dgstoverlaycomposition.c303 gst_query_parse_nth_allocation_meta (query, alloc_index, &params); in gst_overlay_composition_negotiate()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c822 fail_unless (gst_query_parse_nth_allocation_meta (query, 0, NULL) == in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c809 api = gst_query_parse_nth_allocation_meta (query, i, &params); in gst_base_transform_default_decide_allocation()
1403 api = gst_query_parse_nth_allocation_meta (decide_query, i, &params); in gst_base_transform_default_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c867 gst_query_parse_nth_allocation_meta (query, alloc_index, &params); in gst_ass_render_negotiate()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c924 gst_query_parse_nth_allocation_meta (query, alloc_index, &params); in gst_base_text_overlay_negotiate()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c4887 gst_query_parse_nth_allocation_meta (query, video_idx, &params); in gst_v4l2_object_decide_allocation()