Searched refs:wBitsPerSample (Results 1 – 6 of 6) sorted by relevance
/external/sonivox/arm-hybrid-22k/host_src/ |
D | eas_wave.c | 115 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()
|
D | eas_wave.h | 44 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/ |
D | eas_wave.c | 115 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()
|
D | eas_wave.h | 44 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/ |
D | eas_wave.c | 115 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()
|
D | eas_wave.h | 44 EAS_U16 wBitsPerSample; member 66 …leCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
|