Searched refs:WAV_OutputOpen (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSYS/include/
H A Dwav_file.h206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
/external/aac/libSYS/src/
H A Dwav_file.cpp375 * WAV_OutputOpen
385 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample) function
391 FDKprintfErr("WAV_OutputOpen(): Unable to allocate WAV struct.\n");
397 FDKprintfErr("WAV_OutputOpen(): Invalid argument (bitsPerSample).\n");
404 FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n", outputFilename);
428 FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n", outputFilename);

Completed in 67 milliseconds