Searched refs:WaveFileCreate (Results 1 - 9 of 9) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.h66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_main.c123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
H A Deas_wave.c121 * WaveFileCreate()
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) function
187 } /* end WaveFileCreate */
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.h66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_main.c123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
H A Deas_wave.c121 * WaveFileCreate()
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) function
187 } /* end WaveFileCreate */
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.h66 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
H A Deas_main.c126 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
H A Deas_wave.c121 * WaveFileCreate()
132 WAVE_FILE *WaveFileCreate (const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample) function
187 } /* end WaveFileCreate */

Completed in 705 milliseconds