Home
last modified time | relevance | path

Searched refs:ESD_STEREO (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Desound.h113 #define ESD_STEREO ( 0x0020 ) macro
Dprotocol-esound.c310 ss->channels = (uint8_t) (((format & ESD_MASK_CHAN) == ESD_STEREO) ? 2 : 1); in format_esd2native()
321 format |= (ss->channels >= 2) ? ESD_STEREO : ESD_MONO; in format_native2esd()
585 int32_t rate = 44100, format = ESD_STEREO|ESD_BITS16; in esd_proto_server_info()
634 …int32_t id, format = ESD_BITS16 | ESD_STEREO, rate = 44100, lvolume = ESD_VOLUME_BASE, rvolume = E… in esd_proto_all_info()
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c629 (ss.channels == 2 ? ESD_STEREO : ESD_MONO); in pa__init()