Lines Matching refs:error
41 static void error(int status, const char *format, ...) in error() function
92 error(EINVAL, "Option %s", arg); in parse_args()
100 error(EINVAL, "Argument %s", arg); in parse_args()
111 error(EINVAL, "Option %s", arg); in parse_args()
121 error(EINVAL, "Argument %s", arg); in parse_args()
155 error(errno, "%s", p.fname_in); in main()
158 error(errno, "%s", p.fname_out); in main()
168 error(EINVAL, "Bad or unsupported WAVE input file"); in main()
171 error(EINVAL, "Bitrate"); in main()
174 error(EINVAL, "Frame duration"); in main()
177 error(EINVAL, "Samplerate %d Hz", srate_hz); in main()
180 error(EINVAL, "Bitdepth %d", pcm_sbits); in main()
184 error(EINVAL, "Sample storage on %d bytes", pcm_sbytes); in main()
187 error(EINVAL, "Number of channels %d", nchannels); in main()
191 error(EINVAL, "Encoder samplerate %d Hz", p.srate_hz); in main()
230 error(EINVAL, "Encoder initialization failed"); in main()