Lines Matching +full:32 +full:bit
43 * \li PA_SAMPLE_U8 - Unsigned 8 bit integer PCM.
44 * \li PA_SAMPLE_S16LE - Signed 16 integer bit PCM, little endian.
45 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian.
46 * \li PA_SAMPLE_FLOAT32LE - 32 bit IEEE floating point PCM, little endian.
47 * \li PA_SAMPLE_FLOAT32BE - 32 bit IEEE floating point PCM, big endian.
48 * \li PA_SAMPLE_ALAW - 8 bit a-Law.
49 * \li PA_SAMPLE_ULAW - 8 bit mu-Law.
50 * \li PA_SAMPLE_S32LE - Signed 32 bit integer PCM, little endian.
51 * \li PA_SAMPLE_S32BE - Signed 32 bit integer PCM, big endian.
52 * \li PA_SAMPLE_S24LE - Signed 24 bit integer PCM packed, little endian.
53 * \li PA_SAMPLE_S24BE - Signed 24 bit integer PCM packed, big endian.
54 * \li PA_SAMPLE_S24_32LE - Signed 24 bit integer PCM in LSB of 32 bit words, little endian.
55 * \li PA_SAMPLE_S24_32BE - Signed 24 bit integer PCM in LSB of 32 bit words, big endian.
71 * PulseAudio supports up to 32 individual channels. The order of the
128 #define PA_CHANNELS_MAX 32U
136 /**< Unsigned 8 Bit PCM */
139 /**< 8 Bit a-Law */
142 /**< 8 Bit mu-Law */
145 /**< Signed 16 Bit PCM, little endian (PC) */
148 /**< Signed 16 Bit PCM, big endian */
151 /**< 32 Bit IEEE floating point, little endian (PC), range -1.0 to 1.0 */
154 /**< 32 Bit IEEE floating point, big endian, range -1.0 to 1.0 */
157 /**< Signed 32 Bit PCM, little endian (PC) */
160 /**< Signed 32 Bit PCM, big endian */
163 /**< Signed 24 Bit PCM packed, little endian (PC). \since 0.9.15 */
166 /**< Signed 24 Bit PCM packed, big endian. \since 0.9.15 */
169 /**< Signed 24 Bit PCM in LSB of 32 Bit words, little endian (PC). \since 0.9.15 */
172 /**< Signed 24 Bit PCM in LSB of 32 Bit words, big endian. \since 0.9.15 */
186 /** Signed 16 Bit PCM, native endian */
188 /** 32 Bit IEEE floating point, native endian */
190 /** Signed 32 Bit PCM, native endian */
192 /** Signed 24 Bit PCM packed, native endian. \since 0.9.15 */
194 /** Signed 24 Bit PCM in LSB of 32 Bit words, native endian. \since 0.9.15 */
197 /** Signed 16 Bit PCM reverse endian */
199 /** 32 Bit IEEE floating point, reverse endian */
201 /** Signed 32 Bit PCM, reverse endian */
203 /** Signed 24 Bit PCM, packed reverse endian. \since 0.9.15 */
205 /** Signed 24 Bit PCM, in LSB of 32 Bit words, reverse endian. \since 0.9.15 */
208 /** Signed 16 Bit PCM, native endian */
210 /** 32 Bit IEEE floating point, native endian */
212 /** Signed 32 Bit PCM, native endian */
214 /** Signed 24 Bit PCM packed, native endian. \since 0.9.15 */
216 /** Signed 24 Bit PCM in LSB of 32 Bit words, native endian. \since 0.9.15 */
219 /** Signed 16 Bit PCM, reverse endian */
221 /** 32 Bit IEEE floating point, reverse endian */
223 /** Signed 32 Bit PCM, reverse endian */
225 /** Signed 24 Bit PCM, packed reverse endian. \since 0.9.15 */
227 /** Signed 24 Bit PCM, in LSB of 32 Bit words, reverse endian. \since 0.9.15 */
263 /** Type for usec specifications (unsigned). Always 64 bit. */
323 #define PA_SAMPLE_SPEC_SNPRINT_MAX 32