Home
last modified time | relevance | path

Searched refs:wBitsPerSample (Results 1 – 6 of 6) sorted by relevance

/external/sonivox/arm-hybrid-22k/host_src/
Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
132 …ileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) in WaveFileCreate() argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8)); in WaveFileCreate()
Deas_wave.h44 EAS_U16 wBitsPerSample; member
66 …leCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
/external/sonivox/arm-fm-22k/host_src/
Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
132 …ileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) in WaveFileCreate() argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8)); in WaveFileCreate()
Deas_wave.h44 EAS_U16 wBitsPerSample; member
66 …leCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
/external/sonivox/arm-wt-22k/host_src/
Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample); in FlipWaveHeader()
132 …ileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) in WaveFileCreate() argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8)); in WaveFileCreate()
Deas_wave.h44 EAS_U16 wBitsPerSample; member
66 …leCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);