Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channels.c594 position_to_string (GstAudioChannelPosition pos) in position_to_string() function
692 g_string_append_printf (tmp, " %s", position_to_string (position[i])); in gst_audio_channel_positions_to_string()
/third_party/pulseaudio/src/tests/
Dvolume-ui.py65 def position_to_string(this, pos): member in ChannelMap