OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaveFileCreate
(Results
1 - 9
of
9
) sorted by null
/external/sonivox/arm-fm-22k/host_src/
eas_wave.h
66
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
eas_main.c
123
wFile =
WaveFileCreate
(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
eas_wave.c
121
*
WaveFileCreate
()
132
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample)
187
} /* end
WaveFileCreate
*/
/external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h
66
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
eas_main.c
123
wFile =
WaveFileCreate
(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
eas_wave.c
121
*
WaveFileCreate
()
132
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample)
187
} /* end
WaveFileCreate
*/
/external/sonivox/arm-wt-22k/host_src/
eas_wave.h
66
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample);
eas_main.c
126
wFile =
WaveFileCreate
(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
eas_wave.c
121
*
WaveFileCreate
()
132
WAVE_FILE *
WaveFileCreate
(const char *filename, EAS_I32 nChannels, EAS_I32 nSamplesPerSec, EAS_I32 wBitsPerSample)
187
} /* end
WaveFileCreate
*/
Completed in 178 milliseconds