Home
last modified time | relevance | path

Searched refs:transform_ip (Results 1 – 25 of 52) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudiofilter26 base_transform_class->transform_ip = GST_DEBUG_FUNCPTR (gst_replace_transform_ip);
55 GST_DEBUG_OBJECT (replace, "transform_ip");
Dbasetransform75 base_transform_class->transform_ip = GST_DEBUG_FUNCPTR (gst_replace_transform_ip);
315 GST_DEBUG_OBJECT (replace, "transform_ip");
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dcpureport.c88 gstbasetrans_class->transform_ip = in gst_cpu_report_class_init()
Dgsttaginject.c125 gstbasetrans_class->transform_ip = in gst_tag_inject_class_init()
Dbreakmydata.c154 gstbasetrans_class->transform_ip = in gst_break_my_data_class_init()
Dgstcapssetter.c153 trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_caps_setter_transform_ip); in gst_caps_setter_class_init()
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Dgstrglimiter.c108 trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_rg_limiter_transform_ip); in gst_rg_limiter_class_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c426 if (bclass->transform_ip == NULL) { in gst_base_transform_init()
1674 if ((bclass->transform_ip != NULL) && priv->always_in_place) { in default_prepare_output_buffer()
2176 if (bclass->transform_ip_on_passthrough && bclass->transform_ip) { in default_generate_output()
2178 ret = bclass->transform_ip (trans, *outbuf); in default_generate_output()
2183 want_in_place = (bclass->transform_ip != NULL) && priv->always_in_place; in default_generate_output()
2187 ret = bclass->transform_ip (trans, *outbuf); in default_generate_output()
2591 if (bclass->transform_ip || bclass->transform || (bclass->generate_output in gst_base_transform_set_passthrough()
2652 if (bclass->transform_ip) { in gst_base_transform_set_in_place()
Dgstbasetransform.h302 GstFlowReturn (*transform_ip) (GstBaseTransform *trans, GstBuffer *buf); member
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgststereo.c109 trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_stereo_transform_ip); in gst_stereo_class_init()
Daudioinvert.c126 GST_BASE_TRANSFORM_CLASS (klass)->transform_ip = in gst_audio_invert_class_init()
Daudiokaraoke.c146 GST_BASE_TRANSFORM_CLASS (klass)->transform_ip = in gst_audio_karaoke_class_init()
/third_party/gstreamer/gstplugins_bad/ext/spandsp/
Dgstdtmfdetect.c124 gstbasetransform_class->transform_ip = in gst_dtmf_detect_class_init()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfsync.c73 GST_BASE_TRANSFORM_CLASS (klass)->transform_ip = in gst_avtp_crf_sync_class_init()
Dgstavtpcrfcheck.c87 GST_BASE_TRANSFORM_CLASS (klass)->transform_ip = in gst_avtp_crf_check_class_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstdebugspy.c128 base_transform_class->transform_ip = gst_debug_spy_transform_ip; in gst_debug_spy_class_init()
Dgstwatchdog.c119 base_transform_class->transform_ip = in gst_watchdog_class_init()
/third_party/gstreamer/gstplugins_bad/gst/audiofxbad/
Dgstaudiochannelmix.c119 base_transform_class->transform_ip = in gst_audio_channel_mix_class_init()
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstbpmdetect.cc119 trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_bpm_detect_transform_ip); in gst_bpm_detect_class_init()
/third_party/gstreamer/gstplugins_bad/ext/chromaprint/
Dgstchromaprint.c105 gstbasetrans_class->transform_ip = in gst_chromaprint_class_init()
/third_party/gstreamer/gstplugins_bad/gst/accurip/
Dgstaccurip.c118 gstbasetrans_class->transform_ip = in gst_accurip_class_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c110 trans_class->transform_ip = klass_transform_ip; in gst_test_trans_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c386 trans_class->transform_ip = GST_DEBUG_FUNCPTR (gst_video_filter_transform_ip); in gst_video_filter_class_init()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspafilter.c321 base_class->transform_ip = in gst_ladspa_filter_type_class_init()
/third_party/gstreamer/gstplugins_bad/gst/removesilence/
Dgstremovesilence.c196 base_transform_class->transform_ip = in gst_remove_silence_class_init()

123