Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/audiofxbad/
Dgstaudiochannelmix.c150 audiochannelmix->left_to_left = 1.0; in gst_audio_channel_mix_init()
166 audiochannelmix->left_to_left = g_value_get_double (value); in gst_audio_channel_mix_set_property()
193 g_value_set_double (value, audiochannelmix->left_to_left); in gst_audio_channel_mix_get_property()
229 double ll = audiochannelmix->left_to_left; in gst_audio_channel_mix_transform_ip()
Dgstaudiochannelmix.h40 double left_to_left; member