Lines Matching refs:psf_log_printf
240 { psf_log_printf (psf, "MPEG-1/2 Audio\n----------------------------------------\n") ;
241 psf_log_printf (psf, " MPEG version : %s\n",
245 psf_log_printf (psf, " layer : %d\n", fi->layer) ;
246 psf_log_printf (psf, " rate : %d\n", fi->rate) ;
247 psf_log_printf (psf, " mode : %s\n",
252 psf_log_printf (psf, " mode ext : %d\n", fi->mode_ext) ;
253 psf_log_printf (psf, " framesize : %d\n", fi->framesize) ;
254 psf_log_printf (psf, " crc : %d\n", !! (fi->flags & MPG123_CRC)) ;
255 psf_log_printf (psf, " copyright flag : %d\n", !! (fi->flags & MPG123_COPYRIGHT)) ;
256 psf_log_printf (psf, " private flag : %d\n", !! (fi->flags & MPG123_PRIVATE)) ;
257 psf_log_printf (psf, " original flag : %d\n", !! (fi->flags & MPG123_ORIGINAL)) ;
258 psf_log_printf (psf, " emphasis : %d\n", fi->emphasis) ;
259 psf_log_printf (psf, " bitrate mode : ") ;
262 psf_log_printf (psf, "constant\n") ;
263 psf_log_printf (psf, " bitrate : %d kbps\n", fi->bitrate) ;
266 psf_log_printf (psf, "variable\n") ;
270 psf_log_printf (psf, "average\n") ;
271 psf_log_printf (psf, " ABR target : %d\n", fi->abr_rate) ;
275 psf_log_printf (psf, "(%d) ???\n", fi->vbr) ;
301 psf_log_printf (psf, "ID3v1 Tags\n") ;
304 { psf_log_printf (psf, " Title : %s\n", buf) ;
309 { psf_log_printf (psf, " Artist : %s\n", buf) ;
314 { psf_log_printf (psf, " Album : %s\n", buf) ;
319 { psf_log_printf (psf, " Year : %s\n", buf) ;
324 { psf_log_printf (psf, " Comment : %s\n", buf) ;
331 psf_log_printf (psf, " Tracknumber : %s\n", buf) ;
336 { psf_log_printf (psf, " Genre : %s\n", genre) ;
358 psf_log_printf (psf, "ID3v2 Tags\n") ;
363 psf_log_printf (psf, " %.4s : %s\n", text_frame->id, text_frame->text.p) ;
425 psf_log_printf (psf, " %.4s : (%s)[%s] %s\n", text_frame->id,
432 psf_log_printf (psf, " %.4s : (%s) %s\n", text_frame->id,
533 { psf_log_printf (psf, "Could not obtain a mpg123 handle: %s\n", mpg123_plain_strerror (error)) ;
576 { psf_log_printf (psf, "mpg123 could not open the file: %s\n", mpg123_plain_strerror (error)) ;
581 { psf_log_printf (psf, "Cannot get MPEG decoder configuration: %s\n", mpg123_plain_strerror (error)) ;
587 { psf_log_printf (psf, "Cannot get MPEG frame info: %s\n", mpg123_plain_strerror (error)) ;
627 psf_log_printf (psf, "Cannot determine MPEG bitrate mode.\n") ;
634 { psf_log_printf (psf, "This version of libsndfile was compiled without MPEG decode support.\n") ;