Home
last modified time | relevance | path

Searched refs:GST_QUERY_ALLOCATION (Results 1 – 25 of 31) 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.c1353 { 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.c60 if (GST_QUERY_TYPE (query) != GST_QUERY_ALLOCATION) in gst_fake_video_sink_query()
/third_party/gstreamer/gstplugins_good/ext/cairo/
Dgstcairooverlay.c186 case GST_QUERY_ALLOCATION: in gst_cairo_overlay_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasefilter.c210 case GST_QUERY_ALLOCATION: in gst_gl_base_filter_query()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp422 case GST_QUERY_ALLOCATION: in gst_disparity_handle_query()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c346 case GST_QUERY_ALLOCATION: in gst_ipc_pipeline_sink_query()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c636 case GST_QUERY_ALLOCATION: in stereosplit_sink_query()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c951 if (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION && in gst_identity_query()
Dgsttee.c739 case GST_QUERY_ALLOCATION: in gst_tee_sink_query()
Dgstinputselector.c674 case GST_QUERY_ALLOCATION:{ in gst_selector_pad_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.c227 if (res && GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION) { in gst_mpegv_parse_sink_query()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1037 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.c896 case GST_QUERY_ALLOCATION: in gst_nonstream_audio_decoder_sink_query()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1711 case GST_QUERY_ALLOCATION: in gst_kms_sink_query()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c385 case GST_QUERY_ALLOCATION: in gst_harness_sink_query()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c1459 case GST_QUERY_ALLOCATION: in gst_base_transform_default_query()
Dgstaggregator.c2164 if (GST_QUERY_TYPE (query) == GST_QUERY_ALLOCATION) { in gst_aggregator_default_sink_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c870 case GST_QUERY_ALLOCATION: in gst_video_encoder_sink_query_default()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c1778 case GST_QUERY_ALLOCATION: in gst_audio_encoder_sink_query_default()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2317 case GST_QUERY_ALLOCATION: in handle_mq_input()

12