Searched defs:WAV_OutputClose (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSYS/src/
H A Dwav_file.cpp405 wav->header.riffSize = LittleEndian32(0x7fffffff); /* in case fseek() doesn't work later in WAV_OutputClose() */
516 * WAV_OutputClose
520 void WAV_OutputClose(HANDLE_WAV *pWav) function
535 FDKprintf("WAV_OutputClose(): fseek() failed.\n");
541 FDKprintfErr("WAV_OutputClose(): unable to write header\n");
546 FDKprintfErr("WAV_OutputClose(): unable to close wav file\n");

Completed in 73 milliseconds