Searched refs:report_msg (Results 1 – 8 of 8) sorted by relevance
/third_party/lame/mpglib/ |
D | common.c | 155 … lame_report_fnc(mp->report_msg, "MPEG %s, Layer: %s, Freq: %ld, mode: %s, modext: %d, BPF : %d\n", 159 …lame_report_fnc(mp->report_msg, "Channels: %d, copyright: %s, original: %s, CRC: %s, emphasis: %d.… 162 lame_report_fnc(mp->report_msg, "Bitrate: %d Kbits/s, Extension value: %d\n",
|
D | mpglib.h | 106 lame_report_function report_msg; member
|
D | interface.c | 86 mp->report_msg = &lame_report_def; in InitMP3()
|
/third_party/node/test/report/ |
D | test-report-uv-handles.js | 160 const report_msg = 'Report files were written: unexpectedly'; constant 170 assert.deepStrictEqual(reports, [], report_msg, reports);
|
/third_party/lame/libmp3lame/ |
D | util.c | 748 if (gfc && gfc->report_msg) { in lame_msgf() 751 gfc->report_msg(format, args); in lame_msgf()
|
D | util.h | 544 lame_report_function report_msg; member
|
D | mpglib_interface.c | 781 hip->report_msg = func; in hip_set_msgf()
|
D | lame.c | 584 gfc->report_msg = gfp->report.msgf; in lame_init_params()
|