Searched refs:report_err (Results 1 - 9 of 9) sorted by relevance
/third_party/lame/mpglib/ |
H A D | interface.c | 85 mp->report_err = &lame_report_def; in InitMP3() 116 lame_report_fnc(mp->report_err, "hip: addbuf() Out of memory!\n"); in addbuf() 172 lame_report_fnc(mp->report_err, "hip: Fatal error! tried to read past mp buffer\n"); in read_buf_byte() 442 /* lame_report_fnc(mp->report_err,"hip: not enough data to parse entire Xing header\n"); */ in decodeMP3_clipchoice() 467 /* lame_report_fnc(mp->report_err,"hip: need more bytes %d\n", bytes); */ in decodeMP3_clipchoice() 479 lame_report_fnc(mp->report_err, "hip: bitstream problem, resyncing skipping %d bytes...\n", bytes); in decodeMP3_clipchoice() 491 lame_report_fnc(mp->report_err, "hip: wordpointer trashed. size=%i (%i) bytes=%i \n", in decodeMP3_clipchoice() 562 lame_report_fnc(mp->report_err, in decodeMP3_clipchoice() 625 lame_report_fnc(mp->report_err, "hip: invalid layer %d\n", mp->fr.lay); in decodeMP3_clipchoice() 678 lame_report_fnc(mp->report_err, "hi in decodeMP3_clipchoice() [all...] |
H A D | common.c | 172 lame_report_fnc(mp->report_err, "MPEG %s layer %s, %d kbit/s, %ld Hz %s\n", 203 lame_report_fnc(mp->report_err, "MPEG-2.5 is supported by Layer3 only\n"); in decode_header() 207 lame_report_fnc(mp->report_err, "Stream error\n"); in decode_header() 263 lame_report_fnc(mp->report_err, "Frame size too big.\n"); in decode_header() 278 lame_report_fnc(mp->report_err, "Sorry, layer %d not supported\n", fr->lay); in decode_header() 355 lame_report_fnc(mp->report_err, "hip: Can't step back %ld bytes!\n", backstep); in set_pointer()
|
H A D | layer3.c | 393 lame_report_fnc(mp->report_err, "big_values too large! %i\n", gr_infos->big_values); in III_get_side_info_1() 428 lame_report_fnc(mp->report_err, "Blocktype == 0 and window-switching == 1 not allowed.\n"); in III_get_side_info_1() 444 lame_report_fnc(mp->report_err, "region0index=%d > 22\n", region0index); in III_get_side_info_1() 449 lame_report_fnc(mp->report_err, "region1index=%d > 22\n", region1index); in III_get_side_info_1() 487 lame_report_fnc(mp->report_err, "big_values too large! %i\n", gr_infos->big_values); in III_get_side_info_2() 521 lame_report_fnc(mp->report_err, "Blocktype == 0 and window-switching == 1 not allowed.\n"); in III_get_side_info_2() 546 lame_report_fnc(mp->report_err, "region0index=%d > 22\n", region0index); in III_get_side_info_2() 551 lame_report_fnc(mp->report_err, "region1index=%d > 22\n", region1index); in III_get_side_info_2() 780 lame_report_fnc(mp->report_err, "hip: Bogus region length (%d)\n", l[i]); in III_dequantize_sample() 1140 (mp->report_err in III_dequantize_sample() [all...] |
H A D | mpglib.h | 108 lame_report_function report_err; member
|
H A D | layer1.c | 209 lame_report_fnc(mp->report_err, "hip: Aborting layer 1 decode, illegal bit allocation value\n"); in decode_layer1_frame()
|
/third_party/lame/libmp3lame/ |
H A D | util.c | 760 if (gfc && gfc->report_err) { in lame_errorf() 763 gfc->report_err(format, args); in lame_errorf()
|
H A D | util.h | 546 lame_report_function report_err; member
|
H A D | mpglib_interface.c | 759 hip->report_err = func; in hip_set_errorf()
|
H A D | lame.c | 586 gfc->report_err = gfp->report.errorf; in lame_init_params()
|
Completed in 12 milliseconds