Searched defs:wBitsPerSample (Results 1 - 8 of 8) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.h44 EAS_U16 wBitsPerSample; member in struct:__anon12167
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.h44 EAS_U16 wBitsPerSample; member in struct:__anon12217
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.h44 EAS_U16 wBitsPerSample; member in struct:__anon12268
66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_wave.c115 FlipWord(&p->fc.wBitsPerSample);
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) argument
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample;
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8));
/external/srec/srec/EventLog/include/
H A Driff.h68 unsigned short wBitsPerSample; member in struct:__anon12374
/external/srec/srec/include/
H A Dsample.h93 WORD wBitsPerSample; member in struct:__anon12432

Completed in 95 milliseconds