Searched refs:gst_query_parse_nth_allocation_meta (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttee.c | 677 api = gst_query_parse_nth_allocation_meta (query, i, ¶m); 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/ |
D | gstquery.h | 546 GType gst_query_parse_nth_allocation_meta (GstQuery *query, guint index,
|
D | gstquery.c | 1849 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/ |
D | gstoverlaycomposition.c | 303 gst_query_parse_nth_allocation_meta (query, alloc_index, ¶ms); in gst_overlay_composition_negotiate()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | tee.c | 822 fail_unless (gst_query_parse_nth_allocation_meta (query, 0, NULL) == in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 809 api = gst_query_parse_nth_allocation_meta (query, i, ¶ms); in gst_base_transform_default_decide_allocation() 1403 api = gst_query_parse_nth_allocation_meta (decide_query, i, ¶ms); in gst_base_transform_default_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/ext/assrender/ |
D | gstassrender.c | 867 gst_query_parse_nth_allocation_meta (query, alloc_index, ¶ms); in gst_ass_render_negotiate()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 924 gst_query_parse_nth_allocation_meta (query, alloc_index, ¶ms); in gst_base_text_overlay_negotiate()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 4887 gst_query_parse_nth_allocation_meta (query, video_idx, ¶ms); in gst_v4l2_object_decide_allocation()
|