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

/external/aac/libSYS/include/
H A Dwav_file.h219 INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits);
/external/aac/libSYS/src/
H A Dwav_file.cpp454 * WAV_OutputWrite
465 INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits) function
479 FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);
510 FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);

Completed in 133 milliseconds