Home
last modified time | relevance | path

Searched refs:PCM_FLAGS_8_BIT (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/host_src/
Deas.h98 #define PCM_FLAGS_8_BIT 0x00000001 /* 8-bit format */ macro
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas.h98 #define PCM_FLAGS_8_BIT 0x00000001 /* 8-bit format */ macro
/external/sonivox/arm-wt-22k/lib_src/
Deas_pcm.c1276 if (pState->flags & PCM_FLAGS_8_BIT) in LinearPCMDecode()
1362 if (pState->flags & PCM_FLAGS_8_BIT) in LinearPCMLocate()
Deas_wavefile.c641 pWaveData->flags |= PCM_FLAGS_8_BIT | PCM_FLAGS_UNSIGNED; in WaveParseHeader()