Home
last modified time | relevance | path

Searched refs:report_msg (Results 1 – 8 of 8) sorted by relevance

/third_party/lame/mpglib/
Dcommon.c155 … 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",
Dmpglib.h106 lame_report_function report_msg; member
Dinterface.c86 mp->report_msg = &lame_report_def; in InitMP3()
/third_party/node/test/report/
Dtest-report-uv-handles.js160 const report_msg = 'Report files were written: unexpectedly'; constant
170 assert.deepStrictEqual(reports, [], report_msg, reports);
/third_party/lame/libmp3lame/
Dutil.c748 if (gfc && gfc->report_msg) { in lame_msgf()
751 gfc->report_msg(format, args); in lame_msgf()
Dutil.h544 lame_report_function report_msg; member
Dmpglib_interface.c781 hip->report_msg = func; in hip_set_msgf()
Dlame.c584 gfc->report_msg = gfp->report.msgf; in lame_init_params()