Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Desound.h108 #define ESD_BITS16 ( 0x0001 ) macro
Dprotocol-esound.c311 if ((format & ESD_MASK_BITS) == ESD_BITS16) in format_esd2native()
320 format = (ss->format == PA_SAMPLE_U8) ? ESD_BITS8 : ESD_BITS16; 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/flutter/skia/third_party/externals/sdl/src/audio/esd/
DSDL_esdaudio.c239 format |= ESD_BITS16; in ESD_OpenDevice()
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c585 (ss.format == PA_SAMPLE_U8 ? ESD_BITS8 : ESD_BITS16) | in pa__init()