Home | History | Annotate | Download | only in src

Lines Matching refs:FDKprintfErr

113       FDKprintfErr("WAV_InputOpen(): Unable to allocate WAV struct.\n");
119 FDKprintfErr("WAV_InputOpen(): Unable to open wav file. %s\n", filename);
125 FDKprintfErr("WAV_InputOpen(): couldn't read RIFF_ID\n");
129 FDKprintfErr("WAV_InputOpen(): RIFF descriptor not found.\n") ;
138 FDKprintfErr("WAV_InputOpen(): couldn't read format\n");
142 FDKprintfErr("WAV_InputOpen(): WAVE chunk ID not found.\n") ;
148 FDKprintfErr("WAV_InputOpen(): couldn't read format_ID\n");
152 FDKprintfErr("WAV_InputOpen(): fmt chunk format not found.\n") ;
206 FDKprintfErr("WAV_InputOpen(): Unable to read data chunk ID.\n");
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);
473 FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);
504 FDKprintfErr("WAV_OutputWrite(): error: unable to write to file %d\n", wav->fp);
541 FDKprintfErr("WAV_OutputClose(): unable to write header\n");
546 FDKprintfErr("WAV_OutputClose(): unable to close wav file\n");