Lines Matching full:mono
374 * 8-bit mono unsigned samples. For playback,
375 * mono data is duplicated out the left and right channels
377 * means mono->stereo.
381 * 16-bit signed little-endian mono samples. Playback works
386 * 24-bit signed little-endian mono samples. Data is packed
392 * 24-bit signed little-endian mono samples in a 32-bit
407 * Similar to DSP_AUDIOFORM_MS_32LE, except that the mono
410 * mono->mono.
419 #define DSP_AUDIOFORM_MS_8 0 /* 8 bit mono */
420 #define DSP_AUDIOFORM_MS_16LE 1 /* 16 bit mono */
421 #define DSP_AUDIOFORM_MS_24LE 2 /* 24 bit mono */
422 #define DSP_AUDIOFORM_MS_32LE 3 /* 32 bit mono */
427 #define DSP_AUDIOFORM_MM_32LE 8 /* 32 bit mono->mono little-endian */
428 #define DSP_AUDIOFORM_MM_32BE 9 /* 32 bit mono->mono big-endian */