Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/audiofxbad/
Dgstaudiochannelmix.c153 audiochannelmix->right_to_right = 1.0; in gst_audio_channel_mix_init()
175 audiochannelmix->right_to_right = g_value_get_double (value); in gst_audio_channel_mix_set_property()
202 g_value_set_double (value, audiochannelmix->right_to_right); in gst_audio_channel_mix_get_property()
232 double rr = audiochannelmix->right_to_right; in gst_audio_channel_mix_transform_ip()
Dgstaudiochannelmix.h43 double right_to_right; member