Searched refs:right_to_left (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/audiofxbad/ |
D | gstaudiochannelmix.c | 152 audiochannelmix->right_to_left = 0.0; in gst_audio_channel_mix_init() 172 audiochannelmix->right_to_left = g_value_get_double (value); in gst_audio_channel_mix_set_property() 199 g_value_set_double (value, audiochannelmix->right_to_left); in gst_audio_channel_mix_get_property() 231 double rl = audiochannelmix->right_to_left; in gst_audio_channel_mix_transform_ip()
|
D | gstaudiochannelmix.h | 42 double right_to_left; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 6256 GLuint right_to_left = program.getSubroutineIndex(subroutine_names[1], GL_FRAGMENT_SHADER); in testImage() local 6275 …if (false == testImageDraw(right_to_left, destination_texture, blue_texture, blue_color, blue_colo… in testImage() 6280 if (false == testImageDraw(right_to_left, destination_texture, red_texture, red_color, red_color)) in testImage()
|