Home
last modified time | relevance | path

Searched refs:GST_QUERY_ALLOCATION (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c102 {GST_QUERY_ALLOCATION, "allocation", 0},
1554 query = gst_query_new_custom (GST_QUERY_ALLOCATION, structure); in gst_query_new_allocation()
1578 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_parse_allocation()
1622 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_add_allocation_pool()
1653 g_return_val_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION, 0); in gst_query_get_n_allocation_pools()
1684 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_parse_nth_allocation_pool()
1723 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_set_nth_allocation_pool()
1756 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_remove_nth_allocation_pool()
1797 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION); in gst_query_add_allocation_meta()
1827 g_return_val_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION, 0); in gst_query_get_n_allocation_metas()
[all …]
Dgstquery.h122 GST_QUERY_ALLOCATION = GST_QUERY_MAKE_TYPE (140, _FLAG(DOWNSTREAM) | _FLAG(SERIALIZED)), enumerator
Dgstenumtypes.c1455 { C_ENUM(GST_QUERY_ALLOCATION), "GST_QUERY_ALLOCATION", "allocation" }, in gst_query_type_get_type()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c702 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in allocation_query_empty()
713 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in allocation_query1()
731 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in allocation_query2()
750 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in allocation_query3()
766 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in allocation_query_fail()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstfakevideosink.c100 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in gst_fake_video_sink_query()
/third_party/gstreamer/gstplugins_good/ext/cairo/
Dgstcairooverlay.c191 case GST_QUERY_ALLOCATION: in gst_cairo_overlay_query()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstalphacombine.c538 case GST_QUERY_ALLOCATION: in gst_alpha_combine_sink_query()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp428 case GST_QUERY_ALLOCATION: in gst_disparity_handle_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasefilter.c269 case GST_QUERY_ALLOCATION: in gst_gl_base_filter_query()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c1269 case GST_QUERY_ALLOCATION: in gst_cc_combiner_src_query()
1307 case GST_QUERY_ALLOCATION: in gst_cc_combiner_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c350 case GST_QUERY_ALLOCATION: in gst_ipc_pipeline_sink_query()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c788 case GST_QUERY_ALLOCATION: in stereosplit_sink_query()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dtextoverlay.c149 case GST_QUERY_ALLOCATION:{ in sink_query_handler()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c232 if (res && GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION) { in gst_mpegv_parse_sink_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c743 case GST_QUERY_ALLOCATION: in gst_tee_sink_query()
Dgstidentity.c1115 if (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION && in gst_identity_query()
Dgstinputselector.c693 case GST_QUERY_ALLOCATION:{ in gst_selector_pad_query()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1519 case GST_QUERY_ALLOCATION:{ in _sink_query()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c577 case GST_QUERY_ALLOCATION:{ in gst_selector_pad_query()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c872 case GST_QUERY_ALLOCATION: in gst_nonstream_audio_decoder_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1765 case GST_QUERY_ALLOCATION: in gst_kms_sink_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c1506 case GST_QUERY_ALLOCATION: in gst_base_transform_default_query()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c404 case GST_QUERY_ALLOCATION: in gst_harness_sink_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c1799 case GST_QUERY_ALLOCATION: in gst_audio_encoder_sink_query_default()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c963 case GST_QUERY_ALLOCATION: in gst_video_encoder_sink_query_default()

12