HomeSort by relevance Sort by last modified time
    Searched refs:WAV_OutputOpen (Results 1 - 2 of 2) sorted by null

  /external/aac/libSYS/include/
wav_file.h 185 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
  /external/aac/libSYS/src/
wav_file.cpp 376 * WAV_OutputOpen
386 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample)
393 FDKprintfErr("WAV_OutputOpen(): Invalid argument (bitsPerSample).\n");
400 FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n", outputFilename);
424 FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n", outputFilename);

Completed in 133 milliseconds