Home
last modified time | relevance | path

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

/dports/audio/vsound/vsound-0.6/
H A Dvsound.c150 AU_ENCODING_PCM_16 = 3, /* 16-bit linear samples */ enumerator
182 AU_ENCODING_PCM_16, /* encoding */
479 au_header.encoding = AU_ENCODING_PCM_16 ; in dspctl()
505 au_header.encoding = AU_ENCODING_PCM_16 ; in dspctl()
511 au_header.encoding = AU_ENCODING_PCM_16 ; in dspctl()
612 if (au_header->encoding == AU_ENCODING_PCM_16) in au_bytes_per_sample()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dau.c46 AU_ENCODING_PCM_16 = 3, /* 16-bit linear samples */ enumerator
271 case SF_FORMAT_PCM_16 : return AU_ENCODING_PCM_16 ; in au_format_to_encoding()
368 case AU_ENCODING_PCM_16 : in au_read_header()