Home
last modified time | relevance | path

Searched refs:GST_WEBRTC_DSP (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcdsp.cpp532 GstWebrtcDsp *self = GST_WEBRTC_DSP (btrans); in gst_webrtc_dsp_submit_input_buffer()
558 GstWebrtcDsp *self = GST_WEBRTC_DSP (btrans); in gst_webrtc_dsp_generate_output()
585 GstWebrtcDsp *self = GST_WEBRTC_DSP (btrans); in gst_webrtc_dsp_start()
620 GstWebrtcDsp *self = GST_WEBRTC_DSP (filter); in gst_webrtc_dsp_setup()
767 GstWebrtcDsp *self = GST_WEBRTC_DSP (btrans); in gst_webrtc_dsp_stop()
791 GstWebrtcDsp *self = GST_WEBRTC_DSP (object); in gst_webrtc_dsp_set_property()
865 GstWebrtcDsp *self = GST_WEBRTC_DSP (object); in gst_webrtc_dsp_get_property()
934 GstWebrtcDsp *self = GST_WEBRTC_DSP (object); in gst_webrtc_dsp_finalize()
Dgstwebrtcdsp.h39 #define GST_WEBRTC_DSP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_DSP,GstWeb… macro