Home
last modified time | relevance | path

Searched refs:PA_CHANNEL_POSITION_INVALID (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dchannelmap.h77 PA_CHANNEL_POSITION_INVALID = -1, enumerator
152 #define PA_CHANNEL_POSITION_INVALID PA_CHANNEL_POSITION_INVALID macro
Dchannelmap.c172 m->map[c] = PA_CHANNEL_POSITION_INVALID; in pa_channel_map_init()
515 return PA_CHANNEL_POSITION_INVALID; in pa_channel_position_from_string()
599 if ((f = pa_channel_position_from_string(p)) == PA_CHANNEL_POSITION_INVALID) { in pa_channel_map_parse()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c69 GST_AUDIO_CHANNEL_POSITION_NONE, PA_CHANNEL_POSITION_INVALID}
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c2472 if ((p = pa_channel_position_from_string(m)) == PA_CHANNEL_POSITION_INVALID) in parse_channel_position()
2502 if ((p = pa_channel_position_from_string(m)) == PA_CHANNEL_POSITION_INVALID) in parse_mask()