Home
last modified time | relevance | path

Searched refs:get_unit_size (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasetransform65 base_transform_class->get_unit_size = GST_DEBUG_FUNCPTR (gst_replace_get_unit_size);
206 GST_DEBUG_OBJECT (replace, "get_unit_size");
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiofilter.c97 basetrans_class->get_unit_size = in gst_audio_filter_class_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h261 gboolean (*get_unit_size) (GstBaseTransform *trans, GstCaps *caps, member
Dgstbasetransform.c528 if (klass->get_unit_size == NULL) { in gst_base_transform_default_transform_size()
1821 res = bclass->get_unit_size (trans, caps, size); in gst_base_transform_get_unit_size()
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstrgb2bayer.c103 base_transform_class->get_unit_size = in gst_rgb2bayer_class_init()
Dgstbayer2rgb.c191 GST_BASE_TRANSFORM_CLASS (klass)->get_unit_size = in gst_bayer2rgb_class_init()
/third_party/gstreamer/gstplugins_bad/gst/yadif/
Dgstyadif.c150 base_transform_class->get_unit_size = in gst_yadif_class_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglcolorconvertelement.c94 bt_class->get_unit_size = gst_gl_color_convert_element_get_unit_size; in gst_gl_color_convert_element_class_init()
Dgstgluploadelement.c93 bt_class->get_unit_size = gst_gl_upload_element_get_unit_size; in gst_gl_upload_element_class_init()
Dgstgldownloadelement.c85 bt_class->get_unit_size = gst_gl_download_element_get_unit_size; in gst_gl_download_element_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c380 trans_class->get_unit_size = in gst_video_filter_class_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c127 if (!csp_klass->get_unit_size ((GstBaseTransform *) csp, caps, &csp_size)) { in GST_START_TEST()
133 fail_unless (vcrop_klass->get_unit_size ((GstBaseTransform *) videocrop, in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiopanorama.c205 GST_BASE_TRANSFORM_CLASS (klass)->get_unit_size = in gst_audio_panorama_class_init()
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/
Dgstaudiomixmatrix.c208 trans_class->get_unit_size = in gst_audio_mix_matrix_class_init()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c232 basetransform_class->get_unit_size = in gst_audio_convert_class_init()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c192 GST_BASE_TRANSFORM_CLASS (klass)->get_unit_size = in gst_audio_resample_class_init()
/third_party/gstreamer/gstplugins_bad/gst/freeverb/
Dgstfreeverb.c429 GST_BASE_TRANSFORM_CLASS (klass)->get_unit_size = in gst_freeverb_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c153 GST_BASE_TRANSFORM_CLASS (klass)->get_unit_size = gst_gl_filter_get_unit_size; in gst_gl_filter_class_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog66787 audiopanorama: simplify get_unit_size
66889 audiopanorama: fix get_unit_size
101828 effectv: Remove get_unit_size implementations
118536 …gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter base class already does…
118540 Don't implement get_unit_size() ourselves, the GstAudioFilter base
143487 gst/videobox/gstvideobox.c: Fix wrong size calculations and implement get_unit_size correctly.
143492 implement get_unit_size correctly.
/third_party/gstreamer/gstplugins_base/
DChangeLog83058 audiofilter: fix get_unit_size
110876 videofilter: Add a default get_unit_size function
110878 GstVideoFormat and makes all the custom get_unit_size functions in
123560 gst-libs/gst/audio/gstaudiofilter.c: Implement get_unit_size() vmethod of GstBaseTransform.
123564 Implement get_unit_size() vmethod of GstBaseTransform.
/third_party/gstreamer/gstreamer/
DChangeLog69042 basetransform: Assume size is the same if no transform_size/get_unit_size
118281 rename get_size to get_unit_size since that's what it is
/third_party/gstreamer/gstplugins_bad/
DChangeLog155943 frei0r: Remove custom get_unit_size implementation
176607 …gst/filter/: Don't implement get_unit_size() ourselves, the GstAudioFilter base class already does…
176611 Don't implement get_unit_size() ourselves, the GstAudioFilter base