Home
last modified time | relevance | path

Searched refs:propose_allocation (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudiodecoder50 audio_decoder_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
187 GST_DEBUG_OBJECT (replace, "propose_allocation");
Daudioencoder50 audio_encoder_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
186 GST_DEBUG_OBJECT (replace, "propose_allocation");
Dvideodecoder52 video_decoder_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
190 GST_DEBUG_OBJECT (replace, "propose_allocation");
Dvideoencoder47 video_encoder_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
179 GST_DEBUG_OBJECT(replace, "propose_allocation");
Dbasesink47 base_sink_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
121 GST_DEBUG_OBJECT (replace, "propose_allocation");
Dbasetransform63 base_transform_class->propose_allocation = GST_DEBUG_FUNCPTR (gst_replace_propose_allocation);
183 GST_DEBUG_OBJECT (replace, "propose_allocation");
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdownload.h53 void (*propose_allocation) (gpointer impl, member
Dvkupload.h53 void (*propose_allocation) (gpointer impl, member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlaycompositorelement.c118 GST_BASE_TRANSFORM_CLASS (klass)->propose_allocation = in gst_gl_overlay_compositor_element_class_init()
188 if (!GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (trans, in gst_gl_overlay_compositor_element_propose_allocation()
Dgstgluploadelement.c107 bt_class->propose_allocation = _gst_gl_upload_element_propose_allocation; in gst_gl_upload_element_class_init()
239 ret = GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (bt, in _gst_gl_upload_element_propose_allocation()
Dgstglmixer.c195 if (!GST_AGGREGATOR_CLASS (gst_gl_mixer_parent_class)->propose_allocation in gst_gl_mixer_propose_allocation()
428 agg_class->propose_allocation = gst_gl_mixer_propose_allocation; in gst_gl_mixer_class_init()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpenc.c140 venc_class->propose_allocation = gst_webp_enc_propose_allocation; in gst_webp_enc_class_init()
321 GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_webp_enc_propose_allocation()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c65 if (!GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (trans, in gst_video_filter_propose_allocation()
377 trans_class->propose_allocation = in gst_video_filter_class_init()
Dgstvideoencoder.h284 gboolean (*propose_allocation) (GstVideoEncoder * encoder, member
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngenc.c145 venc_class->propose_allocation = gst_pngenc_propose_allocation; in gst_pngenc_class_init()
384 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_pngenc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp136 trans_class->propose_allocation = in gst_d3d11_download_class_init()
247 if (!GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (trans, in gst_d3d11_download_propose_allocation()
Dgstd3d11upload.cpp131 trans_class->propose_allocation = in gst_d3d11_upload_class_init()
280 if (!GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (trans, in gst_d3d11_upload_propose_allocation()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.h372 gboolean (*propose_allocation) (GstNonstreamAudioDecoder * dec, member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h249 gboolean (*propose_allocation) (GstBaseTransform *trans, GstQuery *decide_query, member
Dgstaggregator.h321 gboolean (*propose_allocation) (GstAggregator * self, member
Dgstbasesink.h188 gboolean (*propose_allocation) (GstBaseSink *sink, GstQuery *query); member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasetransform.c111 trans_class->propose_allocation = in gst_cuda_base_transform_class_init()
454 if (!GST_BASE_TRANSFORM_CLASS (parent_class)->propose_allocation (trans, in gst_cuda_base_transform_propose_allocation()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h233 gboolean (*propose_allocation) (GstAudioEncoder * enc, member
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c183 venc_class->propose_allocation = gst_jpegenc_propose_allocation; in gst_jpegenc_class_init()
561 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_jpegenc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkvideofilter.c105 gstbasetransform_class->propose_allocation = in gst_vulkan_video_filter_class_init()

1234