Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdpdepay.c149 gst_allocation_params_init (&gdpdepay->allocation_params); in gst_gdp_depay_init()
370 this->allocator, &this->allocation_params); in gst_gdp_depay_chain()
543 gst_allocation_params_init (&this->allocation_params); in gst_gdp_depay_change_state()
587 gdpdepay->allocation_params = params; in gst_gdp_depay_decide_allocation()
Dgstgdpdepay.h73 GstAllocationParams allocation_params; member
Ddataprotocol.h83 GstAllocationParams * allocation_params);
Ddataprotocol.c498 GstAllocator * allocator, GstAllocationParams * allocation_params) in gst_dp_buffer_from_header() argument
509 (guint) GST_DP_HEADER_PAYLOAD_LENGTH (header), allocation_params); in gst_dp_buffer_from_header()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1194 GstAllocationParams allocation_params; in gst_nonstream_audio_decoder_negotiate_default() local
1237 &allocation_params); in gst_nonstream_audio_decoder_negotiate_default()
1240 gst_allocation_params_init (&allocation_params); in gst_nonstream_audio_decoder_negotiate_default()
1246 dec->allocation_params = allocation_params; in gst_nonstream_audio_decoder_negotiate_default()
2488 &(dec->allocation_params)); in gst_nonstream_audio_decoder_allocate_output_buffer()
Dgstnonstreamaudiodecoder.h171 GstAllocationParams allocation_params; member
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c193 GstAllocationParams allocation_params; member
345 priv->allocation_params = params; in gst_harness_decide_allocation()
1640 &priv->allocation_params); in gst_harness_create_buffer()
2273 *params = priv->allocation_params; in gst_harness_get_allocator()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c402 GstAllocationParams allocation_params; member
1133 self->priv->allocation_params = *params; in gst_aggregator_set_allocation()
1135 gst_allocation_params_init (&self->priv->allocation_params); in gst_aggregator_set_allocation()
3747 *params = self->priv->allocation_params; in gst_aggregator_get_allocator()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c8079 allocation_params); in _priv_gst_value_initialize()