OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PA_SAMPLE_S16LE
(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
47
* \li
PA_SAMPLE_S16LE
- Signed 16 integer bit PCM, little endian.
127
PA_SAMPLE_S16LE
, /**< Signed 16 Bit PCM, little endian (PC) */
145
#define PA_SAMPLE_S16RE
PA_SAMPLE_S16LE
152
#define PA_SAMPLE_S16NE
PA_SAMPLE_S16LE
/external/qemu/audio/
paaudio.c
288
format = endianness ? PA_SAMPLE_S16BE :
PA_SAMPLE_S16LE
;
310
case
PA_SAMPLE_S16LE
:
Completed in 82 milliseconds