HomeSort by relevance Sort by last modified time
    Searched refs:PA_SAMPLE_S16BE (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h 48 * \li PA_SAMPLE_S16BE - Signed 16 integer bit PCM, big endian.
128 PA_SAMPLE_S16BE, /**< Signed 16 Bit PCM, big endian */
139 #define PA_SAMPLE_S16NE PA_SAMPLE_S16BE
158 #define PA_SAMPLE_S16RE PA_SAMPLE_S16BE
  /external/qemu/audio/
paaudio.c 288 format = endianness ? PA_SAMPLE_S16BE : PA_SAMPLE_S16LE;
307 case PA_SAMPLE_S16BE:

Completed in 40 milliseconds