Searched refs:error (Results 1 – 4 of 4) sorted by relevance
/liblc3-latest/tools/ |
D | elc3.c | 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() [all …]
|
D | dlc3.c | 49 static void error(int status, const char *format, ...) in error() function 96 error(EINVAL, "Option %s", arg); in parse_args() 104 error(EINVAL, "Argument %s", arg); in parse_args() 113 error(EINVAL, "Option %s", arg); in parse_args() 123 error(EINVAL, "Argument %s", arg); in parse_args() 153 error(errno, "%s", p.fname_in); in main() 156 error(errno, "%s", p.fname_out); in main() 159 error(EINVAL, "Bitdepth %d", p.bitdepth); in main() 168 error(EINVAL, "LC3 binary input file"); in main() 171 error(EINVAL, "Number of channels %d", nchannels); in main() [all …]
|
/liblc3-latest/src/ |
D | bits.h | 104 bool error; member 286 ac->error |= (ac->low >= (range << 10)); in lc3_get_symbol() 287 if (ac->error) in lc3_get_symbol()
|
D | bits.c | 126 return -(get_bits_left(bits) < 0 || ac->error); in lc3_check_bits()
|